Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS h1 image replacement no link Re: h1 image replacement no link

#62559
Rob MacKay
Participant

Hey :)

Do you have a live linky? :)

Also for reference, you dont need a semi colon on the end of a single line of CSS, for example:

h1 { width:100px }

You would need it after one, because its the semi colon that says "New style option!!"

So

h1 {width:100px; height:100px }

would be perfectly valid.