You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Jeffrey Owens <jo...@yahoo.com> on 2002/05/06 18:06:32 UTC

strange border on top.vm links

I've got a strange problem. In the top.vm file I substituted my own buttons(.gif) for the the link, but when the button shows up it has a colored border around it. If I remove the  href designation which is either the $link.setPage or $link.setAction then the purple border goes away. I've tried looking at the Java source and I've looked at the css but I can't find where this border comes from. Any ideas?

Jeffrey Owens


---------------------------------
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness

Re: strange border on top.vm links

Posted by Jeffrey Owens <jo...@yahoo.com>.
 I tried that already, but it makes no difference. I get a navy border, which led me to believe it was related to css, but I'm not calling any class with a navy border.
  sbelt <sb...@velos.com> wrote: in the tag add an attribute border="0"

ie button.gif

Steve

----- Original Message ----- 
From: "Jeffrey Owens" 
To: 
Sent: Monday, May 06, 2002 9:06 AM
Subject: strange border on top.vm links


> I've got a strange problem. In the top.vm file I substituted my own
> buttons(.gif) for the the link, but when the button shows up it has a
> colored border around it. If I remove the href designation which is
> either the $link.setPage or $link.setAction then the purple border goes
> away. I've tried looking at the Java source and I've looked at the css
> but I can't find where this border comes from. Any ideas?
> 
> Jeffrey Owens
> 
> 
> ---------------------------------
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> 



--
To unsubscribe, e-mail: 
For additional commands, e-mail: 


Jeffrey Owens


---------------------------------
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness

Re: strange border on top.vm links

Posted by sbelt <sb...@velos.com>.
in the <a href=...> tag add an attribute border="0"

ie <a href="mylink.htm" border="0">button.gif</a>

Steve

----- Original Message ----- 
From: "Jeffrey Owens" <jo...@yahoo.com>
To: <je...@jakarta.apache.org>
Sent: Monday, May 06, 2002 9:06 AM
Subject: strange border on top.vm links


> I've got a strange problem. In the top.vm file I substituted my own
> buttons(.gif) for the the link, but when the button shows up it has a
> colored border around it. If I remove the  href designation which is
> either the $link.setPage or $link.setAction then the purple border goes
> away. I've tried looking at the Java source and I've looked at the css
> but I can't find where this border comes from. Any ideas?
> 
> Jeffrey Owens
> 
> 
> ---------------------------------
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>