|
-
Oct 16th, 2001, 09:17 PM
#1
Thread Starter
Member
HTML <br> tag
Is there a way to use the <br> (line break) tag without actually typing <br>? VBF doesn't parse HTML, and as you know a newline in just text turns into a space in HTML. The board accepts things like so I was thinking but that just printed a space.
-
Oct 16th, 2001, 09:27 PM
#2
I dont think control characters can work that way yet.
http://www.bbsinc.com/iso8859.html
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Oct 16th, 2001, 09:28 PM
#3
Thread Starter
Member
-
Oct 16th, 2001, 09:29 PM
#4
Thread Starter
Member
-
Oct 17th, 2001, 02:18 AM
#5
Conquistador
hello <br> another test -->
This board doesn't accept html tags...
-
Oct 17th, 2001, 09:24 AM
#6
Frenzied Member
Okay, am I missing something?
Line 1
Line 2[br]Line 3
D'oh!
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Oct 17th, 2001, 06:01 PM
#7
Frenzied Member
testing <br>testing
-
Oct 17th, 2001, 08:15 PM
#8
PowerPoster
yeah, there is somethig that works it's called the ENTER key.
check for it on the keyboard
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Oct 18th, 2001, 02:20 AM
#9
Conquistador
Hey!,
I found the Enter key after a brief search
-
Oct 18th, 2001, 03:12 AM
#10
PowerPoster
Some of the stuff that gets posted on here is awe inspiring !!
Ok now my problem... I have this TV but am too lazy to get up to change channels... so i got a remote control but sometimes i leave it on a different chair ... so i got this stick but sometimes it knocks the remote control the wrong way ... so i got this hockey stick but sometimes it cracks the remote too hard ... so i get pissed off and throw the phone at it ... and now the phone dont work, the remote is smashed and I am stuck here watching Days of Our Lives... please help!
-
Oct 18th, 2001, 06:24 AM
#11
Conquistador
1. Take anger management classes 
2. Hockey Balls or Tennis Rackets are good to throw
Throw things at tv until it changes for you
-
Oct 18th, 2001, 07:21 AM
#12
Thread Starter
Member
Originally posted by sail3005
yeah, there is somethig that works it's called the ENTER key.
check for it on the keyboard
Some VBF fields (like Location) don't allow for multiple lines even after editing the HTML, so I was wondering if there was a trick to get around it.
-
Oct 18th, 2001, 07:51 AM
#13
Frenzied Member
not sure if i remember right,
but
will only work between <pre> tag
or textarea!
-
Oct 18th, 2001, 09:17 AM
#14
Conquistador
Like what i've done in my <<< thingo?
-
Oct 18th, 2001, 09:20 AM
#15
Thread Starter
Member
Originally posted by sebs
not sure if i remember right,
but
will only work between <pre> tag
or textarea!
It does work in the TEXTAREA tag but the newline isn't preserved if I try to update my location using it.
-
Oct 18th, 2001, 09:21 AM
#16
Thread Starter
Member
Originally posted by da_silvy
Like what i've done in my <<< thingo?
Yeah, I've seen you and Bloodeye do that. But it won't work in my case.
-
Oct 18th, 2001, 02:14 PM
#17
Thread Starter
Member
-
Oct 18th, 2001, 02:28 PM
#18
what does this have to do with html or anything web related. you want a hack for the forums then goto the vbulliten.com forums and see if they have a hack for it.
just live with it Arien, like the rest of us.
-
Oct 18th, 2001, 02:35 PM
#19
Thread Starter
Member
How's about you stop flaming me before I start reporting the post; just answer the question or go away if you can't.
-
Oct 18th, 2001, 02:52 PM
#20
Originally posted by filburt1
How's about you stop flaming me before I start reporting the post; just answer the question or go away if you can't.
who's flaming. I did answer your post. go to another forum where you can get the answer and that is www.vbulliten.com. run an tattle you big baby because I haven't said anything bad to you or offended you at all since you ask me to stop. it is just your posts make no since from time to time. now you ask a question that nobody seems to know because you asked it in the wrong place.
in html you cannot have a break in a input box. and the only break you can have is <br> tag in a textbox.
report the post and let them see how much of a waste this post is.
-
Oct 18th, 2001, 03:07 PM
#21
Thread Starter
Member
You can have a break in a TEXTAREA though, but even when I change the location field from an INPUT tag to a TEXTAREA tag and add a newline it is still not preserved.
-
Oct 18th, 2001, 03:10 PM
#22
Originally posted by filburt1
You can have a break in a TEXTAREA though, but even when I change the location field from an INPUT tag to a TEXTAREA tag and add a newline it is still not preserved.
are you doing it on the forums or your own website?
-
Oct 18th, 2001, 03:19 PM
#23
Thread Starter
Member
Both have the same effect after I tried it in Dreamweaver 4.
-
Oct 18th, 2001, 03:25 PM
#24
well you have to taken in account that the forums are stripping out the html tags from input, textboxes. so you won't be able to do it. sure you could if they weren't doing it that way.
also that is your first problem is that you are using dreamweaver. don't get me wrong but you might not get what you want with that. I have a sample at home but you have to wait.
I have used <br> tags in textarea's so I know it can be done.
-
Oct 18th, 2001, 08:43 PM
#25
well I didn't use the <br> tags. I just used the enter key to make a line break in a textarea. but I also have it on wrap=physical.
I don't think you can without sending it to a mysql database and having it inter the special characters so it will detect line breaks and lets you specify those for enters.
-
Oct 18th, 2001, 08:51 PM
#26
Thread Starter
Member
Oh well, thanks anyway.
-
Oct 21st, 2001, 12:08 PM
#27
Fanatic Member
Originally posted by da_silvy
1. Take anger management classes 
2. Hockey Balls or Tennis Rackets are good to throw
Throw things at tv until it changes for you
Hockey balls?
-
Oct 21st, 2001, 12:09 PM
#28
Street Hockey uses a ball, not a puck.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Oct 21st, 2001, 04:34 PM
#29
Conquistador
Originally posted by Wynd
Hockey balls?
Field Hockey also uses hockey balls (down in Strailya )
But you can throw a puck if you want.
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
|