Hi,
With the #16 template, we could change some background color etc. by inserting some scripting in the Header Custom HTML field, such as
Is it possible to do something similar with the Box3 template?
With the #16 template, we could change some background color etc. by inserting some scripting in the Header Custom HTML field, such as
Code:
<script language=javascript> document.body.style.backgroundColor='#8C9CB3'; </script> <div style='border:none;border-bottom:solid #404040 1.5pt;'>
Comment