> On the image tag, include border=0
Although if you're conforming to XHTML this is not
allowed (no design-based markup allowed in HTML). I
personally use the following CSS:
img {
border: 0px;
}
Which will apply to all images in your page. If you
want something a little more specific use a class
instead and apply that to your image:
.imglink {
border: 0px;
}
<img class="imglink" src="myimg.gif" />
Hope this helps
MOU
________________________________________________________________________
Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]