HighDots Forums  

Space between images

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Space between images in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Aaron
 
Posts: n/a

Default Space between images - 06-24-2004 , 07:19 PM






Hi,

I have some simple code...2 images inside a div. When previewing this
code, there appears to be a small space between the images. I've tried
adjusting the margins and the padding of the images with inline styles,
but neither of these work. I've encountered this problem before...I just
forgot how I went about it last time. Could someone out there remind me?

<div id="house">
<img src="images/house_01.jpg" alt="">
<img src="images/house_02.jpg" alt="">
</div>

Thanks,
Aaron


Reply With Quote
  #2  
Old   
Knud Gert Ellentoft
 
Posts: n/a

Default Re: Space between images - 06-24-2004 , 08:54 PM






Aaron skrev:

Quote:
I have some simple code...2 images inside a div. When previewing this
code, there appears to be a small space between the images. I've tried
adjusting the margins and the padding of the images with inline styles,
but neither of these work. I've encountered this problem before...I just
forgot how I went about it last time. Could someone out there remind me?

div id="house"
img src="images/house_01.jpg" alt=""
img src="images/house_02.jpg" alt=""
/div
The easiest way is toset it as a one liner code

<div id="house">
<img src="images,,,><img src="images...>
</div>
--
Knud


Reply With Quote
  #3  
Old   
Jan Roland Eriksson
 
Posts: n/a

Default Re: Space between images - 06-25-2004 , 01:36 AM



On Thu, 24 Jun 2004 16:19:45 -0700, Aaron <agchandler (AT) comcast (DOT) not>
wrote:

What you really have is as follows...

Quote:
div id="house">CR-LF
img src="images/house_01.jpg" alt="">CR-LF
img src="images/house_02.jpg" alt="">CR-LF
/div
Get rid of the CR-LF's from your content and you may get what you want.

Suggestion...

<div id="house"
Quote:
img src="images/house_01.jpg" alt=""
img src="images/house_02.jpg" alt=""
/div



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.