>>
Site Map
>>
Forums
>>
Blocks 6x
Forum module - topics in forum:
Blocks 6x - Discussions regarding PHP-Nuke Blocks.
Adding text to blocks around images.
Thx in advance to anyone who helps me out here.
I am at the end of my teather looking for the solution on how to add text in a block. For example the Donations block just has a paypal image. How do i add whatever text i'd like above or below that image??? I have searched high & low on numerous forums and PHP sites and found nuthing. Forgive me if i seem a dumbass but i have only been messing with PHP for about two mnths....
Oh and whilst i'm on the subject of text, is it possible to alter the font size in story blocks?? I managed to find out how to BOLD the text but thats as far as ive got..

You just need to add like example below to your block.
| Code: : |
| $content .= "YOUR TEXT HERE"; |