Jump to content
  • 0

Changing Font for Echo Char Variable


PokemonRO

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   3
  • Joined:  07/12/12
  • Last Seen:  

For flux CP, in the account/view, I am trying to change the font color for the echo character name.

All I found was in the account/view.php directory was the function that called the characters name.

<?php echo $this->linkToCharacter($char->char_id, $char->name, $serverName) ?>

I've tried numerous stuff like Span Class and font color but it didn't work.

All I am trying to do is change the color of the font in that echo function.

Hopefully someone can help, thanks!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

try this ?

<font color="red"><?php echo $this->linkToCharacter($char->char_id, $char->name, $serverName) ?></font>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   3
  • Joined:  07/12/12
  • Last Seen:  

I love you

Link to comment
Share on other sites

×
×
  • Create New...