Guest Posted July 19, 2004 Posted July 19, 2004 Hi list, Fustration at the moment not allowing me to think clearly I guess. But is there a limit to the amount of text you can enter into conditions.php as html for the conditions description? I have closed and put \'s where needed and still I can not get away from phrase errors. Might it have something to do with Davors PHP Editor? Does it allow html to be place into its phps? Also are there any contributions that allow easy editing of html into the needed phps? eg type here to add to display text discription for conditions.php etc Thank you
Guest Posted July 19, 2004 Posted July 19, 2004 your best bet is to start from the beginning, and then add one section at a time until you find an error, then look at what has been coded and you can figure out what you are doing wrong.
ozcsys Posted July 19, 2004 Posted July 19, 2004 Hi list, Fustration at the moment not allowing me to think clearly I guess. But is there a limit to the amount of text you can enter into conditions.php as html for the conditions description? I have closed and put \'s where needed and still I can not get away from phrase errors. Might it have something to do with Davors PHP Editor? Does it allow html to be place into its phps? Also are there any contributions that allow easy editing of html into the needed phps? eg type here to add to display text discription for conditions.php etc Thank you There is no limit but if you are adding/changing large amounts of text there is a way to get away from the parse errors. Find the following line in your conditions.php file <td class="main"><?php echo TEXT_INFORMATION; ?></td> Change it to <td class="main"><?php require('conditions.html'); ?></td> Then create a conditions.html file and place it in your root directory or wherever your main files are. Paste all your html text to this file and it will show up on your conditions page. You should just place your text in this file no body tags etc. Just the text and included html tags. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted July 19, 2004 Posted July 19, 2004 Hi list, Also are there any contributions that allow easy editing of html into the needed phps? eg type here to add to display text discription for conditions.php etc Thank you You might want to try this contribution I think it will do all you really want it to do. WYSIWYG Editor
Recommended Posts
Archived
This topic is now archived and is closed to further replies.