How do you add..., a scrolling link bar? |
How do you add..., a scrolling link bar? |
Sep 15 2004, 03:34 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Aug 2004 Member No: 42,780 |
Again... the topic speaks for itself. How do you add a scrolling link bar? Anyway... you guys rock! Thanks for your help. peace. cliff |
|
|
|
![]() |
Sep 15 2004, 04:41 PM
Post
#2
|
|
![]() PUhaha.. NJ azN ![]() ![]() ![]() ![]() Group: Member Posts: 299 Joined: Aug 2004 Member No: 41,986 |
you mean a marquee with links on it???
CODE <!-- begin code provided by createblog.com --> <marquee><src="http://whatevr.com"></marquee> <!-- end code provided by createblog.com --> that may not work, i just made it up |
|
|
|
Sep 15 2004, 05:00 PM
Post
#3
|
|
|
my name is tiffany ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 567 Joined: May 2004 Member No: 16,213 |
or a moving marquee image..??
|
|
|
|
Sep 15 2004, 05:17 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Aug 2004 Member No: 42,780 |
Yeah... a marquee with image links on it.
my bad. thanks for clearing that up peace cliff |
|
|
|
Sep 15 2004, 05:20 PM
Post
#5
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
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"> <img scr="URL"> </marquee> <!-- end code provided by createblog.com --> (I'm not sure how to do links tho.) ~* Edit *~ Here ya go: CODE <!-- begin code provided by createblog.com --> <a href="URL HERE"><img src="IMG URL" border="0" alt="HOVER TEXT"></a> <!-- end code provided by createblog.com --> (Paste and copy however many times you want.) |
|
|
|
Sep 15 2004, 05:31 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Aug 2004 Member No: 42,780 |
Thanks for the whatchamacallit...
but does anyone know how to do the link marquee? holla back. peace. cliff |
|
|
|
Sep 15 2004, 05:35 PM
Post
#7
|
|
![]() I never give 4/10 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 627 Joined: Aug 2004 Member No: 45,375 |
Im not very good with marquee stuffs but try this
QUOTE <marquee><a href="LINK">TEXT</a></marquee> - Tran - |
|
|
|
![]() ![]() |