View Full Version : HTML question...


PZelda
02-10-2004, 12:29 AM
OK, I'm going to be working on a schedule thing for my Vicki site...I'm thinking about doing this thing...

It would be a TV schedule page with what episodes of "Mama's Family" is playing this week, among other Vicki appearances...Currently, I only have the "Mama's Family" episode guide up on my website...So what I want to happen is, when I make a listing of the "Mama's Family" episodes playing this week...It would look something like this:

Day: Monday, February 9, 2004
Network: TBS
Program: Mama's Family
Episode: "Episode Title"
Original Airdate: (if any)

And the part where the episode title goes, it would be a link...it would direct you right to a sypnosis for that episode, so you would know what it's about...


OK, here's my question...What's the HTML coding to make it direct you to a specific episode title?

Thanks in advance! :)

Kristina
02-10-2004, 12:33 AM
Would you want to direct it further down the page or to a whole different page?

PZelda
02-10-2004, 12:55 AM
Originally posted by Kristina
Would you want to direct it further down the page or to a whole different page?

To another page.

It would be a schedule page, the episode title would be a link to that episode on the episode guide page, which is on another page :)

Kristina
02-10-2004, 01:05 AM
Originally posted by Miss Vicki
To another page.

It would be a schedule page, the episode title would be a link to that episode on the episode guide page, which is on another page :)

Hmmm, I don't really know a code for that but you can try Dynamic Drive (http://www.dynamicdrive.com). Sorry I'm not much help, but you might be able to find it on there. They have lots of neat stuff and different navagation/redirecting links.

PZelda
02-10-2004, 01:17 AM
Originally posted by Kristina
Hmmm, I don't really know a code for that but you can try Dynamic Drive (http://www.dynamicdrive.com). Sorry I'm not much help, but you might be able to find it on there. They have lots of neat stuff and different navagation/redirecting links.

Thanks mucho! I'll take a looksee around there. :D

PZelda
02-10-2004, 11:10 AM
Didn't find it. :(

Anyone?

M82A1
02-10-2004, 11:21 AM
So, what you want to do is put an link on your site with HTML?

Try using: <A HREF="Put URL here">Episode Title here</A>

PZelda
02-10-2004, 11:25 AM
Originally posted by M82A1
So, what you want to do is put an link on your site with HTML?

Try using: <A HREF="Put URL here">Episode Title here</A>

No, I've known that code since 1998. I just need a redirect code...You know? Like, you see them on help pages. You click on a question on a help page, and it takes you right to the question. Except, I need a redirect code to another page. :)

Kristina
02-10-2004, 03:53 PM
Originally posted by Miss Vicki
Didn't find it. :(

Anyone?

Hmm well, you can always find a page that does have that effect and back click and "view source" to find the code. And then edit it yourself.

Kristina
02-10-2004, 03:55 PM
Originally posted by Kristina
Hmm well, you can always find a page that does have that effect and back click and "view source" to find the code. And then edit it yourself.

That's a lot of and's.

PZelda
02-10-2004, 05:50 PM
Originally posted by Kristina
Hmm well, you can always find a page that does have that effect and back click and "view source" to find the code. And then edit it yourself.

I don't want to have to do that, but if I must, I must. Thanks anyway :)