Jump to content

horizonal spacing


kiqr

Recommended Posts

how do i create space between images in the same row within the same column lyk say i got <tr><td><img 1>.....this is whr i want space then <img 2>,i kno of <br> but then that gives vertical spacing so pliz if u kno the code ...safe

Link to comment
Share on other sites

<img src="xxxx.xxx" width="xxx" height="xxx" vspace="xx" hspace="5" />The "hspace" attribute is the easiest way to do it - at the tag level. If this is something that you are going to do quite often, then use CSS and class each image. IF you're using asp. php, or cold fusion, you could set a global variable and use the technique in a dynamic capacity.Any of those techniques beats the amatuer technique of putting a bunch of " " in between each image.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...