Picture Marquee Sizes, How do I change them... |
![]() ![]() |
Picture Marquee Sizes, How do I change them... |
Jul 10 2006, 06:20 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 70 Joined: Jul 2006 Member No: 433,823 |
I have a marquee on my page, and I was wondering is there any way that I can make all the pictures smaller...or do I have to edit them in PS??...also...sometimes the pics come out regular size...and sometimes they got so small u cant even see them...it just does that @ random....any clue y?
CODE <marquee><center><table border="+" cellspacing="0" cellpadding="5"><tr>
<td> <img src="http://photos-346.facebook.com/ip007/v33/238/106/23306720/n23306720_30954346_5517.jpg"</td> <td> <img src="http://photos-974.facebook.com/ip001/v14/238/106/23306720/n23306720_30508974_2030.jpg"</td> <td> <img src="http://photos-362.facebook.com/ip007/v21/90/64/23305117/n23305117_30781362_5478.jpg"</td> <td> <img src="http://photos-585.facebook.com/ip007/v21/90/64/23305117/n23305117_30736585_6147.jpg"</td> <td> <img src="http://photos-724.facebook.com/ip006/v20/168/112/23307863/n23307863_30718724_5222.jpg"</td> <td> <img src="http://photos-334.facebook.com/ip001/v12/228/125/23310188/n23310188_30651334_6593.jpg"</td> <td> <img src="http://photos-046.facebook.com/ip002/v15/168/112/23307863/n23307863_30597046_1908.jpg"</td> <td> <img src="http://photos-622.facebook.com/ip007/v33/168/112/23307863/n23307863_30953622_4662.jpg"</td> </table></center></marquee> |
|
|
|
Jul 10 2006, 06:41 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Why does your marquee use tables?
IF you didn't use tables you can make them all smaller by doing: <img src="urltopic" height="##"> Height 50 would make the pic 50x50. Because of your code, if you want the same one, get ps, paint, psp, or gimp. |
|
|
|
Jul 10 2006, 12:14 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 70 Joined: Jul 2006 Member No: 433,823 |
o...so what do I change to NOT have tables? how do i put the code in like that?
|
|
|
|
Jul 10 2006, 12:34 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 146 Joined: May 2006 Member No: 410,319 |
to do a simple picture marquee just do
<marquee> <img src="IMGURL"><img src="IMGURL"><img src="IMGURL"> </marquee> |
|
|
|
Jul 10 2006, 01:38 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 70 Joined: Jul 2006 Member No: 433,823 |
woooo nice...thanks...i used both ur codes
|
|
|
|
![]() ![]() |