Results 1 to 4 of 4

Thread: html help

  1. #1
    Join Date
    Apr 2010
    Posts
    3

    html help

    I have 3. photos I am puting on a web site and I would like to have them Sager.

    I put one on the top left and it works then I use the <BR> tage to go under it.

    And the next photo I want to go to the right and it works it is looking like the photo are stagering.

    Then I use the <BR> again to go under and then I want it to go to the left.


    <img src="photo A1.jpg" width="550" alt="" border="0" align="">
    <BR>
    <img src="photo A2.jpg" width="550" alt="" border="0" align="RIGHT">
    <BR>
    <img src="photo A3.jpg" width="550" alt="" border="0" align="">


    So they sould go like this
    Left right left but the bottume one somehow put itself right underneeth of the firsth on.


    I would like them to go down the page in a Z like manner.

    What did I doo rong??

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: html help

    Hello there, such problems are often faced while placing images on the web pages and that too with HTML. My suggestion to you is to put the images in the table tag. So, the images will be aligned perfectly one after the other. Do not use borders for the table, so no one will know if that is a table or not.
    All the best.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: html help

    A table format would be the best to align images and place them accordingly. Other than that you may need to mention the height of the image as well. Not necessarily nut sometimes it does show up an issue. So do checkout for the same.

  4. #4
    johnspells Guest

    Re: html help

    Yes, table option is good if you are comfortable with it. If you want it in z manner then you can use alignment option also. align option will make it the way you want it. I hope this will help you.

Similar Threads

  1. XML vs HTML
    By technika in forum Software Development
    Replies: 5
    Last Post: 22-01-2010, 09:14 AM
  2. HTML Frames
    By Adrina_g in forum Software Development
    Replies: 5
    Last Post: 19-01-2010, 10:06 AM
  3. Replies: 3
    Last Post: 22-09-2009, 01:12 PM
  4. HTML and CSS to PDF
    By Miltongomes in forum Software Development
    Replies: 3
    Last Post: 18-03-2009, 10:25 PM
  5. How do I get the HTML code to display as HTML code?
    By NAYASA in forum Software Development
    Replies: 3
    Last Post: 26-12-2008, 01:35 PM

Tags for this Thread

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
  •  
Page generated in 1,750,545,913.77101 seconds with 16 queries