Patrick C. Posted April 26, 2006 Posted April 26, 2006 how do I editing the font and style of the description of the Back Link in Link Manager in my catalog. The Descriptions are so large that they all tend to run together. Quote
Top_Speed Posted April 26, 2006 Posted April 26, 2006 You should have added this to your stylesheet.css This is where you can set the font etc. /* Links */ TABLE.linkListing { border: 1px; border-style: solid; border-color: #8080c0; border-spacing: 1px; } .linkListing-heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #8080c0; color: #FFFFFF; text-align: center; } TD.linkListing-data { border-right: 1px solid #000000; border-bottom: 1px solid #8080c0; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 10px; } TR.linkListing-odd { background: #fafafe; } TD.linkListing-even { background: #e3e4f0; } Quote define('PROJECTS', 'Something that goes on forever!');
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.