Web Analytics Made Easy -
StatCounter Floating Unordered List @ right margin - CodingForum

Announcement

Collapse
No announcement yet.

Floating Unordered List @ right margin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Floating Unordered List @ right margin

    Hello

    I want to float an unordered list of bulleted points on the right margin of the page (below a logo.jpeg). Please provide insight on how I can accomplish this.

    I'm enclosing the code as shown:

    <HTML>
    <HEAD>
    <TITLE>Master Lee's Tae Kwon Do</TITLE>
    </HEAD>
    <BODY>
    <STYLE="background-color:white;
    margin-right:25 px; margin-left:25 px;
    </STYLE>
    <CENTER><IMG SRC="TKDLogo.jpg" ALT="Master Lee's Tae Kwon Do"></CENTER>

    </BODY>
    <UL>
    { float:right; clear:margin}
    <LI>30 Years of Experience
    <LI>Day and Evening Classes
    <LI>Group and Private Lessons
    <LI>Family Rates and Classes
    <LI>Children's Courses
    <LI>Cardio Kick Boxing
    </UL>
    <P>Sign up today for classes at <B>Master Lee's Tae Kwon
    Do</B>. We offer a wide variety of classes for all age levels and
    physical conditions. Tae Kwon Do trains your mind and body, relieves stress,
    and improves your flexibility and coordination.</P>
    <P>We are proud to offer special classes for children, starting as young
    as 5 years old. Tae Kwon Do teaches our youth confidence, discipline, and
    self-control. Children's classes start every day at 3 p.m. After school
    pick-up is available.</P>
    <ADDRESS>
    Master Lee's Tae Kwon Do<BR>
    211 Oakview Lane
    &nbsp; &nbsp; Greendale, IL 68011
    &nbsp; &nbsp; (414) 555-2891
    </ADDRESS>
    </HTML>

    Thanks

  • #2
    inf...
    just a guessing® here...did you just a try® making this part...
    { float:right; clear:margin} just a class® ummm...just a gain® guessing...
    .whatever { float:right; clear:margin} up in style tag???

    n' thennn in the <ul> tag??? put...
    <ul class="whatever">

    just a keeping® ya company til the pros come just a long® hehehe...
    The New JustaBuster Version 2.0 OR JustaBusta Lite V2.0
    ...just a special® thanx kinda hugs to jkd n' nex ...:O)))

    CommemorateWTC.com --Please lend your support

    Comment


    • #3
      just a ps®...
      try checking out thisss thread...:O)))
      http://www.codingforum.net/showthread.php?s=&threadid=962
      The New JustaBuster Version 2.0 OR JustaBusta Lite V2.0
      ...just a special® thanx kinda hugs to jkd n' nex ...:O)))

      CommemorateWTC.com --Please lend your support

      Comment

      Working...
      X