Sorry about the extra work Tom (and anybody else I've screwed up.) Keep in mind that it is sometimes possible for me to do global search and replace right on the database in a way that might be easier than you doing it by hand - given that the changes are consistent in the right sort of way.
As for the style sheet, you could solve the problem by adding a class to your named anchored like this:
<a class="tomanchor">whatever</a>
And then in the style sheet add a line like this:
a.tomanchor { color:#ffffff; }
Obviously you can use anything for 'tomanchor' and any color for '#ffffff'
|
As for the style sheet, you could solve the problem by adding a class to your named anchored like this:
<a class="tomanchor">whatever</a>
And then in the style sheet add a line like this:
a.tomanchor { color:#ffffff; }
Obviously you can use anything for 'tomanchor' and any color for '#ffffff'
- jim 5-03-2002 6:46 pm