Basic Web Designing Help Required

Discussion in 'HTML & Website Design' started by bushib, May 27, 2008.

  1. #1
    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
     
    bushib, May 27, 2008 IP
  2. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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/
     
    steelfrog, May 27, 2008 IP
  3. bushib

    bushib Banned

    Messages:
    1,096
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi steelfrog,

    Thanks for your reply.

    Can anyone tell me please that how to stretch below the left side (grey color) column.

    Regards
    bushib
     
    bushib, May 27, 2008 IP
  4. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I don't understand what you're trying to do; did you want to stretch the left-side column all the way down?
     
    steelfrog, May 27, 2008 IP
  5. bushib

    bushib Banned

    Messages:
    1,096
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi there,

    Yes I want to stretch down the left-side column.

    How to do this?

    Regards
    bushib
     
    bushib, May 27, 2008 IP