Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Please: Help with Links within tables

Quote Reply
Please: Help with Links within tables
Hello everyone,

I am pretty new at HTML and I have everything working ok in Links but I am having a heck of a time trying to get all my link pages to be built with the Links generated information within a table.

I was wondering if I could get someone to look at the source code of the page and tell me if you see a problem.

The site is new and is not public yet. Here is the URL of the home page which has the tables I want to use throughout the site.
www.sites4singles.com/index.html .
Here is the Links generated page. It is the only one I have tried to do and until I get it right, I see no sense in trying to do the others. sites4singles.com/links/Cool/index.html

I assume I am doing this the correct was by just editing the actual admin/templates pages?

Thanks for any help you could give,
Doug

------------------
Doug
Technel Services
www.technel.net
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
Quote Reply
Re: Please: Help with Links within tables In reply to
Thank you Eliot,

I deleted the .css file and removed the refferences to it in the template and that worked for me.

I am sure I will run into other problems before I get it customized the way I want it but your advice helped me a lot, thanks.

All the best,
Doug

------------------
Doug
Technel Services
www.technel.net
Quote Reply
Re: Please: Help with Links within tables In reply to
You're welcome. Glad to help.

Smile

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