2
Hello.
This method will work you can see it at this site
http://www.rndinternet.co.ukYou need to FTP to your web server
get this file:
XOOPS DIR/modules/system/blocks/system_blocks.php
Where XOOPS DIR is the folder your XOOPS files are installed toWhen you have this file, the FIRST thing you should do is copy it to a safe location, this way if anything goes wrong you can quickly replace the file with a working copy.
Common sense I know, but worth mentioning - ALWAYS make a backup of files your about to change.
Open the system_blocks.php with your favourite text editor (notepad, gedit, etc)
About maybe 20 lines down you should see a section like this:
I have made the text we're interested in
BoldAll you need to do is add the
tag to that line e.g.
Thats it, save the file and upload it via FTP, you may be asked if you want to overwrite the existing file, choose yes and job done!
Dave