| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CFIMAGE and <a href> isssues
hi to all,
i am trying to make a image generated from <cfimage> into a link using <α href> but unfortunately the outcome has a 1px blue border , the default one for the links and i can not make it go away... i tried div class , style but nothing worked... any ideas?? |
|
#2
|
||||
|
||||
|
Hi, I don't use ColdFusion, but I know HTML/CSS.. if you're getting a default image border, you need to clearly define in your CSS that your anchor tags (<a ) and image tags (<img ) should not have a border.
For example; Code:
a img {border:none;}
Look for this code in your CSS (or between your <style> </style> tags), if it isn't there, insert it and the image borders should go away. |
|
#3
|
|||
|
|||
|
jesus how could i forget the img property in the css tag....
man, 10000 thnx |
|
#4
|
||||
|
||||
|
No problem, glad to have helped
|
![]() |
| Viewing: Tutorialized Forums > Web Design & Development > ColdFusion > CFIMAGE and <a href> isssues |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|