Jump to content

How to change the font size in this piece of code...


cmcraft

Recommended Posts

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]
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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.