PDA

View Full Version : how do i put a gap between links etc


jjcool777
10-20-2002, 01:28 PM
hi,

im trying to modify my forum home template, but im stuck?

lets say i want to put 2 links on my forumhome,
well i put them under each other in the template and there showing directly under each other,

well what i wanted to do is have them directly under each other but have a gap

example:

http://my forums/etc etc

http://my forums/etc etc

instead of

http://my forums/etc etc
http://my forums/etc etc

thats what i want a gap between the 2 instaed of directly under each other?

not sure if its a tag or what

cheers

Tony G
10-21-2002, 05:42 AM
Just use <br />

jjcool777
10-21-2002, 12:33 PM
ok will give it a go,
cheers tony

jjcool777
10-21-2002, 02:13 PM
ok i tryed

http://my forums/etc etc
<br />
http://my forums/etc etc

in my template

but its still shows

http://my forums/etc etc
http://my forums/etc etc

no gap??

eddy
10-21-2002, 04:35 PM
<br> = larger gap
</br> = smaller gap

bonnmac
10-21-2002, 06:16 PM
Originally posted by jjcool777
ok i tryed

http://my forums/etc etc
<br />
http://my forums/etc etc

in my template

but its still shows

http://my forums/etc etc
http://my forums/etc etc

no gap??

Don't use <br /> use <br>

Tony G
10-22-2002, 05:14 AM
Uhh it doesn't matter, thats just XHTML and still works. :rolleyes: