rejetto forum

Change colour of the text?

JNuS · 9 · 5142

0 Members and 1 Guest are viewing this topic.

Offline JNuS

  • Occasional poster
  • *
    • Posts: 10
    • View Profile
Can i change the colour of the comment text seen by viewers of the page im hosting?


Offline Yves

  • Occasional poster
  • *
    • Posts: 72
    • View Profile
Salut JNuS,
this should be done in the template. Please contact me by Yahoo, nicname is shown below.
« Last Edit: March 03, 2008, 07:32:00 PM by Yves »
on http://messenger.yahoo.com as Yves67St and YvesSt67, reachable particularly during european afternoon and evening hours, GMT+1. My servers are online 16/24h and 7/7d.


Offline JNuS

  • Occasional poster
  • *
    • Posts: 10
    • View Profile
okay, thought it would be easy done by a command of some sort :-\

just one question about changing that in the template; if i just wanted to change colour of one sentence, wouldn't that be very hard to point commands at as u are changing the comments in the program, not in the template?

edit: i meant like it's been done here:

« Last Edit: March 03, 2008, 08:34:39 PM by JNuS »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
i guess you have to edit with notepad your file rawr_black_main.css
then go to the line .comment {
and after that add color:red;

but i'm just guessing


Offline JNuS

  • Occasional poster
  • *
    • Posts: 10
    • View Profile
ok, but wouldn't that change all the comment llines to red? 'cause there aren't any function in HFS that makes security warnings automatically, right?


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
Yes it would change all of them. To do it just simply add <span style="color:#XXXXXX"></span> around the text, like you have done there. There is no call for hfs to have an option.


Offline JNuS

  • Occasional poster
  • *
    • Posts: 10
    • View Profile
thx a lot, it workes :D
just 1 more questing, can you also change other text formats in that way, like making it bold and changing the size?


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
Yes style in html allows you to add all css params.

<span style="color:#XXXXXX;font-weight: ;font-size: ;font-family: ;"></span>

http://www.w3schools.com/css/css_text.asp You can also surround it with <b> </b> <i> </i>, w/e works for you.


Offline JNuS

  • Occasional poster
  • *
    • Posts: 10
    • View Profile
thx alot for the help :)
« Last Edit: March 05, 2008, 02:54:31 PM by JNuS »