Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorkenyabob
    • CommentTimeJul 10th 2006 edited
     permalink
    Okay, so here is the site

    click on me!

    What I need is that the final mailing address come right after Home Address:, but the second line of the address is indented to where the address starts on the line above. I tried another ordered list inside the , but because its a new ul, it created an automatic return.
    •  
      CommentAuthorDarren Hoyt
    • CommentTimeJul 10th 2006 edited
     permalink
    Nice masthead concept!

    Instead of using the "address2" class, could you just write:

    <li class="address">Home Address:<br/>
    3107 SE Knapp<br/>
    Portland, OR 97202
    </li>
    </ul>
    • CommentAuthorkenyabob
    • CommentTimeJul 10th 2006
     permalink
    Yeah, but unfortunately, the break would make the address become left aligned, it wouldnt hang out after Home Address I want the site to look like this:
    • CommentAuthordeaghean
    • CommentTimeJul 10th 2006
     permalink
    Haven't tested this throughly, but would something like this work?

    li.address
    {
    float: left;
    }

    ul.address2
    {
    float: left;
    margin-top: 4px;
    left: 10px;
    }

    - Josh
Add your comments
    Username Password
  • Format comments as (Help)