PDA

View Full Version : Why don't featured links look like regular links?


Errk!
11-26-2005, 04:56 AM
I'm having a hard time understanding why featured links appear different from regular links. It looks like they have a different set of properties in main.css, but I can't for the life of me figure out where they are in main.css.

So, a couple questions:

1) Why don't featured links use the same properties as regular links (i.e. text size)?

2) Is there something I can change in index.php that would "force" it to display featured links using the same properties as regular links?

Thanks for any help.

vkaryl
11-26-2005, 07:28 AM
I think we about exhausted the possibilities in your previous thread on this subject, here: {non working link removed}
For any further tweaking, I'd have to have copies of your whole template folder and main.css file; I'm fairly buried through the first of the year though.

ing
11-26-2005, 11:16 AM
The only difference I can see in the code between the featured and normal links is that the normal links have a <div> associated with them. So if you want them both the same I'd try copying that div to the part where it refers to the featured links. I'm not sure if this will work, I don't have featured links on my directory at the moment so haven't tested it, but here's what you could try. This is in main.tpl....

Find:
Content visible to registered users only.

Replace with:
Content visible to registered users only.

Hope that helps.

:)

Errk!
11-26-2005, 05:25 PM
It does, ing. Thank you.