TinyPortal

Development => Support => Topic started by: softtouch_ph on February 22, 2007, 11:22:17 AM

Title: PHP blocks different font size in title???
Post by: softtouch_ph on February 22, 2007, 11:22:17 AM
I have created 2 identical php blocks.
One with the title "Articles", one with "User Blogs". Both are on the left side.
Why is the title of the 2nd. php block smaller than the first?
Title: Re: PHP blocks different font size in title???
Post by: Lesmond on February 22, 2007, 02:33:07 PM
maybe some code in another block that dont have font closing tag i.e. </ font>
Title: Re: PHP blocks different font size in title???
Post by: G6Cad on February 22, 2007, 02:39:42 PM
Also one of the blocks are custom made for TP and the other one is made by you and also named by you.
They use two diffrent css classes
Title: Re: PHP blocks different font size in title???
Post by: softtouch_ph on February 22, 2007, 02:41:27 PM
Lesmond was right. There was indeed a lacking close tag for a font. THANKS to point me to that!