Page 1 of 1

Problems with image link

Posted: Mon Oct 06, 2003 9:24 am
by szms
The image link is implemented by the following code:

<p> <!-- style="font-family:verdana;font-size:100%;color:black> -->
If you see this message for more than five seconds, please click on the link !

Code: Select all

<a href="home.html">
<img border="0" src="logo.gif" width="65" height="38">
</a>
</p>
But when I try the following one the image link does not work.

Code: Select all

<p style="font-family:verdana;font-size:100%;color:black>
Can you tel me why and how to solve this problem?

Posted: Mon Oct 06, 2003 9:29 am
by Cruzado_Mainfrm
yep, u forgot to close the style attribute with a "