[SOLVED] vertical or horizontal line

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
gavinbsocom
Forum Commoner
Posts: 71
Joined: Tue Sep 30, 2003 9:51 pm

[SOLVED] vertical or horizontal line

Post by gavinbsocom »

How do you make like al ine break,, either horizontal or vertical?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

I'm not entirely sure what you're asking but are you looking for the HTML like:?

Code: Select all

<br />
Mac
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Not sure either...

Code: Select all

<hr />
Horizontal line break... So to speak.
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

do you mean
----------------------
if so: <hr />
or

|
|
|
|
|

that you have to do using a border.
gavinbsocom
Forum Commoner
Posts: 71
Joined: Tue Sep 30, 2003 9:51 pm

Post by gavinbsocom »

<hr> is what i was looking for i couldnt remember it thankyou...
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post 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.
Post Reply