Jump to content

Coxy

Members
  • Posts

    4
  • Joined

  • Last visited

Coxy's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Coxy

    Help a noob?

    Aspnetguy, thanks for all your help. I think I've got the hang of this now!
  2. Coxy

    Help a noob?

    Thanks, that seemed to work. Now my background specifications dont seem to work.
  3. Coxy

    Help a noob?

    Thanks a bunch, here is the source code of the mock up page:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><title>Untitled Document</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link href="/fingstyle.css" rel="stylesheet" type="text/css"></head><body><p> </p><p>Blah blah blah blah blah. </p><p><a href="http://www.melissa-art.com/">Go here, bitches </a></p><p><a href="http://www.conceptart.org/">And here. </a></p></body></html>
  4. Coxy

    Help a noob?

    Ok, I need some help with CSS, I'm very new to coding/html and websites in general. So you'll have to dumb down your instructions :)I've gone through the tutorials and it seems to make alot of sense but heres my problem:In Dreamweaver, my style sheet works. All the colors are correct and the background image shows up where I want it. But as soon as I preview it in my browser, (both FF and IE) it defaults everything back to normal. (White background, no image, Times New Roman 12pt text.)Heres what my style sheet looks like:body { background-color:#FFFFFF; background-image: url(/images/avatar.jpg); background-position:center; background-attachment:fixed; background-repeat:no-repeat; }p { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666666;}a:link { color:#00CC33;}a:visited { color:#006633;}a:hover {color:#00FF33}If i've missed something obvious, sorry!
×
×
  • Create New...