Creative DW Image Show Forum


box Creative DW Image Show
The Creative DW Image Show is an extension that creates a display of images with amazing in and out transition effects. The transition effects can be easily customized, so that they could perfectly meet the user's requirements.

Find out more about Creative DW Image Show

Thread: Flash Pro

title left
User Details
message
title right
Philip A Burton

post date:
2011-12-05 09:30:04
Hi i have created a flash design with flash pro, but the code it generates will not valadate in html

Website in question is

http://www.airconditioningmaintenanceservice.co.uk/
Elena Tepardea [Extend Studio]

post date:
2011-12-09 06:01:13
Hello Phillip,

And I apologize for this late answer.

I've checked your source code and it seems that you have some unclosed img tags there. So, here is the issue: <img src="images/slider_1.jpg" alt="air conditioning office solutions" <img src="images/slider_2.jpg" alt="planned maintenance" <img src="images/slider_3.jpg" alt=" servicing" <img src="images/slider_4.jpg" alt="air con service" <img src="images/slider_5.jpg"alt="refrigeration"

As you can see, none of the image tags are closed. This code should be like this: <img src="images/slider_1.jpg" alt="air conditioning office solutions" /> <img src="images/slider_2.jpg" alt="planned maintenance" /><img src="images/slider_3.jpg" alt=" servicing" /><img src="images/slider_4.jpg" alt="air con service" /> <img src="images/slider_5.jpg"alt="refrigeration" />

If you change it and validate again, the page should be ok.

Regards,
Elena Tepardea