Author Topic: URL/Link colours  (Read 168 times)

0 Members and 0 Guests are viewing this topic.

Offline AndyHB

  • Senior
  • ****
  • Posts: 566
    • View Profile
URL/Link colours
« on: April 11, 2011, 09:09:32 »
Don't know about others, but I notice that the URL links that people include are pale green - at least on my screen.  When this stands alone - no problems; but when within a larger chunk of text, it's not that obvious.  Is this something I change within my own settings (though couldn't see anything obvious when i looked in the 'layout/look' section of settings), or is it something that has to be set centrally?
Growing old is compulsory. Growing up is optional.

Have you visited the Garw Valley Railway yet?

JUST politics - not just politics

Share on Bluesky Share on Facebook


Offline Martin

  • Full
  • ***
  • Posts: 255
    • View Profile
Re: URL/Link colours
« Reply #1 on: April 11, 2011, 12:28:37 »
The way that links, and other things are displayed is set in the stylesheet file for the theme you are using.  I'm not sure if our Admin has access to the theme stylesheets through the admin pages in this version of SMF (I suspect not).   Since we are hosted as a free site, we have to put up with what we're given.  If we had paid for a server, then we would, almost certainly, have access to the filesystem, the sourcecode, the MySQL database and the stylesheets via the backend.  But with the freebie, hosted arrangement, we don't have that (because if we did we could get rid of the adverts!).

Your links will change style if you select a different theme in your profile which uses a different stylesheet (Profile -> Modify Profile -> Look And Layout -> Default Theme), however, from an admin point of view it may not be desirable to have everybody on a different theme (a theme other than the default theme) because, if at some later stage the site is customised, using a standard mod - say to add a chatroom, the chances are that the mod will have been written to use the default theme, and will either not work or appear wrong in any other theme.

The admin has the ability to force users onto one theme and not allow them a choice.
« Last Edit: April 11, 2011, 12:35:50 by Martin »
It's not just what you're given, it's what you do with what you've got.

administrator

  • Guest
Re: URL/Link colours
« Reply #2 on: April 11, 2011, 14:15:15 »
I've looked and can't see any settings for style sheets in the theme settings.

Try inserting a bit of html code to change link words as below.

Code: [Select]
<A HREF="url goes here">LINKY</a>
http://www.faithspace.org.uk/forums/index.php?s=ef02b75210d60b076926d4c4fe2175c3&

Code: [Select]
<a href="http://www.faithspace.org.uk/forums/index.php?s=ef02b75210d60b076926d4c4fe2175c3&">[color=purple]faithspace[/color]</a>
  faithspace  
« Last Edit: April 11, 2011, 14:21:32 by mclarkie »

Offline ecuworrier

  • Senior
  • ****
  • Posts: 690
    • View Profile
Re: URL/Link colours
« Reply #3 on: April 11, 2011, 14:45:39 »
they sure is not green on my various screens...

GOD BLESS!

Peace and Love,

administrator

  • Guest
Re: URL/Link colours
« Reply #4 on: April 11, 2011, 15:58:13 »
they sure is not green on my various screens...

GOD BLESS!

Peace and Love,

You are probably on the default theme..

administrator

  • Guest
Re: URL/Link colours
« Reply #5 on: April 11, 2011, 16:11:48 »