URGENT help with a simple HTML Code!

by mmarc
1 replies
  • WEB DESIGN
  • |
Hi guys

i'm trying to put a table with only 2 columns in wordpress default theme Twenty Ten. the left column is a youtube embedded video and the right column is an opt-in form. but somehow the opt-in form does not want to align with the video and there's a big space above the form.

this is the page that i am trying to put the code on: event [dot] thewirelessincome [dot] com. right now i took off the table html code to make it a bit welcoming to the visitors..

Can you one of you guys please let me know how i can have the two, video and the form in a table, in two columns aligning at the same level?

BIG thanks!!!
Mari
#code #html #simple #urgent #wordpress
  • Profile picture of the author spesialis
    <ul id="menumu">
    <li>PUT VIDEO HERE</li>
    <li>PUT opt-in form here</li>
    </ul>

    Open Appearances, editor. Go to the end of style.css

    Insert below:


    ul#menumu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    }
    ul#menumu li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    }

    PM me if you need help
    {{ DiscussionBoard.errors[6630114].message }}

Trending Topics