Quote:
Originally Posted by DjEddie
Hi, and thanks for your help  .. please could u expand in ur meaning as to where I would put bgcolor="#000000" in the coding to give it a black background ..
I've tried to put it in between this coding that appears through out the template ..
Code:
<div class="td blockrow" bgcolor="#000000" style="vertical-align:
with no luck .. I'm sure thats totally wrong too lol
Thanks for your help 
|
Open the template dbt_ph_profile
At the very top put
Code:
<STYLE TYPE="text/css">
div.td.blockrow {background-color: #000;}
</STYLE>
That worked on my dev site.