View Single Post
  #1 (permalink)  
Old Jan 7th, 2007, 21:28
BGarner's Avatar
BGarner BGarner is offline
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Text formatting trouble

Hey you guys,

I need some help getting this to work properly. Below is a portion of the css for http://72.52.285.72/~bennett/willy.shtml

Code: Select all
h1 {
    font: normal normal lighter 20px;
    color: #0000ff;
}

h2 {
    color: #0000ff;
    font: italic normal lighter 20px;
    position: relative;
    left: 28px;
}
h1 and h2 are messed up h2 is supposed to be in italics. Well it's probably something really simple in my code that I overlooked, but check it out.

Thanks!
Reply With Quote