[wdvltalk] RE: eliminate borders on clickable images

2003-09-04 Thread Ross Clutterbuck
 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]


[wdvltalk] RE: eliminate borders on clickable images

2003-09-03 Thread Janet Driscoll
Larry,

On the image tag, include border=0 -- that will do it for you.

Janet

-Original Message-
From: Larry Balog [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 30, 2003 12:21 PM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] eliminate borders on clickable images


Hello,
I have an animated gif that I am using as a clickable link.  I don't want
the border that appears by default around images used as links.  I have
tried several CSS styles but can't seem to remove it.  Anyone have the
solution?
Thanks,
Larry


 • 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.unsub%%


 • 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]