June 29, 200719 yr Hi I'm just trying to get my head round css and am struggling somewhat. I want to do soemthing that I would have thought would be quite easy but can't seem to find out how to do it. I want something like the image I've attached at the top of each of my pages. Can anyone chuck some code at me and tell me where to put stuff etc? Cheeky I know but that's how I'll learn. Would be really grateful.
July 10, 200719 yr do: "<div id="logo"></div>" on each page. And then #logo { display:inline; background-image: url(path/to/logo.gif); width:width of logo; height: height of logo } If you want links next to it, you can do: <div id="links">Link1 Link2<br />Link3 Link4</div> #links { display:inline; width:etc } If you want the links to be part of the logo, search for image map. Peter
Create an account or sign in to comment