Hi,
Using v10.0.2
I'm having problems with a fragment layout displaying in IE8.
The page preview from actinic in IE8 looks good but when live it's not.
It seems ok live in FF and Chrome. I'm using IE 8.0.6001.18702IC
Any help appreciated.
This is the code in the fragment:
Using v10.0.2
I'm having problems with a fragment layout displaying in IE8.
The page preview from actinic in IE8 looks good but when live it's not.
It seems ok live in FF and Chrome. I'm using IE 8.0.6001.18702IC
Any help appreciated.
This is the code in the fragment:
Code:
!!<<div style="float-left; margin-top:20px;"> <a style="margin:0; padding-left:45px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/wood-burners.html"><img src="Images\homepage\multi-fuel-stove.jpg" border="0" alt="Multi Fuel Stoves" /></a> <a style="margin:0; padding-left:45px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/central-heating-boilers.html"><img src="Images\homepage\boiler-kitchen.jpg" border="0" alt="Boilers" /></a> <a style="margin:0; padding-left:45px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/wall-mounted-electric-fires.html"><img src="Images\homepage\wall-mounted-fire.jpg" border="0" alt="Wall Mounted Fires" /></a> <span style="font-size:14px;"><a style="margin:0; padding-left: 70px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/wood-burners.html">Multi Fuel Stoves</a></span> <span style="font-size:14px;"><a style="margin:0; padding-left: 135px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/central-heating-boilers.html">Boilers</a></span> <span style="font-size:14px;"><a style="margin:0; padding-left: 120px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/wall-mounted-electric-fires.html">Wall Mounted Fires</a></span> </div> <div style="float-left; margin-top:20px;"> <a style="margin:0; padding-left:45px;" href="http://www.competitiveheatingsupplie...rogrammer.html" /><img src="Images\homepage\heating-controls.jpg" border="0" alt="Programmers and Timers" /></a> <a style="margin:0; padding-left:45px;" href="http://www.competitiveheatingsupplie...e-heating.html" /><img src="Images\homepage\central-heating.jpg" border="0" alt="Central Heating" /></a> <a style="margin:0; padding-left:45px;" href="http://www.competitiveheatingsupplie...-domestic.html" /><img src="Images\homepage\oil-tank.jpg" border="0" alt="Oil Tanks" /></a> <span style="font-size:14px;"><a style="margin:0; padding-left: 45px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/central-heating-programmer.html">Programmers & Timers</a></span> <span style="font-size:14px;"><a style="margin:0; padding-left: 75px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/home-heating.html">Central Heating</a></span> <span style="font-size:14px;"><a style="margin:0; padding-left: 130px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/oil-tanks-domestic.html">Oil Tanks</a></span> </div> <div style="float-left; margin: 20px 0 20px 0;"> <a style="margin:0; padding-left:45px;" href="http://www.competitiveheatingsupplie...ic-stoves.html" /><img src="Images\homepage\electric-stove.jpg" border="0" alt="Electric Stoves" /></a> <a style="margin:0; padding-left:45px;" href="http://www.competitiveheatingsupplie...bathrooms.html" /><img src="Images\homepage\bath.jpg" border="0" alt="Bathrooms" /></a> <a style="margin:0; padding-left:45px;" href="http://www.competitiveheatingsupplie...-cylinder.html" /><img src="Images\homepage\hot-water-cylinder.jpg" border="0" alt="Hot Water Cylinders" /></a> <span style="font-size:14px;"><a style="margin:0; padding-left: 80px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/electric-stoves.html">Electric Stoves</a></span> <span style="font-size:14px;"><a style="margin:0; padding-left: 125px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/bathrooms.html">Bathrooms</a></span> <span style="font-size:14px;"><a style="margin:0; padding-left: 100px;" href="http://www.competitiveheatingsupplies.co.uk/acatalog/hot-water-cylinder.html">Hot Water Cylinders</a></span> </div>>!!
Comment