how to format news layout
Posted: Wed Dec 15, 2004 11:21 am
I am creating a web page to get news from mysql by using php, the problem is the original news format is like:
aaaa
aaaaaaaa
aaaaaaaaa
but when I get it from mysql, and display it on the web page, it comes like:
aaaaaaaaaaaaaaaa
aaaaaaaaaa
anyone can tell me how to keep the format the same as the original one?
thanks.
aaaa
aaaaaaaa
aaaaaaaaa
but when I get it from mysql, and display it on the web page, it comes like:
aaaaaaaaaaaaaaaa
aaaaaaaaaa
anyone can tell me how to keep the format the same as the original one?
thanks.