a few questions
thenate04
Joined: 2003-06-17
Posts: 10 |
Posted: Wed, 2004-01-21 03:55 |
ok i am now working on making my gallery fit into the rest of my site anyways i got the navigation to transfer into the gallery by editing my to get that i basically copied a generic page from dreamweaver over into the header and footer parts... however i do a few things in the html that doesnt get transfered over the links dont have the correct effect, and the background is just a solid color not my image i have in my header this stuff <style> <!-- A {text-decoration:none;color:#000000} A:hover {text-decoration:underline;color:#000000} ol { font: 12pt times } --> </style> for the links and had bgcolor="cccccc"; text="000000" ; background = "http://www.thenateweb.com/images/template/bkround.gif" ; in a body tag... however it seems to be overwritten... should i add this information somewhere in a css file? if so how? thanks for your time... i searched around and followed a few tutorials but they didnt cover adding your own background image btw the link to my gallery: http://www.thenateweb.com/3D_Artwork/art |
|
Posts: 8601
Put your style settings (including colors/bgimage for body) in css/standalone_style.css rather than adding your own <style> and <body> tags in the header..
Posts: 10
thanks all fixed