Re: Two Columns; Should be Simple
- From: Spartanicus <invalid@xxxxxxxxxxxxxxx>
- Date: Thu, 14 Jul 2005 00:29:28 GMT
Alan Little <alan@xxxxxxxxxxxxxxxxxxxxx> wrote:
>>>http://www.holotech.net/links/
>>>
>>>I'm really, really trying not to use tables
>>
>> You've go far more important things to fix first:
>Thank you for your response. I'm afraid I don't understand most of it.
>1) Use semantic markup
Use headers, lists, paragraphs. Divs and spans should only be used to
encapsulate code for styling purposes.
>2) Code to strict standard
Use a Strict doctype and code in that spirit.
>3) Use CSS to replace junk like <br><br>
Self evident.
>4) Not mix XHTML with HTML
<... /> does not belong in a HTML document.
>5) Fix the micro fonts
I can't read the microscopic font. Don't specify Verdana as the body
font, leave the body font size alone, and don't use the px unit for font
sizing. All these issues have been discussed to death on this group.
>am a programmer, not a designer. I know basic HTML, and I've learned some
>basic CSS, but that's it. I know I can get the layout I want using
>tables, but I'm trying to be more enlightened.
Then first fix the above issues, they are far more detrimental to the
quality of the code than using tables for layout could be.
--
Spartanicus
.
- Follow-Ups:
- Re: Two Columns; Should be Simple
- From: Johannes Koch
- Re: Two Columns; Should be Simple
- From: Alan Little
- Re: Two Columns; Should be Simple
- References:
- Two Columns; Should be Simple
- From: Alan Little
- Re: Two Columns; Should be Simple
- From: Spartanicus
- Re: Two Columns; Should be Simple
- From: Alan Little
- Two Columns; Should be Simple
- Prev by Date: Re: class-Attribut + :after -> content
- Next by Date: Re: annotation doesn't float in IE
- Previous by thread: Re: Two Columns; Should be Simple
- Next by thread: Re: Two Columns; Should be Simple
- Index(es):
Relevant Pages
|