Click to See Complete Forum and Search --> : Clear Background For Script


farrar123
11-15-2004, 05:36 AM
Hello To All!

I have been out of the web design field for many years and was just recently asked to do a site for my local church at www.wcog.net

I would like to place a piece of script on the home page in the upper righ-hand corner of the page. It is, in fact, already there.

My problem is that I want the theme to show through. I want a clear background so all the visitors see is the text and NOT the grey color that is currently there. I have viewed the HTML for my site but just can't get the right hex code.

How can I make the background transparent?

Thanks!

Jeff Farrar
Alabama

Willy Duitt
11-15-2004, 05:56 AM
Do you mean this...


<td width="100%" valign="top" align="right" height="1">
<p align="right">
<applet code="Time.class" codebase="http://wcog.net/v-web/date/" width="225" height="20">
<param name="textcolor" value="800000">
<param name="backcolor" value="c0c0c0">
<param name="font" value="Arial">
<param name="fontsize" value="11">
<param name="bordercolor" value="c0c0c0">
</applet>
</td>


Firstly, I see nothing since I have both ActiveX and Java disabled in my Internet Zone...
Secondly, that is a Java Applet and has nothing to do with Javascript...
You may wish to ask a moderator to move this to the correct forum...

.....Willy