Contest Image and Video code on same line. $10

Discussion in 'Design Contests' started by puremonopoly, Jan 26, 2011.

  1. #1
    I need someone to post the code to be able to put an image and video on the same line. I don't know if this is too complex or not. If it is please explain... let me know what coding language does this. Thank you.

    First person to post the correct code will win! $10 sent via PayPal.

    I already have the logo and menu... the menu is in css.
    All I need is the alignment for the picture and video on the page.

    The image or video can be aligned on either side. I need them on the same line though.

    This contest is open for 24 hours.

    [​IMG]
     
    Last edited: Jan 26, 2011
    puremonopoly, Jan 26, 2011 IP
  2. seafrontsteve

    seafrontsteve Peon

    Messages:
    451
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Just set up a table 2 columns wide x 1 row high.
    The easiest way to do this is by using seamonkey (or kompozer) both free.
    You can then set up border widths, spacings, height etc:
    <table style="text-align: left; width: 100%;" border="0" cellpadding="2"
    cellspacing="2">
    <tbody>
    <tr>
    <td style="text-align: center; vertical-align: bottom;">Picture HTML goes here<br>
    </td>
    <td style="text-align: center; vertical-align: bottom;">Video HTML goes here<br>
    </td>
    </tr>
    </tbody>
    </table>
    <br>
     
    seafrontsteve, Jan 26, 2011 IP
  3. puremonopoly

    puremonopoly Active Member

    Messages:
    925
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    70
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    seafrontsteve wins. Works perfectly! Thank you! Sending you a PM right now.

    [ /contest closed ]
     
    puremonopoly, Jan 26, 2011 IP