|
-
Dec 5th, 2005, 10:58 PM
#1
Thread Starter
PowerPoster
Writing proper HTML with CSS...
Alright, not that I honestly give a crap about old browers,
HTML Code:
<div id="dvHeader">
<span id="HeaderRightCol">Styles</span>
<span style="clear:left">
<span id="HeaderSiteLogo">Pc_Madness's Page of Pageness!</span>
</span>
<br>
<span style="float:right">Month Selector</span>
<span style="clear:left">Nav Bar That Sits Below Here</span>
</div>
The styles aren't particular important I guess (all a work in progress ). Basically Styles and Month are floatted to the right and the others sit on the left.
Anyway, just wondering if using Span's is the correct way to go? People are always talking about markup that degrades well with older browsers (that the right word?), so I'm not sure if I should be using Paragraphs and stuff instead?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|