WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Graphics & Design Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-29-2008, 03:41 PM
WebProWorld New Member
 

Join Date: Jan 2008
Posts: 3
Darkstar RepRank 0
Default phpbb formating question.

Hi there,
I have started building a site forum using phpbb 2, and have a question regarding font colours.
The site in question is hosted at http://utt.netfreehost.com
I am happy with most of the formatting, but when you first arrive at the registration screen the links to answer age , appear in white.
I have tried my best to find exactly which part of the style template to change this font colour, but even after trying all the font colour boxes in admin panel and changin them to black(or any other colour), the links still show white until they have been clicked.
Any ideas?

Regards,
Mark
__________________
------------------------------
http://uktt.freeforums.org

Last edited by Darkstar : 01-29-2008 at 04:05 PM. Reason: newb url posting problem. I think i get it now.
Reply With Quote
  #2 (permalink)  
Old 02-01-2008, 12:24 AM
incrediblehelp's Avatar
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,647
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: phpbb formating question.

Moved to Graphics & Design Discussion Forum
Reply With Quote
  #3 (permalink)  
Old 02-01-2008, 08:52 PM
WebProWorld Member
 

Join Date: Jan 2006
Location: USA
Posts: 38
krnl RepRank 0
Default Re: phpbb formating question.

It sounds like the default a:link color is what's getting you. To test this, find a:link in your css file and change it to something else, then reload the page.

If it turns out to be true that a:link is the problem, and I'm not sure how others do it...but I would create a separate css class for those links and then change it to the correct class on the page that displays them.

Try something like:

a.mylinktype { text-decoration: none; color: #ffffff; }
a.mylinktype:active { text-decoration: none; color: #66ff66; }
a.mylinktype:visited { text-decoration: none; color: #66ff66; }
a.mylinktype:hover { text-decoration: underline; color: #00ff00; }

It wouldn't be a bad idea to flip through several pages of your forum and make sure that there aren't similar problems elsewhere. Create another class if you have to, or use the one you just created if it fits in there.

Good luck!

Fishing and Outdoors Forum
__________________
Rick - Linux Tutorials for Beginners
allin-enterprises.com | all-in-general.com | MagliteSales.com | DiscountFishTackle.com
Reply With Quote
  #4 (permalink)  
Old 02-02-2008, 09:13 AM
WebProWorld New Member
 

Join Date: Oct 2007
Posts: 10
Bill in AZ RepRank 0
Default Re: phpbb formating question.

The font colors for these links are controlled by the following CSS lines:
Quote:
a.gen,a.genmed,a.gensmall { color: #ffffff; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #ffffff; text-decoration: underline; }
Often the admin panel will not allow you to edit the CSS for particular themes, so you need to edit the file directly. As you are using a free hosting solution, you may be limited in what you are allowed to do.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum
Tags: , , ,



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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
phpBB - IE7 - XP vittorio IT Discussion Forum 2 09-06-2007 09:16 AM
PhpBB Question p8r Web Programming Discussion Forum 1 07-26-2005 09:09 AM
phpbb.com david123 Web Programming Discussion Forum 1 04-29-2005 10:33 PM
www.phpBB.com compromised WPW_Feedbot IT Discussion Forum 0 02-07-2005 10:00 AM
Powered by phpBB Lordmk WebProWorld: Guidelines/Announcements/Suggestions 2 02-12-2004 12:29 PM


Search Engine Optimization by vBSEO 3.2.0