Jump to content

firecrackerannie

Members
  • Posts

    2
  • Joined

  • Last visited

About firecrackerannie

  • Birthday 09/04/1966

Previous Fields

  • Languages
    English :)

Contact Methods

  • Website URL
    http://
  • ICQ
    0

Profile Information

  • Location
    London, UK

firecrackerannie's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Eureka! It worked. Bless you young man! You just made an old woman very happy.
  2. I'm a novice at web design, totally self-taught, and struggling with CSS as an alternative to tables. This topic has probably been addressed on here many times, but I can't seem to find my specific problem and I'm getting frustrated. I feel like a first-grader attending class at Oxford on this forum! I would really appreciate anyone's help! I am trying to move my body text to the top of the page, but it insists on staying way down the page. I've played around with the margins and container variables, to no avail. Please help! The url of the page is http://www.eurekainvestigations.com. This is the CSS code... body { font: 9pt/17pt georgia; color: #555753; background: #eedfcc url(Images/PI.jpg) no-repeat top left; margin-left: 0px; margin-top: 0px; }p { font: 11pt/17pt "Times New Roman"; margin-top: 0px; text-align: justify; }h1 { letter-spacing: 1px; margin-top: 0px; text-align: center; color: #555753; margin-bottom: 35px; }h2 { letter-spacing: 1px; margin-bottom: 0px; text-align: left; color: #7D775C; margin-bottom: 8px; }a:link { font-weight: bold; text-decoration: none; color: #B7A5DF; }a:visited { font-weight: bold; text-decoration: none; color: #D4CDDC; }a:hover, a:active { text-decoration: underline; color: #9685BA; }#container { background: #eedfcc; padding: 10px 20px 10px 30px; margin-left: 260px; margin-top: 0px; }#footer { text-align: center; margin-top: 50px; }#footer a:link, #footer a:visited { margin-right: 20px; }#linkList2 { margin-left: 0px; position: left; top: 0px; right: 0px; font: 15px verdana, sans-serif; color: #555753; margin-top: 375px; width: 250px; }#linkList2 li { line-height: 2ex; padding-top: 5px; margin-bottom: 5px; list-style-type: bullet; }#linkList2 li a:link { color: #555753; text-decoration: none; }#linkList2 li a:visited { color: #c0c0c0; text-decoration: none; }#linkList2 li a:hover { color: #000000; text-decoration: none; }
×
×
  • Create New...