When I put in images (jpgs) and then view them in IE the editor has stacked the images partially on top of each other even thoug I put plenty of <br> between then to space them out. The images are contained in the same <td> and there's plenty of vertical room for them to spread out and not crowd up. This is the 2nd page I've had this same problem with. I've tried everything I know to fix but no luck.
In Firefox or Chrome they don't land on top of each other but they are still crowed together with no spaces in between.
has this happened to anyone else/ and is their a fix?
Please,
mike
In Firefox or Chrome they don't land on top of each other but they are still crowed together with no spaces in between.
has this happened to anyone else/ and is their a fix?
Please,
mike
Hiya Mike,
Got a link? no way for us to know what happened without taking a look at it
Got a link? no way for us to know what happened without taking a look at it

Sure! Here is the trouble page:
http://www.fiftiesweb.com/tv/untouchables.htm
Any help will be greatly appreciated!
Mike
http://www.fiftiesweb.com/tv/untouchables.htm
Any help will be greatly appreciated!
Mike
You are specifying XHTML in your doctype statement, but your coding does not comply with XHTML. As an example, all tags must be lower case in XHTML. I ran your code through the validator and ended up with over 300 errors. I think you need to attend to those first, before spending time on anything else.
The easiest and quickest way to reduce the number of validation errors would probably be to simply change the doctype to HTML 4.01 Transitional. Then go from there...
The easiest and quickest way to reduce the number of validation errors would probably be to simply change the doctype to HTML 4.01 Transitional. Then go from there...
Per
www.mingas.com
www.mingas.com
Hello Mike,
Not sure if this is what you were exactly talking about. The images though were alighed to the right and one not aligned at all. Sent you a test html file for you to run to see if it is the fix you were looking for. I also remarked out one of the goole ads that was pushing everything to the right. Hope this helps. Just place it in the same dir as your index.html file. just rename the file from txt to html. Instead of running the index file point the browser to run this file.
William
Not sure if this is what you were exactly talking about. The images though were alighed to the right and one not aligned at all. Sent you a test html file for you to run to see if it is the fix you were looking for. I also remarked out one of the goole ads that was pushing everything to the right. Hope this helps. Just place it in the same dir as your index.html file. just rename the file from txt to html. Instead of running the index file point the browser to run this file.
William
Which Came First Coffee or the Cup?
Hi everybody,
I fixed my doctype and other related problems using the "Code Cleaner" and it worked great.
However my images are still displaying on top of each other in IE. In Firefox there not on top of each other but still crowded together. I've tried several fixes but nothing works. I'm thinking about putting them into an embedded table but I don't see why that would work. Has anyone ever had this happen to them?
By the way Happy 4th of July!!!
Mike
The page is:http://www.fiftiesweb.com/tv/untouchables.htm
I fixed my doctype and other related problems using the "Code Cleaner" and it worked great.
However my images are still displaying on top of each other in IE. In Firefox there not on top of each other but still crowded together. I've tried several fixes but nothing works. I'm thinking about putting them into an embedded table but I don't see why that would work. Has anyone ever had this happen to them?
By the way Happy 4th of July!!!
Mike
The page is:http://www.fiftiesweb.com/tv/untouchables.htm
Not knowing how you want the images to be positioned, but I have modified your code for that particular table cell as to show a vertical column of images. The width of the table cell of 300px is telling me that you don't want them spread out too much. If you wanted something else, just let us know.
<td valign="top" width="300" align="center">
<img src="untouchables-stack.jpg" width="224" height="208" alt=
"Robert Stack as Eliot Ness" title="" />
<br><br>
<img src="untouchables-squad1.jpg" width="258" height="189" alt=
"The Untouchables" title="" />
<br />
<br />
<img src="untouchables-phone.jpg" width="186" height="204" alt=
"robert stack" title="" />
<br><br>
<img src="untouchables-large.jpg" width="215" height="235" alt=
"The Untouchables" title="" /></td>
<img src="untouchables-stack.jpg" width="224" height="208" alt=
"Robert Stack as Eliot Ness" title="" />
<br><br>
<img src="untouchables-squad1.jpg" width="258" height="189" alt=
"The Untouchables" title="" />
<br />
<br />
<img src="untouchables-phone.jpg" width="186" height="204" alt=
"robert stack" title="" />
<br><br>
<img src="untouchables-large.jpg" width="215" height="235" alt=
"The Untouchables" title="" /></td>
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Oh, I didn't see your latest post...
You don't need any more tables. It was the alignment (align="left" etc.) that made the images all go wacky.
You don't need any more tables. It was the alignment (align="left" etc.) that made the images all go wacky.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Something else: I see that when running your page through the W3c validator, it gives an error about missing doctype. There was, some years ago, I think, a version of the html Editor that had a faulty doctype declaration when xhtml was selected. This has long since been corrected, so I think you ought to update your Editor. It doesn't cost anything.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
That's wierd because I used the code cleaner and under doctype I selected "auto" and it changed the original doctype. I have the newest version of the editor, I just downloaded the upgrade a couple of weeks ago.
What should I change my doctype to?
Thanks,
Mike
What should I change my doctype to?
Thanks,
Mike
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.