Aligning text under images

1 replies
  • WEB DESIGN
  • |
I am wanting to align some text under some images I have loaded here:

Wellington New Zealand

Ideally I would like the actual images to be clickable. I tried to insert the URL into the image url but it didn't work so I have used table code to try to get the URL's under each image.

Any suggestions would be greatly received

Cheers
Viv
#aligning #images #text
  • Profile picture of the author pdjsolutions
    Hi there mistyone,

    Well to get a Image to link to something. Try this

    <a href=" your link "><img src="thesource" border="none"></a>

    The border = none will remove any blue / purple borders around the image will be a clickable 1 which on clicking will take u to " your link "


    Also if you want the link to come right under the image.

    you can try this out.

    <div style="width: xx px; height: yy+15px;"><img src="asdasd" width="xx px" height="yy px"><br><a href="your link">Your link</a>


    here xx and yy are the width and height of the image .
    Try the same without the <br> tag , it should work.
    {{ DiscussionBoard.errors[897128].message }}

Trending Topics