Forums

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

Home Forums CSS Text tagged "p" and "li" Re: Text tagged “p” and “li”

#64348
FAQPAL
Member

Why are you using the li tag, just use span id="something" and then in your CSS file, add:

.something {
styleing here
}

The li tag is for lists.