Click to See Complete Forum and Search --> : "wide" at the end of id?


vio1
02-05-2009, 11:24 PM
Hi,
I am learning css and html, and i am taking apart a free template i found and cant find an answer to this entry:

#contentwide {line-height:1.5em; margin:10px 0 10px 160px; padding:0; text-align:left;}


there is an id called #content (without the "wide")
it is used a few times in the css file, but there is no reference to it in the html. What does it mean? where can i get more info on this?

Fang
02-06-2009, 01:31 AM
It is probably used on a different page. Not all selectors in a css are used in every page.