charlene05
05-22-2005, 01:54 PM
Hi
I want to link my home, about , graphics and ETC
http://i6.photobucket.com/albums/y238/Spreadwaheguru1/link.bmp
How do I do that? I did hyperlink on frontpage but it shows a blue line and doesnt look good
any suggestions?
Brandon_Lee
05-22-2005, 02:02 PM
Hi
I want to link my home, about , graphics and ETC
http://i6.photobucket.com/albums/y238/Spreadwaheguru1/link.bmp
How do I do that? I did hyperlink on frontpage but it shows a blue line and doesnt look good
any suggestions?
Goto page properties in frontpage and look for link colors/styles or something along those lines. There should be color choosers for links, visited links and hover links. I would be more precise but frontpage is only at school for me.
charlene05
05-22-2005, 02:07 PM
Do I go to File and properties?
Brandon_Lee
05-22-2005, 02:09 PM
Right click on your page and it should have page properties or style. You could even send me a screen or tell me what the options of right click are and I could tel you which one. (Sorry about my vagueness again...)
charlene05
05-22-2005, 02:12 PM
lol
Thank you :) , it has worked, i had to go to format and properties
But now I want to do the cursor effect, cross hand to it, u know how to do that?
Brandon_Lee
05-22-2005, 02:19 PM
For this your going to need to go into the code. But question, do you want it for your whole website or just on links?
Whole Webpage:
If there is a
body {
stuff: thing;
stuff: thing;
}
already in your code then just put in cursor: crosshair; before the }.
If you want it on just links I'll type that out because it's a bit more complex.
charlene05
05-22-2005, 06:04 PM
The links I would like it for :) Thank you again
Brandon_Lee
05-22-2005, 06:21 PM
Then put in the
cursor: crosshair;
in the a.hover category.