Log in

View Full Version : Using colours in custom templates


stryka
02-01-2003, 10:46 PM
How do i call a custom template and use the colours i want?

The template complains if i do this

<td bgcolor="#6D00B7">

it doesnt like the number sign...

is there another suggested way...

Sebastian
02-01-2003, 11:29 PM
you should be able to use RGB color code in templates. if you want to keep the table colors/background dynamic then

bgcolor="{ tableheadbgcolor }">
bgcolor="{ secondaltcolor }">
bgcolor="{ firstaltcolor }">

etc .. look in the replacement templates for more replacements.