HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Placing these Icons
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> MySpace
View previous topic :: View next topic  
Author Message
NickiP



Joined: 21 Feb 2008
Posts: 2

Posted: Sun Mar 09, 2008 10:22 am     Placing these Icons  

I have a bunch of thumbnails and icons that i want to put on my myspace... problem is, is that they go one on top of the other.... i want them to sit side by side... like in a 3 by 3 box or something... i cant seem to make the code work.. or find one that just may help me... THANK YOU in advance
PayneLess Designs



Joined: 28 Feb 2007
Posts: 4235
Location: MS

Posted: Thu Jul 31, 2008 4:20 pm      

Try this:

<div style="width: XXpx; margin: 1% auto;">
<img style="width: XXpx; height: YYpx; border: 0;" src="URL_to_Image1" title="Mouseover Description" alt="Text Description"><img style="width: XXpx; height: YYpx; border: 0;" src="URL_to_Image2" title="Mouseover Description" alt="Text Description"><img style="width: XXpx; height: YYpx; border: 0;" src="URL_to_Image3" title="Mouseover Description" alt="Text Description"> </div>

Set the width: XXpx to the width that all three images will need. Div height should adjust automatically, but you can add height: YYpx; to the div styling and set it to the highest image.

The margin: 1% auto; sets the div container with a top/bottom margin of 1% and centers it in whatever container the div itself is.

If you still have problems with images not side by side, make sure div width is wide enough for all images and/or set inside all the image tags' styling:

float: left;
HTMLsucker



Joined: 17 Aug 2008
Posts: 3

Posted: Sun Aug 17, 2008 6:47 am      

I need help with that too. Could you make that easier for a beginner please? :oops:
PayneLess Designs



Joined: 28 Feb 2007
Posts: 4235
Location: MS

Posted: Mon Aug 18, 2008 1:23 pm      

@HTMLsucker:

Not sure about easier as I have no idea what you don't understand about the code given.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> MySpace
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group