Page 1 of 1

[SOLVED] vertical or horizontal line

Posted: Wed Nov 05, 2003 9:26 pm
by gavinbsocom
How do you make like al ine break,, either horizontal or vertical?

Posted: Thu Nov 06, 2003 2:49 am
by twigletmac
I'm not entirely sure what you're asking but are you looking for the HTML like:?

Code: Select all

<br />
Mac

Posted: Thu Nov 06, 2003 10:04 am
by JAM
Not sure either...

Code: Select all

<hr />
Horizontal line break... So to speak.

Posted: Thu Nov 06, 2003 7:47 pm
by m3rajk
do you mean
----------------------
if so: <hr />
or

|
|
|
|
|

that you have to do using a border.

Posted: Fri Nov 07, 2003 9:54 am
by gavinbsocom
<hr> is what i was looking for i couldnt remember it thankyou...

Posted: Mon Nov 10, 2003 2:35 pm
by m3rajk
just wanna note that <hr> is HTML and most browsers suport <hr /> which is XHTML

youmight wanna think about starting to move to xhtml. i know i have.