1 (edited by getagrip 2006-12-18 18:22)

Topic: html probs

How do I make this Register bold?         

$links[] = '<li id="navregister"><a href="register.php">'.$lang_common['Register'].'</a>';


Where shall I place the [b,][/b,] ???

Re: html probs

$links[] = '<li id="navregister"><a href="register.php"><b>'.$lang_common['Register'].'</b></a>';

Re: html probs

thx alot

4

Re: html probs

No no and thrice no.

#brdmenu li#navregister a {font-weight: bold}