| | |
|
|
|
Text Links in colour |
| message from liammannion on 16 Jul 2004 |
Hi everyone,
Started building a very sinple web site for daughter wedding day last night,
decided to use text links to nav around the site. Before I set the link to the
page I set the colour to pink after
I linked the text to the web page the text when blue, can I change the colour
of the links ??.
Seems when I set the colour in the properties dialog box the text link just
stays blue.
Can anyone offer some advice, I'm trying to get the site up ASAP and don't
have the time to read through the books..
I have put the basic structure up if anyone want look it is:
www.sammi-paolo.co.uk
Many thanks
Liam
|
| jojo replied to liammannion on 16 Jul 2004 |
Hi
Paste the below into the head of your page and you will get the colour
and a simple rollover that removes the underline on hover.
<style type="text/css">
a:link{
color: red;
}
a:hover{
text-decoration: none;
}
</style>
|
| jojo replied to jojo on 16 Jul 2004 |
Hi
Just noticed you have spaces in your file names.
http://www.sammi-paolo.co.uk/The%20Photo%20Albun.htm
Each one of those %20 equals a space in the file name, this is not good
practice. Instead of calling the page:
The Photo Albun.htm (typo in Albun?)
Call it:
ThePhotoAlbum.htm
|
|
Archived message: Text Links in colour (Macromedia Dreamweaver)