Results 1 to 4 of 4

Thread: a little confuzzled...

  1. #1
    Join Date
    Oct 2005
    Location
    SC..I know..I know.. :)
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default a little confuzzled...

    I've looked and looked but cant find an answer or help anywhere, maybe Im not asking the right ?'s....
    I need to make a content container, to the right of my menu, or wrap the text, not sure which.
    Can anyone help me to achieve this? Im kinda new at the whole css stuff, but Im not even sure what I need to learn to do to get the effect I want, I just want my text to the right of the menu, on the same line, (side by side.)

    http//www.artistictouchdesign.com/1a.html

  2. #2
    Join Date
    Oct 2005
    Location
    SC..I know..I know.. :)
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Oops..sorry guys..

    Leave it to a newbie right? lol
    switch script link,
    http://www.dynamicdrive.com/dynamici...switchmenu.htm


  3. #3
    Join Date
    Oct 2005
    Location
    Myrtle Beach, SC
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have included the source code for what I did.

    All you need to do is put your logo on its own row with a table data tag that spans 2 columns:

    Code:
    <TABLE borderColor=#000000 cellSpacing=1 cellPadding=1 width="100%" 
          bgColor=#cecac9 border=0>
            <TBODY>
            <TR>
              <TD align="left" width="100%" colspan="2"><!-- Keep all menus within masterdiv-->
                <IMG height=210 src="Untitled Document_files/newmn.jpg" 
                width=594> </td></tr>
    And then your menu and your text on another row, between two different <td> tags.

    Example:
    Code:
    <tr>
    <td>
    menu code goes here
    </td>
    <td>
    text goes here
    </td>
    </tr>

    Hope this helps.

  4. #4
    Join Date
    Oct 2005
    Location
    SC..I know..I know.. :)
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink Thank you so much!

    You're my new hero...
    If I can ever be of any use to you... tyb@artistictouchdesign.com
    Thanks again, I had given up, and was trying to think of a whole new design..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •