• I have problems with 1 page in my wordpress site.
    I have a design-page with a template, so far no problem. I want 3 images inside the content with a link. In plain html no problem, but I can’t figure out how to make it work in WP.

    My template:
    [Code moderated as per the Forum Rules. Please use the pastebin]

    The links show up only as a link with the tag name, but no images. The path to the images folder is right, and also the 3 names of the jpg’s.

    What went wrong in here, please help!
    Thanx anyway!

Viewing 7 replies - 1 through 7 (of 7 total)
  • try to write your page in HTML mode not visual mode. ??

    Thread Starter mayarulez

    (@mayarulez)

    I did, in the #designhome template. Strange thing is that another image (not 1 of those 3) is working well 8-(

    Maybe there is sth wrong with the path??

    Other suggestions?

    first of all.. use pastebin to publish ur code ??

    Thread Starter mayarulez

    (@mayarulez)

    <a href="#"><img src="images/verlichting.jpg" width="170" height="195" alt="verlichting"/></a>
      <a href="#"><img src="images/meubels.jpg" width="170" height="195" alt="meubels" /></a>
      <a href="#"><img src="images/diversen.jpg" width="170" height="195" alt="diversen" /></a>

    this is the code in the template, after get-header and before get-sidebar and get-footer.

    there’s nothing wrong there.

    maybe it’s the location of the path ?

    so u said it’s only appear as tag..

    is it appeared as

    verlichting
    meubels
    diversen

    or

    <img src="images/verlichting.jpg" width="170" height="195" alt="verlichting"/>
      <img src="images/meubels.jpg" width="170" height="195" alt="meubels" />
      <img src="images/diversen.jpg" width="170" height="195" alt="diversen" />
    Thread Starter mayarulez

    (@mayarulez)

    as the first ones, so only the tags. The link is ok, so it has only problems with the images itselfs.

    maybe its the path.. ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to put images in a template (with links) ???’ is closed to new replies.