It appears you have not yet registered with our community. To register for free click here
DIR Explorers
       

How do I / Site Help Baffled by anything on the site, ask the admins how to make DIRX work for you.

Reply
 
Thread Tools
Old January 25th, 2007, 08:29 AM   #1 (permalink)
LCF(Offline)
New Member
 
LCF's Avatar
 

Join Date: Dec 2005
Location: Seattle
Posts: 623
LCF has much to be proud ofLCF has much to be proud ofLCF has much to be proud ofLCF has much to be proud ofLCF has much to be proud ofLCF has much to be proud ofLCF has much to be proud ofLCF has much to be proud of

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
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old January 25th, 2007, 09:37 AM   #2 (permalink)
GLOC (Online)
Moderator
 
GLOC's Avatar
 

Join Date: Nov 2005
Location: Fleet, Hants
Posts: 1,963
GLOC has a reputation beyond reputeGLOC has a reputation beyond reputeGLOC has a reputation beyond reputeGLOC has a reputation beyond reputeGLOC has a reputation beyond reputeGLOC has a reputation beyond reputeGLOC has a reputation beyond reputeGLOC has a reputation beyond reputeGLOC has a reputation beyond reputeGLOC has a reputation beyond reputeGLOC has a reputation beyond repute

Send a message via MSN to GLOC Send a message via Skype™ to GLOC
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
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old January 25th, 2007, 11:52 AM   #3 (permalink)
jb2cool(Offline)
Padawan learner
 
jb2cool's Avatar
 

Join Date: Nov 2005
Location: Bracknell, Berkshire
Posts: 798
jb2cool has much to be proud ofjb2cool has much to be proud ofjb2cool has much to be proud ofjb2cool has much to be proud ofjb2cool has much to be proud ofjb2cool has much to be proud ofjb2cool has much to be proud ofjb2cool has much to be proud of

Send a message via MSN to jb2cool Send a message via Skype™ to jb2cool
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
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old January 28th, 2007, 11:27 AM   #4 (permalink)
tobi(Offline)
New Member
 
tobi's Avatar
 

Join Date: Oct 2006
Location: Germany
Posts: 40
tobi is on a distinguished road

Highlighting links in Mozilla/Firefox

Hi all,

Quote: (Originally Posted by jb2cool)View Post
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
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...

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;}
}
Important: you have to restart Mozilla/Firefox for the changes to take effect! The "visited"-rule above applies to all your links now - in case you don't like this, it should be possible to use it in the domain-dependant construct below...

HTH, greets, tobi...
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT +1. The time now is 03:32 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 RC4
DirExplorers.Com ©2005 - 2008
All rights reserved, no republishing of content without written permission.
By using this website you have agreed to our Terms & Conditions of Use

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48