Jump to content

Font sizes


ondi

Recommended Posts

Try this:

 

<tr>
      <td align=\"left\" valign=\"middle\" bgcolor=\"$temp\" >
      <span style=\"font-size:14px\">$data['opponent']</span>
      </td>
</tr>

 

Also. When using associative arrays, always remember to surround the name of the key with quotes. This will ensure that PHP doesn't confuse it with a constant.

Link to comment
https://forums.phpfreaks.com/topic/138632-font-sizes/#findComment-724839
Share on other sites

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.