marquee, picture sizes |
![]() ![]() |
marquee, picture sizes |
Jul 8 2005, 10:27 AM
Post
#1
|
|
![]() k i m <3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 316 Joined: Mar 2005 Member No: 110,949 |
how do i make my pictures smaller on my marquee? and how do i make the pictures "wider" so i can see like the whole picture when its scrolling rather than just a little part of it?
heres the code i used and i set the sizes smaller but it still wouldnt work.. my myspace x3 |
|
|
|
| *mipadi* |
Jul 8 2005, 10:29 AM
Post
#2
|
|
Guest |
The <img> tag accepts the attributes "height" and "width" to control size, as in:
CODE <img src="picture.png" height="105" width="105"/> The height and width are expressed in pixels. Alternatively, you can use an image program (MS Paint, Photoshop, etc.) to physically reduce the dimensions of the image. |
|
|
|
Jul 8 2005, 10:33 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
CODE <img src="picture.jpg" height="105px" width="105px"> also works |
|
|
|
Jul 8 2005, 10:34 AM
Post
#4
|
|
![]() k i m <3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 316 Joined: Mar 2005 Member No: 110,949 |
mkay, thank youu
|
|
|
|
![]() ![]() |