TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 19, 2024, 07:27:37 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 266
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 138
  • Total: 138

How to make this block of images scroll?

Started by nevermore, May 10, 2006, 08:38:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nevermore

Wahoo. Thanks Akulion!! The closing marquee was what was needed.

One last thing. What is necessary to make those images function as links? Is it possible now that they are scrolling?

akulion

best to my knowledge and this is very basic PHP stuff (the 1st thing u learn) is that the echo statement produces whatever HTML u put between it like it would in a normal HTML webpage

So just use the normal link code in html before each image tag like so



<a href="http://www.mysite.com/etc.html"><img src="http://mysite.com/image.gif"></a>



and it should work A-ok

nevermore

Thanks a million. You are right, some of that was elementary. I need to brush up on my web knowledge a bit since I haven't worked with it in a couple years. Plus, I was trying to do some of this while at work which meant I would 10-15 minutes before being called away.

Hopefully, someone else learned from this. As I get more comfortable with all of this then I will be more of an asset here than a burden.

akulion

ur welcome anytime
same here - im a whizz at all the old web technologies lol
I also need to start learning PHP