Resell Print? Click here to see how we can help


Graphic Design Forums: UK forums for graphic designers » General Forums: » Chill Out Forum: » GDF Feedback & Help: » Links!

Reply
Old 10-14-2008, 01:09 PM   #1
Member
 
sabian1982's Avatar
 
Join Date: Oct 2008
Location: Nottingham, UK
Posts: 50
Thanks: 4
Thanked 5 Times in 4 Posts
Default 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?
sabian1982 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 10-14-2008, 01:19 PM   #2
Administrator
 
Boss Hog's Avatar
 
Join Date: Mar 2008
Posts: 3,205
Thanks: 489
Thanked 447 Times in 353 Posts
Default

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
Boss Hog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 10-14-2008, 01:22 PM   #3
Junior Member
 
ZerroQ's Avatar
 
Join Date: Oct 2008
Location: Latvia
Posts: 16
Thanks: 3
Thanked 1 Time in 1 Post
Send a message via Skype™ to ZerroQ
Default

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.
ZerroQ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 10-14-2008, 01:28 PM   #4
Member
 
sabian1982's Avatar
 
Join Date: Oct 2008
Location: Nottingham, UK
Posts: 50
Thanks: 4
Thanked 5 Times in 4 Posts
Default

Try this:

Admincp / Style Manager / Main CSS

look for Normal Links CSS and Visited Links CSS etc and then change the relevant hex codes.
sabian1982 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 10-14-2008, 01:30 PM   #5
Junior Member
 
ZerroQ's Avatar
 
Join Date: Oct 2008
Location: Latvia
Posts: 16
Thanks: 3
Thanked 1 Time in 1 Post
Send a message via Skype™ to ZerroQ
Default

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.
ZerroQ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 10-14-2008, 01:35 PM   #6
Administrator
 
Boss Hog's Avatar
 
Join Date: Mar 2008
Posts: 3,205
Thanks: 489
Thanked 447 Times in 353 Posts
Default

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
Boss Hog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 10-14-2008, 01:38 PM   #7
Junior Member
 
ZerroQ's Avatar
 
Join Date: Oct 2008
Location: Latvia
Posts: 16
Thanks: 3
Thanked 1 Time in 1 Post
Send a message via Skype™ to ZerroQ
Default

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">.
ZerroQ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 10-14-2008, 09:03 PM   #8
Administrator
 
Boss Hog's Avatar
 
Join Date: Mar 2008
Posts: 3,205
Thanks: 489
Thanked 447 Times in 353 Posts
Default

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.
Boss Hog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 10-15-2008, 02:53 PM   #9
Junior Member
 
ZerroQ's Avatar
 
Join Date: Oct 2008
Location: Latvia
Posts: 16
Thanks: 3
Thanked 1 Time in 1 Post
Send a message via Skype™ to ZerroQ
Default

Sweet ;) I'd say the rollover color would be neat.
ZerroQ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Old 10-15-2008, 03:23 PM   #10
Administrator
 
Boss Hog's Avatar
 
Join Date: Mar 2008
Posts: 3,205
Thanks: 489
Thanked 447 Times in 353 Posts
Default

Done
Boss Hog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Twit this!
Reply With Quote
Reply

Thread Tools
Display Modes

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 On



Flyer Printing | Print Reseller Scheme | Graphic Design | Logo Designer | Web Design UK | Graphic Design UK | Letterhead Printing
Business Card Printing | UK Business Forum | Logo Designer | NCR Pads | NCR Books | Receipt Books | Drinks Coasters | A6 Flyers | A5 Leaflets
Web Design & Development | vBulletin Skins | Small Business Websites | Leaflets | Leaflet Printing | Web Design Liverpool | Invoice Books


DISCLAIMER: All posts on this forum express the views and opinions of the author only, not the owners, staff or advertisers, hence we will not be held liable.


Powered by vBulletin®
© Copyright Jelsoft Enterprises Ltd
SEO by vBSEO 3.2.0 RC5 ©2008, Crawlability, Inc.