Results 1 to 2 of 2

links in posts

This is a discussion on links in posts within the Suggestions and Improvements forums, part of the Administration category; Heya Marko, I just noticed that links in posts are pretty much invisible if link underlining is turned off in ...

  1. #1
    Alex Wilson is offline Member
    Join Date
    Apr 2008
    Location
    Waterloo, Ontario, Canada
    Posts
    57

    Default links in posts

    Heya Marko,

    I just noticed that links in posts are pretty much invisible if link underlining is turned off in the browser. Unless you happen to hover the mouse over the text, there's no visual indication a link is there.

    would it be possible to change the link style from this:

    Code:
    a:link
    {
    	color: #000000;
    }
    a:visited
    {
    	color: #000000;
    }
    a:hover, a:active
    {
    	color: #FF4400;
    }
    to something like this:


    Code:
    a:link
    {
    	color: #0000CC;
    }
    a:visited
    {
    	color: #3300CC;
    }
    a:hover, a:active
    {
    	color: #FF4400;
    }
    or even just add "text-decoration: underline" to the link style?

    It should break anything, just provide a better default for those with a browser with it turned off.

  2. #2
    Marko's Avatar
    Marko is offline Administrator
    Join Date
    May 2005
    Location
    Montreal, QC. Canada
    Posts
    14,870
    My Photos
    Please do NOT edit my photos
    Critiques
    Critique my photos anywhere in the forum

    Default

    I'll take a look at what can be done.

    Thx

    Marko
    - Please connect with me further
    Photo tours of Montreal - Private photography courses
    - Join the new Photography.ca Facebook page
    - Follow me on Twitter http://twitter.com/markokulik
    - Follow me on Google+ https://plus.google.com/u/0/111159185852360398018/posts
    - Check out the photography podcast


    "You have to milk the cow quite a lot, and get plenty of milk to get a little cheese." Henri Cartier-Bresson from The Decisive Moment.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

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