Hi All
I have the following code
but my image does not display. If I place the image call inline in the td, i get the image but it repeats at the bottom of the page, which I don't want.
Any ideas?
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
I have the following code
Code:
<style type="text/ccs">
.tdimage{background-image:"url(/pix/bacground2.gif)"; background-repeat:"no-repeat";}
</style>
</head>
<body bgcolor="#999999" onload="startclock();">
<table width="1024" height="768" align="center">
<tr>
<td class="tdimage">
...
but my image does not display. If I place the image call inline in the td, i get the image but it repeats at the bottom of the page, which I don't want.
Any ideas?
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...