Hi, on the following page I have an issue with the bottom border on page wrap in IE7. Or at least my client sees it. I don't have a pc to test on.
http://www.laminatefabricators.com/index.php/contact-duncan-reeds-laminate-fabricators/call-back.html I have another form on the site that is not effected. (strange!)
The site is otherwise pretty much ready to launch
Can anyone please let me know what the problem is.
Cheers
Tom
http://www.laminatefabricators.com/index.php/contact-duncan-reeds-laminate-fabricators/call-back.html I have another form on the site that is not effected. (strange!)
The site is otherwise pretty much ready to launch
Can anyone please let me know what the problem is.
Cheers
Tom
Hi Tom,
I ran your source code through HTML Tidy and it picked up an unclosed input tag in the form code.
Bob
I ran your source code through HTML Tidy and it picked up an unclosed input tag in the form code.
<input name="text_9" type="text" id="text_9" size="30" maxlength="150" </div>
I think that differnent browsers handle the error differently. FireFox seems to supply the missing />, IE7 used the </div> instead.Bob
This topic is locked and no more replies can be posted.