Jump to content


- - - - -

RESOLVED: CSS Help


This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1 Brad

Brad

    Post-aholic

  • IM Supporters
  • PipPipPipPipPipPipPip
  • 636 posts

Posted 28 October 2005 - 06:34 PM

Before I start, may I just express on how grateful I, and I'm sure everyone else, am for FuSoYa creating this website, and all the help available. There is no charge for this, and I am really thankful that people on these board give up there time to help people like me. I really appreciate all your efforts, no matter if they are right or wrong. Thanks so much guys

Now, on to my problem 1eye.gif

On my forums, in my topics and posts. We can not distinguish normal text from links. Because of this, you have to "guess" where the link is, as it only highlighs/underlines itself when you hover over the link. This means that the majority of the time, unless you scroll your mouse round the post, you can not find links.

Is there a way to change this?

http://www.rctpyro.com

Thanks flowers.gif

#2 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts

Posted 28 October 2005 - 06:41 PM

This would be in your stylesheet.  Go into the ACP -> Look & Feel -> Skin Manager.  Click the options button, then click Edit Stylesheet (CSS Advanced).  You're going to want to look for something like this:

CODE
/*
* ========================================
* global hyperlink styles
* ========================================
*/

a:link,
a:visited,
a:active{
    background: transparent;
    color: #222;
    text-decoration: underline;
}

a:hover{
    background: transparent;
    color: #7B5806;
}

This is copied out of the stylesheet for my Arobase skin here.  The two sections there are for different aspects of the hyperlinks, whether you're hovering your mouse over it (the a:hover part) or not.  Try and find this section of your stylesheet and change the values there accordingly.  Underlining is the most important thing to do, as that's the standard thing people look for when finding links.  Coloring is important as well.  Let me know if you have questions on this.

Glad to hear how much you like the work we do here. smile.gif
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter

#3 Brad

Brad

    Post-aholic

  • IM Supporters
  • PipPipPipPipPipPipPip
  • 636 posts

Posted 28 October 2005 - 06:47 PM

I fixed it!!

Thanks so much FuSoYa!

Edited by Brad, 28 October 2005 - 06:53 PM.


#4 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts

Posted 28 October 2005 - 06:49 PM

Yup, that's the right section.  You'll want to change the text-decoration: none; there to text-decoration: underline; if you want to have your links be underlined, and then change the #666666 to some other hex color value to change the color.  Here is a pretty good chart of hex colors if you need help with that.
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter

#5 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts

Posted 14 November 2005 - 05:44 PM

The issue this topic was opened for has now been resolved.  If you need further assistance, please open a new topic.  If this topic was closed prematurely, please contact me so I can re-open it. smile.gif

Topic Closed
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter