My friend asked me to convert a doc file he sent me into html.
He said he wanted it to look exactly like the doc.
So I put <br /> in between the lines so the text appears like the one in doc.
But he says now the text looks weird.
Is it because I used <br />?
Is text wrapping automatically done?

Recommended Answers

All 2 Replies

Text wrapping is automatically done in HTML. Wrap the text in a <div> tag specifying the width so that it isn't affected by the size of the user's browser window. Also, can you provide screenshots of the PDF and of your HTML?

Hmm...yes, it's supposed to make a new line, and if you have too much text, it wraps, and looks weird. And hi, I'm back, after, erm, 4 years?:$

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.