macromedia.dynamic.html
[Top] [All Lists]

Re: Creating a hyperlink on an image ruins my whole layout!?

Subject: Re: Creating a hyperlink on an image ruins my whole layout!?
From: "Murray *ACE*" <forums@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Jul 2008 07:37:37 -0400
Newsgroups: macromedia.dynamic.html


It would be much better to use this -

a img { border:none; }

since your suggested rule would apply to every image on the page!

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"CaryD" <webforumsuser@xxxxxxxxxxxxxx> wrote in message news:g662g2$kmq$1@xxxxxxxxxxxxxxxxxxxxxxxx
You can try this styling:

img {
   display:block;
   border:none;
}


<Prev in Thread] Current Thread [Next in Thread>