Guest Posted May 18, 2004 Posted May 18, 2004 I'm trying to see if theres a way for a person to use HTML in the item description? If not, what is the code in PHP to add spaces between lines ( all of my text in description runs together ) THANKS B)
nrlatsha Posted May 18, 2004 Posted May 18, 2004 <br> 9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard) Replace that and you're fine...
suboost Posted May 18, 2004 Posted May 18, 2004 How do you do this? Where do you place <br> and how please?
SGershon Posted May 18, 2004 Posted May 18, 2004 From your question it seemed like you knew HTML, that's why you received a quick reply. This <br> code is the code that inserts a new line in html. You place it wherever you want to break the line, inside your product description. SGershon If at first you don't succeed, you must be a programmer. Tip Posted: Languageless Reviews
Guest Posted May 18, 2004 Posted May 18, 2004 You can easily prepare you product descrition in a WYSIWYG program like Dreamweaver of FrontPage and simply copy the code and paste it into the product description page in admin. Images can also be added, but be sure to use the PHP code (see some osc code pages for this) for images so as not to compromise any SSL urls. Be sure to select on the code you need. Do not copy the header and closing HTML tags for example.
Guest Posted May 19, 2004 Posted May 19, 2004 :lol: Why did someone think that I put that comment from above? But i will make this comment .... Someone said that you can edit the descriptions in DreamWeaver and Frontpage ( I do have those programs ) .. but it seems to me that I can never get PHP files to really edit well in Dreamweaver .... Any suggestions on ways to easily edit everything ... I will admit that I am 100% NEW to PHP ... the only thing i can figure out is how to DELETE words ... i can't even figure out how to add words back though ... lol PLEASE HELP .... AGAIN
masat Posted May 19, 2004 Posted May 19, 2004 I use a text editor called ultra edit and a compare program called beyond compare. I have also installed apache2triad on my windows2k box to use as a test bed. I use frontpage only to paste veiw source and see what is happening with my html that is getting generated. These things work for me. I have only basic html knowledge and even less php but after working pretty hard core with osc for the last 5-6 months I'm getting pretty fammiliar with the file structure and what does what. All (most) of the text can be found in the /includes/language/ file. I had problems with Dreamweaver and php. It seemed like dreamweaver wanted to help me out too much with stuff I didn't want. How do you know when you know what you want to do for the rest of your life?
SGershon Posted May 19, 2004 Posted May 19, 2004 Why did someone think that I put that comment from above? ;) Sorry! The thread flowed so smooth and fast, that I really thought it was the same person. If at first you don't succeed, you must be a programmer. Tip Posted: Languageless Reviews
cathy1027418 Posted May 19, 2004 Posted May 19, 2004 Where do I find the php code for adding images? Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.