Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Fix for bordeless hyperlink image not working

New Here ,
May 23, 2009 May 23, 2009

     Hello, I am fairly new to the webdesign world, I have a page that I have an image that is a hyperlink (www.crespidrama.org) and I am trying to remove the border.  The fix that I found on the forums was to do a img { border:none;} but it doesn't appear to be working.  I assume I have the code in the wrong place?

Here is the code for the image from that page:

  <a href="then-there-were-none.html"><a href="then-there-were-none.html"><img src="images/teaser-poster.jpg" a img { border:none;}width="109" height="140"></a><br>

Many thanks for your help!

863
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 24, 2009 May 24, 2009
LATEST

I think you are probably in the wrong forum. The HTMLHelp forum is for people using the RoboHelp product to create Microsoft HTML Help, not for people need help with HTML.

I will offer a suggestion as to what is wrong but if that is not it, you should ask in the forum for whatever product you are using, Dreamweaver maybe?

I would start by writing the code something like this, based on the code you supplied.

<a href="then-there-were-none.html"><img src="images/teaser-poster.jpg" border:none; width="109" height="140"></a><br>

Of course, if the border is part of the image, then specifying border as none will have no effect.

As you are just starting, a good place to visit would be http://www.w3schools.com


See www.grainge.org for RoboHelp and Authoring tips

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp