Frage

I have a database set up and I have all my text in a word document. I know how to put all the text into the database, but my problem is that it doesn't output it exactly the way I have it like in the word document. When I echo is on a page it just shows the text like a regular text. an example of what I have in the document:

     This is the title.
             1.some text
             2.some text   

this is what I'd get when I echo the data on a page:

     This is the title.1.some text2.some text

I am using mysql workbench. I am copy pasting from a microsoft word document into the database.

War es hilfreich?

Lösung

Before you copy from word you need to format all the text you want for example to show up as bold between "< strong> < /strong>" tags returns will be etc. look up the right format. Then once done you can paste it into your database. I presumed you were displaying it in some browser. Good luck

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top