robinsons autostar Posted March 29, 2009 Share Posted March 29, 2009 Hi On my index page I would like to change the colour of some individual words. Can anyone help with the text i need to add Thanks in advance Robinsons Autostar Link to comment Share on other sites More sharing options...
ichini Posted March 29, 2009 Share Posted March 29, 2009 Find the words in your language files, then add a font color tag to them. Like this: <font color=red>word</font> That'd be the simplest way. ^_^ Link to comment Share on other sites More sharing options...
germ Posted March 29, 2009 Share Posted March 29, 2009 Or create a style in the stylesheet (example): .someclass { font-family: sans-serif; font-size: 21px; } And use it like this: <span class="someclass">Some text of another style here</span> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
robinsons autostar Posted March 30, 2009 Author Share Posted March 30, 2009 Thanks both systems worked like magic Link to comment Share on other sites More sharing options...
turoreakandy Posted March 30, 2009 Share Posted March 30, 2009 you can set anything from the css file Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.