1
Surely this is one of the most basic functions required for a webpage but I can't work it out for some reason. I just want to write a decent-sized article to display in the big gap in the centre of the page (centre block centre or centre block left is it?) that is word-wrapped. I'm sure it is a simple answer - please enlighten me!
I tried using C-Jay content but it only allows word-wrapped content under the C-Jay content menu.
I tried inserting this PHP code in the Block Editor part of XOOPs:
$text = "Hopefully this bloody well works! I have no idea why this mongrel thing doesn't work but I would put it down to having absolutely no idea about what the hell is going on... That may well have something to do with it. ";
print(wordwrap($text, 8, "\n", 1));
?>
and some variants of it, setting it as a PHP script, HTML document and Autoformat under the Content Type but to no avail...
Please help!