picture marquee |
![]() ![]() |
picture marquee |
Nov 16 2004, 08:35 PM
Post
#1
|
|
|
Magic Crayons ![]() ![]() ![]() ![]() Group: Member Posts: 142 Joined: Nov 2004 Member No: 62,315 |
i know that there is a code for it:
CODE <!-- begin code provided by createblog.com --> <marquee direction="up" height="230" scrollAmount="5" onMouseOver="this.scrollAmount=1" onMouseOut="this.scrollAmount=5" onMouseDown="this.scrollAmount=1" onMouseUp="this.scrollAmount=1"> Skin images go here </marquee> <!-- end code provided by createblog.com --> But when it says skin images go here, do we put a url?? |
|
|
|
Nov 16 2004, 09:00 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
you would use something like this
CODE <!-- begin code provided by createblog.com -->
<a href='WHERE YOU WANT IT TO GO'><img src='IMG URL' border='0'</a> <!-- end code provided by createblog.com --> |
|
|
|
Nov 16 2004, 09:57 PM
Post
#3
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
What you wrote, u just simply replace the (skin images go here) with your own picture by putting ...<img src="picture of the URL" border='0'>
CODE <!-- begin code provided by createblog.com --> <marquee direction="up" height="230" scrollAmount="5" onMouseOver="this.scrollAmount=1" onMouseOut="this.scrollAmount=5" onMouseDown="this.scrollAmount=1" onMouseUp="this.scrollAmount=1"> Skin images go here </marquee> <!-- end code provided by createblog.com --> I hope that helps? |
|
|
|
![]() ![]() |