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.
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>