Gossamer Forum
Home : Products : Links 2.0 : Customization :

want to get rid of css

Quote Reply
want to get rid of css
Okay, I've checked the archieves (they don't give a good hit ratio do they), edited my templates, checked my links.cfg and SIMPLY removed those D**AM css codes, but guess what I can't see my links anymore can't rate either. I'm missing something, I've been guessing at this about 3 hours now and I'm going banana's. any clues, please don't send me back to the archieves I'M going back already.

thanks in advance
Quote Reply
Re: want to get rid of css In reply to
1) You have to take out all the span="" and class codes in your template files.

2) Also, if you have tags on the same line, like the following:

Code:
<%if links%><%links%><%endif%>

The link information will not show.

Two solutions:

a) Put the tags on separate lines like the following:

Code:
<%if links%>
<%links%>
<%endif%>

b) Download and install the Enhanced Template.pm codes from the Resource Center and then re-build your directory. The Enhanced codes will allow you to put tags on the same line.

Hope this helps.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: want to get rid of css In reply to
Eliot,

thanks the mod was the trick. Feel bad since I saw it before -- didn't realize what it was for -- I've always trusted Alex's code.


Thanks for the help, Now I can go back and re-do the changes I made.
Quote Reply
Re: want to get rid of css In reply to
The mod is BY Alex... perhaps it should be called a patch Wink

------------------
The Immuatable Order of Modding
-=-=-=-=-=-=-=-
1. Read the FAQ, 2. Search the board, 2a. Search the board again, 3. ask the question, 4. back-up, 5. experiment, 6. rephrase question (or better yet, post solution to original question)