catbear Posted December 10, 2004 Posted December 10, 2004 Hello, I did a google search but could not find anything. On my checkout success page I want to space out the sentences. I am unfamiliar with PHP so I don't know how to do it. below is what I have. Of course right now on the actual page it is all bunched together and looks crummy. Also how do you comment out a line. I read it somewhere but could not find it again! Thanks Catbear define('TEXT_SUCCESS', 'Your order and payment has been successfully received! You will receive an email confirmation shortly with your order and payment details. If payment was made via Paypal you can also log into you account at http://www.Paypal.com to view the transaction details. Please allow 1-3 business days for order processing. Your order will arrive in 7-14 business days.');
Cerberus Posted December 10, 2004 Posted December 10, 2004 <br> to add a newline. // will comment php <!-- to start the comment of html --> to end it.
ozcsys Posted December 18, 2004 Posted December 18, 2004 Any text formatting is done using html tags. You can find lots of info online so if you need more in the future you can do a search and print out a good list of common 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??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.