Can anyone tell me the proper way to put in CSS info into a php echo? Not sure if this should go here or in CSS forum so please move if wrong.
I've got a little php expanding menu system which the links below are part of.
My CSS (part of)
The code below is picking up the plain page link style and shows an underline on the link:
BUT it mangles the URL which shows as:
Quote:
|
mydomain.com/\"mypage.php?cpane=menu1\"
|
The code below is picking up the leftnavlv1 style
BUT is showing it with an underline all the time. The leftnavlv1 style does not show an underline elsewhere on the page, only when used as above.
Elsewhere on the page I've got:
which works fine and picks up the CSS style properly.
What am I doing wrong?
thanks.