I figure there are some smart HTML people involved with this forum, so I have a question.
I have webspace, and it has a .mp3 file that I recorded. What I want to do is have a redirect where all users would have to type in would be http://www.thisismysite.com/sd (and then have that redirect to the mp3 file like at http://www.thisismysite.com/example.mp3
Replies are GREATLY appreciated.
HTML Help?
Moderator: S2k Moderators
Re: HTML Help?
StormScanWx wrote:I figure there are some smart HTML people involved with this forum, so I have a question.
I have webspace, and it has a .mp3 file that I recorded. What I want to do is have a redirect where all users would have to type in would be http://www.thisismysite.com/sd (and then have that redirect to the mp3 file like at http://www.thisismysite.com/example.mp3
Replies are GREATLY appreciated.
Code: Select all
<meta http-equiv="refresh" content="0;url=http://www.thisismysite.com/example.mp3">
You would simply put the code above on to your http://www.thisismysite.com/sd page somwhere between your <head> </head> tags.. The 0 in the code above reflects seconds for redirect. Set at 0 it will redirect instantly. Change it to 2 for example and it will redirect after two seconds.. If you need any further help just let me know
0 likes
-
- Category 5
- Posts: 1242
- Joined: Mon Dec 05, 2005 7:53 pm
Who is online
Users browsing this forum: No registered users and 5 guests