cmcraft Posted September 22, 2006 Share Posted September 22, 2006 I am working with a piece of software called XD Forum on my blog site. It is coded entirely in php and I am not too familiar with how it all works...Here is the code... You will notice that the second line, I was able to figure out how to make the font larger. I need to make the font larger on the first line of this code, but don't know where to insert it.Thanks for the help!! [code]echo xdforum_create_link("forum", array("name"=>$tfs[$i]->xf_name, "xf_name"=>$tfs[$i]->xf_name, "xf_id"=>$tfs[$i]->xf_id)); echo ($tfs[$i]->xf_description!="")?"<br /><font size=1>".$tfs[$i]->xf_description."</font>":"";[/code]See the small fonts in action![url=http://opensource.christophercraft.com/?page_id=6]http://opensource.christophercraft.com/?page_id=6[/url] Quote Link to comment Share on other sites More sharing options...
AndyB Posted September 22, 2006 Share Posted September 22, 2006 I'd be tempted to change [b]font size=1[/b] to something larger, or use a CSS definition. Quote Link to comment Share on other sites More sharing options...
cmcraft Posted September 22, 2006 Author Share Posted September 22, 2006 Well naturally my entire site runs off css, but I don't know how to force a css call in this regard. The point is not what size, but simply where to put the code so it works!!The only thing that has changed in the size so far are the numbers indicating how many posts, etc. I need that first line to have some ability to change the font size.Thanks! Quote Link to comment Share on other sites More sharing options...
trq Posted September 22, 2006 Share Posted September 22, 2006 If XD Forum has some sort of support forum you would probably be best off asking your questions there where someone familiar might be able to help.For now... Im moving this thread to the third party forum. Quote Link to comment Share on other sites More sharing options...
cmcraft Posted September 22, 2006 Author Share Posted September 22, 2006 Does it matter that it's XDForum?I figured it would be a simple question of where to insert more code? I don't know much about PHP and was in need of help. To be frank, I feel markedly slighted.Why must this be difficult? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.