• Lucid Dreaming - Dream Views




    Results 1 to 3 of 3

    Hybrid View

    1. #1
      Amateur Psychonaut pyroguy305's Avatar
      Join Date
      Jan 2007
      LD Count
      1.5
      Gender
      Location
      The horribly designed town of Cary.
      Posts
      238
      Likes
      2
      DJ Entries
      3

      Help with xhtml webpage layout. urgent!!

      I am doing a webpage for a class assignment and was wondering if anyone could help me. Without using css stylepages I simply want to place four pictures beside each other. Then I want to have a bulleted list of information and a small paragraph underneath each picture. I got the pictures layed out how i want them but whenever i try to do a <ul> underneath, they get all messed up. Can anyone help me please??

    2. #2
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      rough & ready,
      but this should work ok
      Code:
      <html>
      <head>
      <style>
      .float-col
      {
      	width: 25&#37;;
      	float: left;
      }
      </style>
      </head>
      <body>
      <div class="float-col">
      <img src="/path/to/img.png" />
      <ul>
      <li>boo</li>
      <li>boo</li>
      <li>boo</li>
      </ul>
      <p>I am doing a webpage for a class assignment and was wondering if anyone could help me. Without using css stylepages I simply want to place four pictures beside each other. Then I want to have a bulleted list of information and a small paragraph underneath each picture. I got the pictures layed out how i want them but whenever i try to do a &lt;ul&gt; underneath, they get all messed up. Can anyone help me please??</p>
      
      </div>
      <div class="float-col">
      <img src="/path/to/img.png" />
      <ul>
      <li>boo</li>
      <li>boo</li>
      <li>boo</li>
      </ul>
      <p>I am doing a webpage for a class assignment and was wondering if anyone could help me. Without using css stylepages I simply want to place four pictures beside each other. Then I want to have a bulleted list of information and a small paragraph underneath each picture. I got the pictures layed out how i want them but whenever i try to do a &lt;ul&gt; underneath, they get all messed up. Can anyone help me please??</p>
      </div>
      
      <div class="float-col">
      <img src="/path/to/img.png" />
      <ul>
      <li>boo</li>
      <li>boo</li>
      <li>boo</li>
      </ul>
      <p>I am doing a webpage for a class assignment and was wondering if anyone could help me. Without using css stylepages I simply want to place four pictures beside each other. Then I want to have a bulleted list of information and a small paragraph underneath each picture. I got the pictures layed out how i want them but whenever i try to do a &lt;ul&gt; underneath, they get all messed up. Can anyone help me please??</p>
      </div>
      <div class="float-col">
      
      <img src="/path/to/img.png" />
      <ul>
      <li>boo</li>
      <li>boo</li>
      <li>boo</li>
      </ul>
      <p>I am doing a webpage for a class assignment and was wondering if anyone could help me. Without using css stylepages I simply want to place four pictures beside each other. Then I want to have a bulleted list of information and a small paragraph underneath each picture. I got the pictures layed out how i want them but whenever i try to do a &lt;ul&gt; underneath, they get all messed up. Can anyone help me please??</p>
      </div>
      </body>
      </html>
      Last edited by Ynot; 11-10-2008 at 07:06 PM.
      (\_ _/)
      (='.'=)
      (")_(")

    3. #3
      Amateur Psychonaut pyroguy305's Avatar
      Join Date
      Jan 2007
      LD Count
      1.5
      Gender
      Location
      The horribly designed town of Cary.
      Posts
      238
      Likes
      2
      DJ Entries
      3
      You, sir, are my hero. Thank you.

    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
    •