Log in

View Full Version : How do i make spaces in templates


Gaz.t
12-09-2002, 09:17 PM
is it


<br> or something


As you can see here www.gsmforum.34sp.com on the sign in page I need to space it out a bit !!!


Thanx

Dean C
12-10-2002, 03:32 PM
<br> inserts a page break but its not compatible with really old browsers

I'd use </br>

- miSt

okrogius
12-10-2002, 03:55 PM
Actually it's compatible with any browser unless you use something along the lines of IE 1.0, but if that's the case, you need to seek medcial help ;).

The correct syntax for the latest version of html (xhtml) is <br />, not <br> nor </br>.

Now for the spaces:
& nbsp; But without any space after the amperstand.

N9ne
12-10-2002, 04:00 PM
You can also use the preformatted tags, but they aren't adviseable!

<br /> is XHTML, and should be used as much as possible ;).

Dean C
12-10-2002, 05:24 PM
Lol my typos *sighs*:

<br />

;)

- miSt

NTLDR
12-10-2002, 06:48 PM
<br /> &nbsp; *