Problem modify an echo "<a href=\"", newbie in php?
Posted: Fri Nov 14, 2008 3:40 am
I have a code:
I want to take away the ability in the code to control the appearance of the font (font-weight and size) add a css class of my own in there to be able to controle the font appearance by css...
Do you see any problem doing so?
First post Here.
Hello! everybody
Code: Select all
echo "<a href=\"" . sefRelToAbs($indexalphacontent) . "\" style=\"font-weight:" . $ac_weighttitleindex . ";font-size:" . $ac_sizetitleindex."px\">" . $directoryname . "</a>";Do you see any problem doing so?
First post Here.
Hello! everybody