Derek, you need to learn to 'stack' divs and such to achieve the looks you want.
In that very simple case, I would put this on the <body>
Quote:
|
background-color:#88A2BB;
|
That color matches the darker blue at the very bottom of your gradient.
OR, you could wrap the entire thing in a "container" div with that background color specified. Ideally, it's better to NOT use a lot of big images.
Oh.. and the <center> tag is NOT valid for XHTML doctypes. Use the margin-auto method to center your flash.
I would suggest that you go over to csszengarden.com and take a look at the CSS and HTML for different designs. It's all done with 1 html file for ALL designs and you can d/l the css for each design separately. If you examine the structure and how the designs are achieved, you'll get a better understanding of how to do the sort of thing you're asking about. 
__________________
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
Last edited by LadynRed; 02-04-2009 at 03:50 PM..
|