HTML experts needed! Problem with FireFox!
I am having problems with a html template I use for ebay, it works fine in Internet Explorer but not in Mozilla Firefox, I guess I have missed some tags out or similar. But I dont know much about HTML so please dont slate me!
http://cgi.ebay.co.uk/ws/eBayISAPI.d...tem=4376011442
When you view the source scroll down to <!-- Begin Description --> below this is my html description etc it ends with <!-- End Description -->
Any help much appreciated!
Forgot to add that the problem in firefox is my description mixes up with all the ebay infomation at the bottom, please help meeeeeeeee!
http://cgi.ebay.co.uk/ws/eBayISAPI.d...tem=4376011442
When you view the source scroll down to <!-- Begin Description --> below this is my html description etc it ends with <!-- End Description -->
Any help much appreciated!
Forgot to add that the problem in firefox is my description mixes up with all the ebay infomation at the bottom, please help meeeeeeeee!
Just after Begin Description and after your style definition, you close the head tag. This has already been done by the eBay code further up the page.
Towards the bottom before End Description you open a second body tag, then immediately close it and you close the html tag.
Following this, the eBay JavaScript also closes the html tag.
In short, remove all head and body tags from your code as they aren't needed, eBay have done that for you. IE is probably just ignoring them (it likes to ignore things!) whereas Firefox is trying to make sense of the mess.
Towards the bottom before End Description you open a second body tag, then immediately close it and you close the html tag.
Following this, the eBay JavaScript also closes the html tag.
In short, remove all head and body tags from your code as they aren't needed, eBay have done that for you. IE is probably just ignoring them (it likes to ignore things!) whereas Firefox is trying to make sense of the mess.
Thread
Thread Starter
Forum
Replies
Last Post
robbie1988
Wanted
2
Sep 13, 2015 09:25 AM
Scooby-Doo 2
Wheels And Tyres For Sale
1
Sep 9, 2015 06:51 PM



