Greeting everyone,
I've come across a problem; and for the life of me I can't get past this little error with tables in HTML. Basically; I have a background that I wish to use behind my links; then position the links so I can have a roll-over image.
This is the background that I wish to use; the following are examples of the images I wish to use inside the picture.
My issue is that I've tried various forms of working this out. Here is an additional obstacle. I have "Cutenews" in the same table; merely to the right. Here is the code:
Code:
<td width="14%" height="226"><img src="IMAGE" width="148" height="209"> </td>
<td width="86%" height="80%">
<?PHP
$template = "Default";
include("cutenews/show_news.php");
?>
<?PHP
$number="1";
$static=TRUE;
$start_from=3;
include("Cutenews position");
?></td>
</tr>
</table>
So anyone capable of assisting me with getting the link buttons to be capable of rolling over with that background still behind it; I would be most appreciative. If there is any other information ya'll need; feel free to post and request it.
-Evelath
|