Question:

How do i keep my pictures from going to the next line on myspace?

by Guest63277  |  earlier

0 LIKES UnLike

How do i keep my pictures from going to the next line on myspace?

 Tags:

   Report

1 ANSWERS


  1. if with in a table, you would use html tags to keep in one line,

    what puts an image in next line are breaks <br> <p>

    http://www.w3schools.com/html/tryit.asp?...

    http://www.w3schools.com/html/html_image...

    if you use a table, everything within each block stays contained, and may still require alignment ags,

    http://www.w3schools.com/html/html_table...

    _______________

    <html>

    <body>

    <p>

    image1

    <img src="http:// /logo.gif"

    align="top" width="48" height="48">

    image2

    <img src ="http:// /logo.gif"

    align="middle" width="48" height="48">

    image 3

    <img src ="http:// /logo.gif"

    align="top" width="48" height="48">

    </p>

    </body>

    </html>

    _________________________

    the other conflict is the size of myspace page layout, if you try to contain images with a line , they may automatically set scroll tabs for viewing, much like these text boxes when filling out answers,

    there are other codes that use java script to control the layout,

    and flash options like slides,

    http://www.slide.com/

    ~if needed, you could use photo editor to place all images into one jpg  file

    Photoscape : Photo Manipulating Suite,

    http://www.photoscape.org/ps/main/index....

    ..

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.