<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'add code for font size under php echo code' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'add code for font size under php echo code' posted on the 'PHP' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 22:29:28 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 22:29:28 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>add code for font size under php echo code</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/419636/419636/add-code-for-font-size-under-php-echo-code/</link>
      <description>Good day!&lt;br /&gt;
&lt;br /&gt;
I have a pure php code, so my table was in echo and I want to change the font and font-size of text in table header but when I put thid code:&lt;br /&gt;
[PHP]&lt;br /&gt;
echo "&amp;lt;font size="18" face='Arial'&amp;gt;";&lt;br /&gt;
echo "&amp;lt;table&amp;gt;";&lt;br /&gt;
&lt;br /&gt;
and at the lower part i close it&lt;br /&gt;
echo "&amp;lt;/table&amp;gt;";&lt;br /&gt;
echo "&amp;lt;/font&amp;gt;";&lt;br /&gt;
&lt;br /&gt;
[/php]&lt;br /&gt;
&lt;br /&gt;
It only take effect in the text outside the table. and when I try to put it on the &amp;lt;table&amp;gt; It doesn't take effect.&lt;br /&gt;
&lt;br /&gt;
Thank you in advance&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/419636/419636/add-code-for-font-size-under-php-echo-code/</guid>
      <pubDate>Thu, 11 Nov 2010 00:16:12 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: add code for font size under php echo code</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/419636/419649/re-add-code-for-font-size-under-php-echo-code/#419649</link>
      <description>&lt;pre class="sourcecode"&gt;
&amp;lt;table&amp;gt;
&amp;lt;tbody&amp;gt;
&amp;lt;th style="font-family: arial; font-size: 18pt"&amp;gt;header text&amp;lt;/th&amp;gt;
...
&amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Have you tried something like that?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/419636/419649/re-add-code-for-font-size-under-php-echo-code/#419649</guid>
      <pubDate>Thu, 11 Nov 2010 11:08:56 -0700</pubDate>
      <category>PHP</category>
    </item>
  </channel>
</rss>