random link and vertical bar

L

Louis

Hello,
I was wondering if there was a way I could have a link where someone
clicked on it and it would take them to a certain page then if they clicked
on it again it would take them a different page. The link would cycle through
about five pages.
Also does anyone know how to insert a verticle line. Everytime I try to
using frontpage little art program to insert on the line it moves side to
side depending on the pages width. It's like it fixed to the screen not to
the webpage behind it.
Thanks
 
J

Jens Peter Karlsen[FP MVP]

1. You can write a Javascript function that randomly chooses between as
many different links as you like. Look for WebRing type of scripts.
2. In html there is no such thing as a vertical line. You can however
fake one with a DIV layer you make only 2px wide and 98% high and sets
its background color to black or any other color you want. You can then
position this where you want on the page. Another popular option is to
use a background image with the line and a third option is to use a
table.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top