|
-
Jul 22nd, 2003, 08:40 PM
#1
Thread Starter
PowerPoster
TextArea - html code
Hi All,
A person online types into the textarea some text with html code into it, it's then submitted to the database.
On a separate page it is displayed from the database but the text is all out of alignment because of the code tags?
I.e
<strong> beacon blah di blah di blah</strong> jdsv bqdjsvbjb
qsdjvbob
sadvknb
sdvkjasdvl
There will be gaps where the strong tags where??
why?
b
-
Jul 22nd, 2003, 10:37 PM
#2
Frenzied Member
post what the output actually looks like when it displays.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jul 23rd, 2003, 04:27 AM
#3
Fanatic Member
its out of alignment because you have:
VB Code:
<strong> beacon blah di blah di blah</strong>
the web browser will read the first space on the line, it should be:
VB Code:
<strong>beacon blah di blah di blah</strong>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|