Click to See Complete Forum and Search --> : br margin


jrthor2
02-20-2009, 10:46 AM
I have put a class on a <br /> element, but it doesn't seem to be affecting certain items, for example, if you view http://yuppiepuppygear.com/shop/catalog/ and you look at the left navigation, where it says "Act Like I'm Still a Pup", it doesn't seem to have the margin applied so there is a little more space in between the link below it. It also does this where the link "Points Program FAQ" link is. The Contact Us link seems right up against the link above it. If I increase the margin to something like 50px, these 2 occurances still don't have the margin applied.

Could someone take a look and possibly help me fix this?

Thanks!!

KDLA
02-20-2009, 01:29 PM
<br> isn't a block element.

jrthor2
02-21-2009, 06:40 PM
so are you saying I can't put a margin on it? How can I get the spacing in between the links then?

Thanks

Fang
02-22-2009, 03:23 AM
Use a list of anchors, as you have done with the top menu. Avoid using <br>