Monday, December 28, 2009

Ok on myspace how do i put pics side by side instead on top of eachother? whats the html codes help

The default behaviour for images is to stack horizontally. If they are stacking vertically you've either put line breaks or paragraphs between them, or they are too big for the space they are in.



To solve that, consider making the images smaller or the container bigger.



Ok on myspace how do i put pics side by side instead on top of eachother? whats the html codes help plz?

Theres a easier way U kno :P %26lt;img src="PicUrlHere"%26gt;%26lt;img src="PicUrlHere"%26gt;



On the 1st one Put %26lt;Left%26gt; At the beggining and at the end Then the next Put %26lt;Right%26gt; Like The same thing with theleft Report It



Ok on myspace how do i put pics side by side instead on top of eachother? whats the html codes help plz?

one of the easier way to arrange pictures and text is to use tables. use the following code to create a four-square (two rows of two). add rows (%26lt;tr%26gt;) and cells (%26lt;td%26gt;) as you like.



i often use the upper row for the picture and then the lower row to hold the captions underneath it.



%26lt;table%26gt;



%26lt;tr%26gt;



%26lt;td%26gt;(upper left cell)%26lt;/td%26gt;



%26lt;td%26gt;(upper right cell)%26lt;/td%26gt;



%26lt;/tr%26gt;



%26lt;tr%26gt;



%26lt;td%26gt;(lower left cell)%26lt;/td%26gt;



%26lt;td%26gt;(lower right cell)%26lt;/td%26gt;



%26lt;/tr%26gt;



%26lt;/table%26gt;



Ok on myspace how do i put pics side by side instead on top of eachother? whats the html codes help plz?

Pictures will always be disaplyed side by side, unless the %26lt;br%26gt; codes are entered, or the images exceed the width of the area they are occupying.



Despite having it's usefulness, I don't recommend tables. They don't play well with Firefox, and some other browsers. And, many users rely on Firefox for their web experiences. So, what may look fine to you in Internet Explorer, may look absolutely crap to someone in Firefox. A good profile is browser compatible, and makes for happy surfing.



%26lt;img src="urlgoeshere"%26gt;%26lt;img src="urlgoeshere"%26gt; etc. Without any linebreaks, either with %26lt;br%26gt; or the Enter key, makes for a safer profile page.

No comments:

Post a Comment

 
ltd