|
Posted by AF on 08/06/06 19:10
Is this the group for CSS questions?
If so here is one. If not where can I post this.
I have a bunch of links through my web pages, like these:
<a class=FootNote href="http://www.bscinc.net">annuity</a>,
<a class=FootNote href="http://www.bscinc.net">variable annuity</a>,
<a class=FootNote href=http://www.bscinc.net>tax sheltered
annuity</a>,
Please note that I use the "class=FootNote" to format the links. It
works well.
But it is a pain to keep typing.
Is there a way to do the formatting at a higher level?
For example, I thought I could use something like
<div class=FootNote>
or
<td class=FootNote>
and then show the links like this
<a href="http://www.bscinc.net">annuity</a>,
<a href="http://www.bscinc.net">variable annuity</a>,
<a href=http://www.bscinc.net>tax sheltered annuity</a>,
and get the formatting I want.
I tried this, but I can't seem to make it work.
Do I have a problem in my web page code or in my css file?
Any thoughts?
Thanks.
Best regards,
Al
http://www.bscinc.net
http://www.affordablefloridainsurance.com
http://www.americanltci.com
Navigation:
[Reply to this message]
|