Jump to content

Resolved - Add image(s) to the right column without box


Snowsmile

Recommended Posts

Your problem is probably due to the image path, as well as the html tag which should be <img> not <image>, also "height" is mispelled. Computer can't tell that "heigh" is supposed to mean "height"

Many years ago, I wrote the image tag as <image> instead of <img> as a bad, learned habit, and didn't realize it because it worked with early versions of IE and that's all I used back then. Maybe you're in the same boat? <image> has never been an html tag for real, that I know of.

Try: <a href=""><img src="images/uploads/abc.jpg" width="115" height="83" alt="" title=""/></a>

IOW, use <img> and if it doesn't show, check the path is good.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...