| |
![]() | |
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New Member Join Date: Dec 2005 Location: Seattle
Posts: 623
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Links Is there anything that can be done to make it so that when you type something which is actually a hyperlink, it comes out a different color or bolded or something? It's that way on every other board I'm on -- Only here can you not tell that somebody has created a link because it looks just like the rest of the post. Thanks! Lynne |
|
| | #2 (permalink) |
| Moderator | I have asked this in the past, seemingly there is a bug in the software which Stuart (TechAdmin) is supposed to be fixing with the latest version of the board software. Stuart..any news?
__________________ Gareth Images of Life Photography DIR Team Foxturd Travels Underwater and Further Afar If you don't have the time to do something right, where are you going to find the time to fix it? - Stephen King |
|
| | #3 (permalink) |
| Padawan learner | you can manually make your link bold and underlined but i agree. It would be nice if you didn't have to. Link to this thread
__________________ http://jb2cool.bulldoghome.com |
|
| | #4 (permalink) |
| New Member Join Date: Oct 2006 Location: Germany
Posts: 40
![]() | Highlighting links in Mozilla/Firefox Hi all, you can manually make your link bold and underlined but i agree. It would be nice if you didn't have to. I found out how to make my browser, Firefox, do the job of highlighting links for me, and thought I'd share this for those who are not afraid to create a file and fiddle with colors... Link to this thread ![]() Customizing Mozilla <--LINK! gives you all the backgroundinfo you might need, also info on locating your profile. In your profile, look for the folder named "chrome", and in there create a file with the name "userContent.css". Open it using your favourite editor, and play around with the following entries: Code: /*Own colour for visited links - this makes all visited links display in red, no matter on which site...*/
a:visited{color:red !important;}
/* The following makes all links on direxplorers display in lime -
a special colour for a special site... you might want to change that. :) */
@-moz-document url(http://www.direxplorers.com/),
url-prefix(http://www.direxplorers.com),
domain(direxplorers.com)
{
/* CSS rules - so here the a:link rule - in the brackets are applied as follows:
+ The site "http://www.direxplorers.com/".
+ Each page the URL of which begins with "http://www.direxplorers.com"
+ Each page from "direxplorers.com", or with an URL ending with "direxplorers.com" */
a:link{color:lime !important;}
} HTH, greets, tobi... ![]() |
|