Firefox Problem?


Recommended Posts

Okay on my site I uploaded some pictures and set them up like this

a   b
a   b
a   b
a   b

when I preview the source, it shows up normal but when I save the page and click to view it, It shows up like this

a    b    a
b
a   b
a   b

It works fine in Konqueror and Internet Explorer because my friend has no problem with it. So it seems to be firefox. What do I do?

Link to comment
Share on other sites

The problem may be the width of each browser window. To ensure just two images per row, try coding the html like this:

<img src="aaa"> <img src="bbb"> <br>
<img src="ccc"> <img src="ddd"> <br>

etc.

Link to comment
Share on other sites

Actually somehow, I used both :wacko: I'm gonna try dlandiss' suggestion

Edit: Yeah it worked, thanks. Next time I'm gonna do it all by hand instead of using insert image. Somehow I messed it up

Edited by Kreuger
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.