images in one row?

  • I am using gigafile.co.uk for hosting my images. Gigafiles creates thumbnails and linked URLS. The only problem is when I put in the html code in WP it shows the pictures in one single row.
    I have spend some time searching the forum but I cannot find any answer to my problem.
    This is how gigafiles displays the code:

    <a href="http://www.gigafiles.co.uk/files/960/Pictures/Aarestrupsvej%206/JuleAK313frokost/00023.jpg" title="00023.jpg">
    <img src="http://www.gigafiles.co.uk/files/960/Pictures/Aarestrupsvej%206/JuleAK313frokost/thumbs/00023.jpg" alt="00023.jpg" />
    </a>
    <a href="http://www.gigafiles.co.uk/files/960/Pictures/Aarestrupsvej%206/JuleAK313frokost/00019.jpg" title="00019.jpg">
    <img src="http://www.gigafiles.co.uk/files/960/Pictures/Aarestrupsvej%206/JuleAK313frokost/thumbs/00019.jpg" alt="00019.jpg" />
    </a>

    Can someone help me out and tell me how to do this?

  • You need to put a carriage return between each image.
    At the end of the /> press Return for each one.
    Try that?

  • Thanks.. But no luck!
    WP just corrects the code to:

    <a href="http://www.gigafiles.co.uk/files/960/Pictures/Aarestrupsvej%206/JuleAK313frokost/00001.jpg" title="00001.jpg">
    <img src="http://www.gigafiles.co.uk/files/960/Pictures/Aarestrupsvej%206/JuleAK313frokost/thumbs/00001.jpg" style="display: inline" alt="00001.jpg" /></a>
    <a href="http://www.gigafiles.co.uk/files/960/Pictures/Aarestrupsvej%206/JuleAK313frokost/00002.jpg" title="00002.jpg">
    <img src="http://www.gigafiles.co.uk/files/960/Pictures/Aarestrupsvej%206/JuleAK313frokost/thumbs/00002.jpg" style="display: inline" alt="00002.jpg" /></a>

    Unfortunately it makes no difference..?!

  • If you put them in a post and put the post address here?
    I can take a look then.

  • Here you go:

    http://stubben.wordpress.com/billeder-fra-ak-fest/

    The page is in danish. So do not bother to understand ;)

    Thanks..

  • You meant 1 row?
    I moved 2 images that you can see. If that is what you want I took all the carriage returns out. You can see by checking the Code tab.
    Is that okay?

  • That did it!

    Thank you very much Mark :)

    Have a nice holiday!
    //stubben

  • The topic ‘images in one row?’ is closed to new replies.