Results 1 to 8 of 8
Related
-
iframe prints onlt the first page Forum: HTML Forum
Replies: 1 -
Centered Pages? Forum: HTML Forum
Replies: 4 -
Concealing Web Pages Forum: HTML Forum
Replies: 0 -
CSS working differently in Netscape and IE Forum: CSS Forum
Replies: 10 -
one of the web pages prints out differently to the others Forum: General Discussion
Replies: 1
-
07-20-2003, 01:25 PM #1
one of the web pages prints out differently to the others
I have the weirdest situation I have built a website using MX, the web pages background is black with white text. I have recently included an additional feedback form page which has the same color configuration. However this new web page prints out with a complete black background print with white text while the others print out normally with clear backround and black text.
Any ideas?
-
07-20-2003, 03:09 PM #2
Moving to HTML Help -
Hopefully, someone more experienced in DreamWeaver can help you out. Have you tried going thru the code yourself to see if there is anything different?If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
07-20-2003, 03:15 PM #3
Cheers Dean, I have checked the code in each page. there isn't any thing different to the new one.
-
07-20-2003, 03:43 PM #4
Got a link to the page somewhere?
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
07-20-2003, 03:51 PM #5
Here is the link
http://www.digitalexcellance.com/PagesFolder/SEO.html
Now the blasted form won't work and my boss is going to kill me.
Any assistance will help
Cheers
-
07-20-2003, 04:25 PM #6
can you also post the link to the other page, I would like to look at them as well as the code side by side.
Dave
-
07-21-2003, 01:12 AM #7
Thanks for the reply Bob,
Here is the link to the site.
http://www.digitalexcellance.com
If you could also help with the coding on that form I would be so grateful. My boss is going to have me for breakfast today.
Cheers
-
07-21-2003, 07:04 AM #8
First thing to do to the form is to remove all but one of the sets of form tags. The form tag should encompass all input types, and does not require a seperate set of tags for each. You should also place the tags outside the table and not within TDs, this eliminates weird spacing problems that some browsers will see.
My guess on the printing issue is the noframes tag in the main page which states color #ffffff
Dave