Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Links!

  1. #1
    Member sabian1982's Avatar
    Join Date
    Oct 2008
    Location
    Nottingham, UK
    Posts
    50
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Links!

    Its very hard to identify links in forum threads/posts as it appears in the same colour as standard text.

    Perhaps something orange like the colour used in the logo would best suit?

  2. #2
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,434
    Thanks
    62
    Thanked 28 Times in 26 Posts
    Hi Mike

    Just taken a quick look, the problem is that when I change the link colour it changes every single link visible on the forum to that colour eg, every link on the homepage becomes orange, any ideas how to solely specify the link colour in posts only?

    Cheers

    Damon

  3. #3
    Junior Member ZerroQ's Avatar
    Join Date
    Oct 2008
    Location
    Latvia
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts
    huh? Well personally I think it's colour is just fine, you read the article -> you notice the link, you rollover the article, then you don't notice the link... hmm oh well, just my opinion.

  4. #4
    Member sabian1982's Avatar
    Join Date
    Oct 2008
    Location
    Nottingham, UK
    Posts
    50
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Try this:

    Admincp / Style Manager / Main CSS

    look for Normal Links CSS and Visited Links CSS etc and then change the relevant hex codes.

  5. #5
    Junior Member ZerroQ's Avatar
    Join Date
    Oct 2008
    Location
    Latvia
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Boss Hog View Post
    Hi Mike

    Just taken a quick look, the problem is that when I change the link colour it changes every single link visible on the forum to that colour eg, every link on the homepage becomes orange, any ideas how to solely specify the link colour in posts only?

    Cheers

    Damon
    As far as i understand you have an stylesheet with:

    a:link{color:blue;text-decoration:underline}
    a:hover{}

    something like this and you also do have an stylesheet for those post <div class="..."></div> entries
    you could try adding an class for links into the code:

    This is what your post looks like:
    Code:
    	
    	<td class="alt1pb" id="td_post_1244">
    			<!-- icon and title -->
    			<table cellspacing="0" cellpadding="0" width="100%" border="0">
    <tr><td><div class="smallfont">
    				<img class="inlineimg" src="http://www.graphicdesignforums.co.uk/images/icons/icon1.gif" alt="Default" border="0" />
    				<strong>Links!</strong>
    			</div></td>
    <td><div class="smallfont" style="float:right"><a href="/feedback-help-forum/327-links.html#post1244" title="Link to this Post">permalink</a></div></td>
    </tr></table>
    			<!-- / icon and title -->
    		<br />
    		<!-- message -->
    		<div id="post_message_1244">Its very hard to identify links in forum threads/posts as it appears in the same colour as standard text.<br />
    <br />
    Perhaps something orange like the colour used in the logo would best suit?</div>
    		<!-- / message -->
    	</td>
    add
    a.postlink:link{color:orange}
    a.postlink:hover{text-decoration:underline}
    to your stylesheet

    and regarding the posts code
    look onto
    Code:
    		<!-- message -->
    		<div id="post_message_1244" class="postlink">
    Well i'm not 100% sure, but this is the approx. way i would try to figure this out.
    Hope it helps somehow.

  6. #6
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,434
    Thanks
    62
    Thanked 28 Times in 26 Posts
    mmmm, tricky, at the moment it changes every single link sitewide to orange, I have added orange as a hover colour for now although this doesn't really help at a glance.

    If anybody knows exactly how to do this then let me know, don't want to tinker incase I mess it up

  7. #7
    Junior Member ZerroQ's Avatar
    Join Date
    Oct 2008
    Location
    Latvia
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Basically that's just what i told, because those links in posts don't have any class specified, so you would have to edit the source files just to add this class="postlink" within the <div id="post_message_id">.

  8. #8
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,434
    Thanks
    62
    Thanked 28 Times in 26 Posts
    Sorted, what do you think?

    Orange on all links was a bit too bright and detracted from the text within the posts.

    Alternatively, we can keep the links as they were and just have orange on roll over.

    Let me know what you prefer.

  9. #9
    Junior Member ZerroQ's Avatar
    Join Date
    Oct 2008
    Location
    Latvia
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Sweet ;) I'd say the rollover color would be neat.

  10. #10
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,434
    Thanks
    62
    Thanked 28 Times in 26 Posts
    Done

Page 1 of 2 12 LastLast

Similar Threads

  1. Suggestions for free places to list your site for back links
    By Haz in forum SEO & Online Marketing Forum:
    Replies: 5
    Last Post: 05-31-2011, 04:50 PM
  2. Replies: 3
    Last Post: 09-09-2010, 06:54 PM
  3. Multiple Links to same image
    By stablecreative in forum Adobe Forum:
    Replies: 2
    Last Post: 08-11-2010, 10:10 PM
  4. Links to all the best design resources
    By mish-maniac in forum Graphic Design Resources:
    Replies: 0
    Last Post: 07-21-2009, 01:30 PM
  5. Creating links from Indesign to PDF
    By Designer girrrrl in forum Adobe Forum:
    Replies: 1
    Last Post: 05-18-2009, 07:42 PM

Posting Permissions

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