Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Please: Help with Links within tables

Quote Reply
Re: Please: Help with Links within tables In reply to
The problem I see is that the .css file is overwriting the codes you have in your cool.html templates (and other templates). The problem is that in the .css file, there are the following codes:

Code:
/* Table cells */
td { font-size: small;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

You can try one of the following:

1) Delete the .css file and references in your template files.

2) Add this code to your <td ...> tags where you have bgcolor="000000" :

Code:
class=td

So, it would like the following

Code:
<td class="td">

Hope this helps.

Regards,



------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Subject Author Views Date
Thread Please: Help with Links within tables Technel 1988 Sep 9, 1999, 12:42 AM
Post Re: Please: Help with Links within tables
Eliot 1928 Sep 9, 1999, 7:22 AM
Post Re: Please: Help with Links within tables
Technel 1930 Sep 10, 1999, 12:23 PM
Post Re: Please: Help with Links within tables
Eliot 1924 Sep 10, 1999, 12:24 PM