RE: Removing extra space between images

2003-08-20 Thread Hugo Ahlenius
WWW: http://www.grida.no - | -Original Message- | From: Joshua Miller [mailto:[EMAIL PROTECTED] | Sent: Tuesday, August 19, 2003 15:20 | To: CF-Talk | Subject: RE: Removing extra space between images | | | Try

RE: Removing extra space between images

2003-08-20 Thread Joshua Miller
] * -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 2:58 AM To: CF-Talk Subject: RE: Removing extra space between images Filtering out ALL spaces would also mean that you

RE: Removing extra space between images

2003-08-19 Thread Joshua Miller
Message- From: Terry Troxel [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:52 PM To: CF-Talk Subject: Re: Removing extra space between images I guess I wasn't specific enough for you Mike. I have the images displaying perfectly one image wide. It's the space between the images above

RE: Removing extra space between images

2003-08-19 Thread Ian Skinner
BloodSource Sacramento, CA -Original Message- From: Mike Alberts [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 4:03 PM To: CF-Talk Subject: Removing extra space between images No offense, but this just isn't true. I've got code on sites that puts 2 images in a table cell that display

RE: Removing extra space between images

2003-08-18 Thread Hugo Ahlenius
, August 17, 2003 13:07 | To: CF-Talk | Subject: Re: Removing extra space between images | | | I would consider writing this code like so: | | cfscript | cfset x = 40; | cfset y = 100; | cfset z = 50; | cfset total = x+y+z; | | transomImage=''; | if (transom is 1) | transomImage = 'img src

Removing extra space between images

2003-08-18 Thread Mike Alberts
You're trying to jam up to 3 50px wide images into a table cell that is only 50px wide. Put line breaks after your image tags, and set the valign of your table cell to top. HTH Mike I an trying to dynamically build an html table and draw wall modules and am having a problem with html or CF

RE: Removing extra space between images

2003-08-18 Thread Ian Skinner
Sacramento, CA -Original Message- From: Mike Alberts [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 9:10 AM To: CF-Talk Subject: Removing extra space between images You're trying to jam up to 3 50px wide images into a table cell that is only 50px wide. Put line breaks after your

Removing extra space between images

2003-08-18 Thread Mike Alberts
You're trying to jam up to 3 50px wide images into a table cell that is only 50px wide. Put line breaks after your image tags, and set the valign of your table cell to top. HTH Mike I an trying to dynamically build an html table and draw wall modules and am having a problem with html or CF

Removing extra space between images

2003-08-18 Thread Mike Alberts
No offense, but this just isn't true. I've got code on sites that puts 2 images in a table cell that display one on top of the other without any space showing in the browser, and not only are the image tags not on the same line, there's a blank line of white space between them. Mike

Re: Removing extra space between images

2003-08-18 Thread Terry Troxel
it displays perfectly, it's just it becomes impossible to edit, read that's all. Terry - Original Message - From: Mike Alberts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 18, 2003 1:35 PM Subject: Removing extra space between images You're trying to jam up to 3

Re: Removing extra space between images

2003-08-17 Thread Calvin Ward
] Sent: Friday, August 15, 2003 6:54 PM Subject: Re: Removing extra space between images If you read the bottom of my post you will see that is what I am trying to get away from as it is really hard to modify or read the code if it is all in one line. Terry - Original Message - From

Re: Removing extra space between images

2003-08-17 Thread Calvin Ward
I forgot to finish this like: kickplateImage should read kickplateImage = ''; - Original Message - From: Calvin Ward [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, August 17, 2003 7:07 AM Subject: Re: Removing extra space between images I would consider writing this code

Removing extra space between images

2003-08-16 Thread Mike Mertsock
I replied to this question in the Removing Extra Lines thread - check out http://www.houseoffusion.com/lists.cfm?link=m:4:26439:132965 Mike Mertsock ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Re: Removing extra space between images

2003-08-16 Thread Terry Troxel
, 2003 1:51 PM Subject: Re: Removing extra space between images Quite often if image tags are on seperate lines in your code there will be an extra space...put the td tags and the images all in one huge line and see if that helpsmabye even the tr tags as well Bryan Stevenson B.Comm. VP

Re: Removing extra space between images

2003-08-16 Thread Scott Weikert
At 01:51 PM 8/15/2003 -0700, you wrote: Quite often if image tags are on seperate lines in your code there will be an extra space...put the td tags and the images all in one huge line and see if that helpsmabye even the tr tags as well Also with /td tags, if you have a return between the

Removing extra space between images

2003-08-15 Thread Terry Troxel
I an trying to dynamically build an html table and draw wall modules and am having a problem with html or CF adding extra space between images. Here is an simplistic example: cfset x = 40cfset y = 100cfset z = 50cfset total = x+y+z table width=50 cellpadding=0 cellspacing=0 tr td width=50

Re: Removing extra space between images

2003-08-15 Thread Bryan Stevenson
- Original Message - From: Terry Troxel [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 15, 2003 9:05 AM Subject: Removing extra space between images I an trying to dynamically build an html table and draw wall modules and am having a problem with html or CF adding extra space