PokemonRO Posted July 20, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 63 Reputation: 3 Joined: 07/12/12 Last Seen: December 30, 2013 Share Posted July 20, 2012 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 More sharing options...
Emistry Posted July 20, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 20, 2012 try this ? <font color="red"><?php echo $this->linkToCharacter($char->char_id, $char->name, $serverName) ?></font> Link to comment Share on other sites More sharing options...
PokemonRO Posted July 20, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 63 Reputation: 3 Joined: 07/12/12 Last Seen: December 30, 2013 Author Share Posted July 20, 2012 I love you Link to comment Share on other sites More sharing options...
Question
PokemonRO
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.
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