Forums

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

Home Forums CSS WordPress Expert Needed Re: WordPress Expert Needed

#71961
TheN00b
Participant

Thank You So Much Rob

Chris’s tutorial did it for me. But have I found a mistake in his Tut ?

I went with the href attribute since in my list each <li> will have a different link. But Chris in his tut said I should use this >

Code:
a[href=http://perishablepress.com] { color: red; }

but in fact it should be:

Code:
a[href=”http://perishablepress.com”%5D { color: red; }

am I right ?

Thanks once again