|
|
 |
 | Problem with html links showing as white, otherwise working |  |
Posted: Mon Dec 08, 2003 6:23 pm |
|
|
|
Hi is anybody having a problem when editing the index page (or any other I suppose)
When I insert a link it is there but you cannot see it, i.e. if you know where it is you can click it and it works ok but they are showing as white no matter what colour I change them to, font size or whatever.
Any ideas?
Thanks , Ben |
|
|
|
|
 | Yep had that but fixed it |  |
Posted: Mon Dec 08, 2003 8:17 pm |
|
|
| aboutweb |
| Visitor |
|
 |
| Joined: 21 Oct 2003 |
| Posts: 27 |
| Location: Seattle Wa |
|
|
 |
 |
 |
|
You need to edit some of the code in script
that refer's to link and visit colors
I'll need to look up which file that was
Daniel might see this and post it here also
Jim |
|
|
|
|
 | |  |
Posted: Mon Dec 08, 2003 11:22 pm |
|
|
| shadow |
| Addict |
|
 |
| Joined: 16 Oct 2003 |
| Posts: 171 |
| Location: Virgin Islands |
|
|
 |
 |
 |
|
Hi Ben,
There are two ways you can fix this. The first one is to edit the cascading style sheet. text.css.php but if you haven't worked with a css before this can be confusing. The other way is to add the font color code just before the text but after the link. For example:
A normal link
<a href="http://yoursite.com/click.htm">Click Here</a>
Color changed link
<a href="http://yoursite.com/click.htm"><font color="0000FF">Click Here</font></a> will change the color to blue but you will still have the hover (the change when the mouse is over the link) The color is a hexidecimal code that overrides the css because it is within the link. The first two number are red, second two green and last two blue and the go from 0 to F This will make your link visible.
Shadow |
|
|
|
|
 | |  |
Posted: Fri Dec 19, 2003 5:47 am |
|
|
| ASFx |
| Member |
|
 |
| Joined: 18 Dec 2003 |
| Posts: 61 |
|
|
|
 |
 |
 |
|
| I just set the font to be highlighted in white and manually set it to a shade of blue and it made the links show up. |
|
|
|
|
|
|