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]
Link to comment
Share on other sites

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!
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.