Kreuger Posted June 3, 2005 Share Posted June 3, 2005 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 More sharing options...
Dan in St Louis Posted June 3, 2005 Share Posted June 3, 2005 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 More sharing options...
llbbl Posted June 3, 2005 Share Posted June 3, 2005 Can you paste the source? Do you have <p> tags or are using <br> ? Link to comment Share on other sites More sharing options...
Kreuger Posted June 3, 2005 Author Share Posted June 3, 2005 (edited) 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 June 3, 2005 by Kreuger Link to comment Share on other sites More sharing options...
Recommended Posts