Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   Image alignment (http://www.velocityreviews.com/forums/t161396-image-alignment.html)

Adrian Bailey 04-01-2005 05:43 PM

Image alignment
 
Hi. On my old homepage http://www.dadge.org/gate.html I couldn't work out
how to eliminate the horizontal gaps between the box-shaped images. How is
it done?

(Please ignore the content, the site is five years out of date.)

Thanks, Adrian



Sid Ismail 04-01-2005 08:16 PM

Re: Image alignment
 
On Fri, 01 Apr 2005 17:43:07 GMT, "Adrian Bailey" <dadge@hotmail.com>
wrote:

: Hi. On my old homepage http://www.dadge.org/gate.html I couldn't work out
: how to eliminate the horizontal gaps between the box-shaped images. How is
: it done?

Where are your </td> and </tr>'s?

Sid



Nico Schuyt 04-01-2005 10:00 PM

Re: Image alignment
 
Adrian Bailey wrote:
> Hi. On my old homepage http://www.dadge.org/gate.html I couldn't work
> out how to eliminate the horizontal gaps between the box-shaped
> images. How is it done?


CSS:
body {text-align: center}
img {border: none; margin : 0;}
HTML:
<img...><img...><img...><br>
<img...><img...><img...><br>
<img...><img...><img...>

<img...>
<img...> - produces a line of white space between the images!

--
Nico
http://www.nicoschuyt.nl




All times are GMT. The time now is 06:11 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57