Forums

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

Home Forums CSS “#” sign before property Re: “#” sign before property

#103617
Paulie_D
Member

The hashtag as it’s called means that it applies to an named element with an ‘id’




You can then target this div directly with your CSS.



#insertname {

height: 250px;

}

for instance.