Hi there, Url is http://www.intersolartechnics.com/contact_us.html Can anyone tell me plz that how to stretch below the left side grey colored column. Secondly, on the Page's header I have inserted flash banner but when I see it in the browser I face the following error. "FAIL (the browser should render some flash content, not this)." Any help will be highly appreciated. Regards bushib
Hi bushib, Below is the minimum required code in order to run a Flash movie, which worked in my tests in your website: <object width="550" height="400"> <param name="movie" value="Header.swf"> <embed src="Header.swf" width="655" height="400"> </embed> </object> HTML: However, keep in mind that this barely scratches the basics. If the user does not have Flash installed, he will not be prompted to install it and will simply see a red 'X'. It's a temporary solution that may work for you while you look around for a more flexible option. Alternatively, you can look into a JavaScript-based solution which is probably a solid option, especially if you want your website to validate: blog.deconcept.com/swfobject/
Hi steelfrog, Thanks for your reply. Can anyone tell me please that how to stretch below the left side (grey color) column. Regards bushib
I don't understand what you're trying to do; did you want to stretch the left-side column all the way down?