Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Space between images
 

Aaron




quote this post edit post

IP Loged report this post

Old Post  06-25-04 - 04:16 AM  
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



Post Follow-Up to this message ]
Re: Space between images
 

Knud Gert Ellentoft




quote this post edit post

IP Loged report this post

Old Post  06-25-04 - 04:16 AM  
Aaron skrev:

>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


Post Follow-Up to this message ]
Re: Space between images
 

Jan Roland Eriksson




quote this post edit post

IP Loged report this post

Old Post  06-25-04 - 09:15 AM  
On Thu, 24 Jun 2004 16:19:45 -0700, Aaron <agchandler@comcast.not>
wrote:

What you really have is as follows...

><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"
><img src="images/house_01.jpg" alt=""
><img src="images/house_02.jpg" alt=""
></div
>



Post Follow-Up to this message ]
Re: space between images
 

Roderik




quote this post edit post

IP Loged report this post

Old Post  05-20-05 - 09:21 AM  
Roderik wrote:
>
> At: http://www.vrijgezellenfeest.nl/
> Above google you see some small banners. In firefox and internet
> explorer the banners break to a new line when there is no space for
> another one.
> In firefox the position of the banners that do fit on the first line of
> banners keeps the same, in internet explorer the space that is left on
> the line appears to be distributed between the images of the banners.
> The distribution should not happen, what do I need to change in the CSS
> to accomplish no (re)distribution?

I accidentaly found out what the problem was. Actually Firefox rendered
it wrong in my opinion (which is most often not the case). The text
alignment was set to justify which was desired to be left.


Post Follow-Up to this message ]
Re: space between images
 

Gus Richter




quote this post edit post

IP Loged report this post

Old Post  05-22-05 - 12:35 PM  
Roderik wrote:
> Roderik wrote:
> 
>
>
> I accidentaly found out what the problem was. Actually Firefox rendered
> it wrong in my opinion (which is most often not the case). The text
> alignment was set to justify which was desired to be left.

Yes, it's a long outstanding bug.
https://bugzilla.mozilla.org/show_bug.cgi?id=182649

--
Gus


Post Follow-Up to this message ]
Re: space between images
 

Gus Richter




quote this post edit post

IP Loged report this post

Old Post  05-25-05 - 12:46 AM  
Roderik wrote:
> Roderik wrote:
> 
>
>
> I accidentaly found out what the problem was. Actually Firefox rendered
> it wrong in my opinion (which is most often not the case). The text
> alignment was set to justify which was desired to be left.

Yes, it's a long outstanding bug.
https://bugzilla.mozilla.org/show_bug.cgi?id=182649

--
Gus


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 04:15 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Stylesheets archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top