• stephenn

    (@stephenn)


    hello
    *image shows ok
    *link does not have effect

    I have placed a small 64×64 sort of size image in my posts (it ahows as desired) but on mouse over it does not portrait that it carries a link… and it doesn’t click to desired link… as expected in code.

    I place images in ‘myownimagefolder’ by FTP
    I type html code in post editor (html mode)… (editor doesnt show any buttons in ‘visual’ made anyway!!.. another problem!)

    This is the code I put in html editor:
    <ahref="http://anotherwebsite.com"TARGET="_blank"><img style="border:1px silver solid" src="http://myownsite.com/myownblog/myownimagesfolder/myown64x64image.jpg" border="0" alt="myown64x64image" /></a>

    Q: What/How may I get link to work?
    appreciate any thoughts on this one.

Viewing 1 replies (of 1 total)
  • esmi

    (@esmi)

    Try:

    <a href="http://anotherwebsite.com" target="_blank"><img style="border:1px silver solid" src="http://myownsite.com/myownblog/myownimagesfolder/myown64x64image.jpg" border="0" alt="link_text_goes_here" /></a>

Viewing 1 replies (of 1 total)
  • The topic ‘images in my posts dont respond to being linked’ is closed to new replies.