Help - Search - Members - Calendar
Full Version: html error?
HTMLHelp Forums > Programming > Client-side Scripting
Charles
I have a huge web page although I'm 84.

Rarely I get a problem I can't seem to solve.

On my page at: http://www.charlies-web.com/WWII_med/contentsced1.htm the display for page two is OK but the print is goofed up. It is probably an html error but I have been unable to find it!

Can anyone help?

If you need to contact me, use: charlesdills@mac.com

Thank you for trying........ ---Chas---

pandy
Hi Charles smile.gif

I think you missed an "l" in html.
http://www.charlies-web.com/WWII_med/contentsced1.html

What browser are you trying to print from and in what way is the printed page goofed up? I tried the print preview in Opera and it looks fine.
Christian J
QUOTE(Charles @ Jan 31 2007, 03:40 AM) *

the display for page two is OK but the print is goofed up.

Do you mean this page: http://www.charlies-web.com/WWII_med/contentsced2.html ? If so, the last image http://www.charlies-web.com/WWII_med/patch*.jpg is partly cut off in Internet Explorer's print preview. This is probably a bug in the browser caused by the ALIGN attribute:

CODE
<IMG align=right hspace=10 SRC="patch*.jpg">

Since you don't use CSS for the layout I'm not sure how to fix this, perhaps adding <br clear="all"> somewhere after will help (I'm just guessing now).
youngcomlover101
QUOTE(Christian J @ Jan 31 2007, 04:22 AM) *

QUOTE(Charles @ Jan 31 2007, 03:40 AM) *

the display for page two is OK but the print is goofed up.

Do you mean this page: http://www.charlies-web.com/WWII_med/contentsced2.html ? If so, the last image http://www.charlies-web.com/WWII_med/patch*.jpg is partly cut off in Internet Explorer's print preview. This is probably a bug in the browser caused by the ALIGN attribute:

CODE
<IMG align=right hspace=10 SRC="patch*.jpg">

Since you don't use CSS for the layout I'm not sure how to fix this, perhaps adding <br clear="all"> somewhere after will help (I'm just guessing now).

Or learn CSS!Simple.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.