Log in

View Full Version : vertical spacing


whisperswansea
05-15-2009, 06:03 PM
hello,
I am creating link buttons in a row, but need to increase the vertical spacing between the rows of buttons...The horizontal spacing I have the code for, but need a code for the vertical spacing.

Thanks in advance

RLShare
05-15-2009, 08:35 PM
It would help if people could see the exact code you are talking about.

whisperswansea
05-17-2009, 12:36 PM
Hi, the code we are currently using to encorperate the buttons is this :

<br />
<A HREF="LINK HERE"><IMG SRC="IMAGE HERE"
BORDER=0 HEIGHT=45 WIDTH=130 ALT="Builders"></A>
&nbsp;

Now the code we have is this -

<IMG SCR="yourimage.gif" HSPACE=10 VSPACE=10>

What we need is adjustable vertical and horizontal spacing.

Many thanks.

RLShare
05-17-2009, 04:19 PM
Hspace and vspace are outdated attributes, not implemented the same across all browsers and should not be used. You should be using CSS to position the elements.

whisperswansea
05-17-2009, 04:24 PM
thank you for your reply..Can u please advise me of what CSS attributes I should be using please?