Results 1 to 2 of 2

Thread: how to do boxes in the same line?

  1. #1
    Join Date
    Jan 2006
    Posts
    126
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to do boxes in the same line?

    I have code for boxes for left and right. Code is the following:
    <div id="leftbox">

    </div>


    <div id="rightbox">

    </div>

    and css like:
    PHP Code:
    #left{
        
    floatleft;
        
    width256px;
        
    text-aligncenter;
        
    border-width1px;
        
    border-stylesolid;
    }

    #right{
        
    width256px;
        
    border-width1px;
        
    border-stylesolid;
        
    margin-left280px;

    How to put in the same line as now it is right box under left but wuth padding

  2. #2
    Join Date
    May 2007
    Location
    Viet Nam
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts

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
  •