Isn't the correct usage 'raconteur' ? -- a PERSON who tells stories ??
Anyway.. nice site
Design is pretty good, and it's fairly easy to navigate. Some of your categories are a little thin, but that will flesh out as you get more users.
Your code - mostly valid, but WHY go to all the trouble of using CSS for your layout but you put the whole thing inside a TABLE ?? If you did that just for centering, you do not need to and should not. You'll need to add a few lines to your CSS.
For IE to center, add text-align: center to the rules for the body.
For all other browsers, add this:
#background{
margin: 0 auto;
}
You already have a fixed width on #background, so all you need to add is that one line to make it center.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|