
Originally Posted by
patrioticwife
I am putting up a website for TheHugsProject.com a non profit organization and I am using tables, now when I look at the webpage it looks great to me but when, the person Im making it for looks at it she says the wording on the Christmas Wish page is not lining up! Could someone tell me how to fix this..
Thanks in Advance
Donna
If you make your window about 800px wide, I think you will see what your friend means and probably how to fix it. Instead of using non-breaking space to create a left margin and <br> to create a right margin (at different screen sizes, you cannot as easily predict where the lines should break), use:
HTML Code:
<div style="margin-left:2em;margin-right:2em;">A paragraph's worth of Text here</div>
Only use the <br> tag if you want a hard break in the text like, extra space between paragraphs.
Bookmarks