Jump to content


- - - - -

RESOLVED: Guidelines Link


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

#1 Brad

Brad

    Post-aholic

  • IM Supporters
  • PipPipPipPipPipPipPip
  • 636 posts

Posted 12 November 2005 - 04:21 PM

Hey, is there a way to embolden the Guidelines link. I looked on global_board_header but could only find or something like that.

Any help?

Thanks thumbsup.gif

#2 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts

Posted 12 November 2005 - 04:40 PM

All Global HTML -> rules_link.  But your tags around the $title.
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 12 November 2005 - 06:42 PM

I cant see any changes to the link....

http://www.rctpyro.com

#4 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts

Posted 12 November 2005 - 11:28 PM

That's because the links are already bold, they're set that way with this element of your stylesheet:
QUOTE
#submenu p,
#userlinks p,
#userlinksguest p{
background: transparent !important;
border: 0 !important;
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
margin: 0 !important;
padding: 7px 0 7px 0;
text-align: right;
}

You'll have to do some other style editing in the skin template to make this more bold.  Maybe try changing the rules_link template to this:
CODE
 <a href="$url" style="font-size: 12px">$title</a>

Michael McCune - IPS Marketplace Moderator

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

#5 Brad

Brad

    Post-aholic

  • IM Supporters
  • PipPipPipPipPipPipPip
  • 636 posts

Posted 14 November 2005 - 11:27 PM

Ok, it worked out great!

Thanks alot

*you may close this topic*

#6 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts

Posted 14 November 2005 - 11:32 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