Guest wrote: Hi, I am working at an XBox Theme, now i have an little Problem http://old.dyndns.org/Bild6.gif The Color of the highlighted Text is wrong, how can i change it for only this line ? Code: <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td textcolor="#000000"> <td><img src="themes/xlink/images/u2.gif" width=161 height=25 border=0></td> <td background="themes/xlink/images/u3.gif" width=100% height=25><font class="blocktitle"> ;;Title : $title</font></td> <td><img src="themes/xlink/images/u3.gif" width=115 height=25 border=0></td> </tr> </table> <table border="0" cellpadding="3" cellspacing="0" width="100%"> <tr> <td align=center width=25%> <a href="modules.php?name=News&new_topic=$topic"><img src="$t_image" border="0" Alt="$topictext"></a><br><br></td><td width=75% valign=top align=left> <br><br>$content<br><br><br>$posted<br>$morelink </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><img src="themes/xlink/images/u1.gif" width=161 height=25 border=0></td> <td background="themes/xlink/images/u5.gif" width=100% height=25></td></tr> </table> <br> THX Reiner Posted: Sat Mar 05, 2005 3:48 pm
admin(Mark) wrote: You can change it by editing the class "blocktitle" in the stylesheet <font class="blocktitle"> ;;Title : $title</font> But if you only want that text to change you can surround the variable with a font color instead of class like this <font color ="#ff0000">Title : $title</font> That would give it a red color. Posted: Sat Mar 05, 2005 4:32 pm
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||