Problems with image link

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
szms
Forum Contributor
Posts: 101
Joined: Thu Jun 26, 2003 12:23 pm

Problems with image link

Post 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?
Cruzado_Mainfrm
Forum Contributor
Posts: 346
Joined: Sun Jun 15, 2003 11:22 pm
Location: Miami, FL

Post by Cruzado_Mainfrm »

yep, u forgot to close the style attribute with a "
Post Reply