OZONE Asylum
Forums
Site reviews!
Agggh!! I want to break something!!
This page's ID:
10433
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I also cannot duplicate the porblem. But, I have to heartily agree with Slime - first things firts: [b]get a doctype![/b] Ideally XHTML 1.0 strict. Then, get all your style declarations into one place. Having an external stylesheet and an inline style set serves no purpose and can only lead to confusion. You have your font-family specified about a dozen times It's the same each time you specify it. So, rather than specify it for each element, just specify it for the BODY element. The others will follow suit (the attribute will [i]cascade[/i] onto all child elements) if you don't specify something different. Tables - what you have there looks like a nice clean table-less design. But I was shocked to see tables galore under the hood! Get rid of 'em, you don't need them for this - it's such a nice simple site, it deserves nice simple code. =) And of course, another very important point that Alevice already brought up - seperation of style and content. That's the whole purpose of CSS, and since you'e started using it, you may as well go a step further and use it right. Get the inline html formatting out of your HTML tags and into your stylesheet. Even if you do stick eith tables, you can get rid of all those style attributes frim the table tags, and you can drastically reduce the number of tables and cells that you use. Last but not least, get rid of dreamweaver! ;) Not that you should code in Notepad. There are a whole lot of great text-editors with all kinds of cool features that make them ideal for coding in. Of course, that still means coding by hand... =)
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »