i created css clock at the file themes->pushbutton->style.css
#image-home {
background: #000000 url(gradient_sky.png) left top repeat-x;
}
background: #000000 url(gradient_sky.png) left top repeat-x;
}
then i called it from /themes/pushbutton/page-front.tpl.php on a table such as:
<table id="image-home" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top">
<span><img src="themes/pushbutton/cognovis_home.jpg" align="right" alt="image home" border="0" /></span>
</td>
</tr>
</table>
<tr>
<td valign="top">
<span><img src="themes/pushbutton/cognovis_home.jpg" align="right" alt="image home" border="0" /></span>
</td>
</tr>
</table>
Somehow, background color works fine but url doesn't.
I already check thousand times. The image is there and the path is correct. but the image does not load up.
any clues?
Read »








