[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 08-09-2007, 01:56 AM   #1 (permalink)
Account Closed
 
Bucaneiro's Avatar
 
Join Date: Mar 2007
Posts: 254
128.25 NP$ (Donate)

Bucaneiro is on a distinguished road


Problem with Image-Ready slices

Hello,

I'm having a little problem with Image-Ready slices. I exported them, build up the website ok in Dreamweaver, but, when viewing the website in IE (only IE), there are some strange spaces between the images.
Bucaneiro is offline  
Old 08-09-2007, 03:24 AM   #2 (permalink)
NamePros Regular
 
Join Date: Jun 2003
Location: Louisiana, USA
Posts: 665
33.75 NP$ (Donate)

painperdu has a spectacular aura aboutpainperdu has a spectacular aura about


I don't use Image Ready so I may be wrong. It sounds like a table cell spacing problem.
__________________
******dotbob.com******
Cheap Domain Name Registrations
**** -Dotbob.com
painperdu is offline  
Old 08-09-2007, 03:34 AM   #3 (permalink)
krossat.com
 
Krossat's Avatar
 
Join Date: Jul 2007
Location: New Zealand
Posts: 3,623
1,035.00 NP$ (Donate)

Krossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant future

Child Abuse Ethan Allen Fund Animal Rescue AIDS/HIV South Asia Earthquake Relief Cystic Fibrosis Myanmar Relief Animal Cruelty
It has to do with the border width.
when u open the html in dreamweaver, click on each image frame and specifically write 0 in the border field. that should fix it.

Last edited by Krossat; 08-09-2007 at 03:42 AM.
Krossat is offline  
Old 08-09-2007, 04:54 AM   #4 (permalink)
Account Closed
 
Bucaneiro's Avatar
 
Join Date: Mar 2007
Posts: 254
128.25 NP$ (Donate)

Bucaneiro is on a distinguished road


Still having the same problem. Here's a snippet of image code:

<img src="images/corpo_16.jpg" width="163" height="46" border="0" style="margin:0; padding:0;">
Bucaneiro is offline  
Old 08-09-2007, 06:11 AM   #5 (permalink)
Danltn.com
 
Daniel's Avatar
 
Join Date: May 2007
Location: Danltn.com / Nottingham, UK
Posts: 1,201
13.51 NP$ (Donate)

Daniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond repute

Ethan Allen Fund Ethan Allen Fund
Could you post the site in question? It's a lot easier to tell that way.
Daniel is offline  
Old 08-09-2007, 06:23 AM   #6 (permalink)
Account Closed
 
Bucaneiro's Avatar
 
Join Date: Mar 2007
Posts: 254
128.25 NP$ (Donate)

Bucaneiro is on a distinguished road


I don't have it live, just localhost. I'm posting the source here:

Code:
<table width="780" height="480" align="center" cellpadding="0" cellspacing="0" style="margin-top:62px; padding:3px; border:dashed 2px #666666;">
	<tr>
		<td>
			<img src="images/corpo_01.jpg" width="196" height="129" border="0" style="margin:0; padding:0;"></td>
		<td>
			<img src="images/corpo_02.jpg" width="193" height="129" border="0" style="margin:0; padding:0;"></td>
		<td colspan="2">
			<img src="images/corpo_03.jpg" width="391" height="129" border="0" style="margin:0; padding:0;"></td>
	</tr>
	<tr>
		<td rowspan="3">
			<img src="images/corpo_04.jpg" width="196" height="115" border="0" style="margin:0; padding:0;"></td>
		<td rowspan="3">
			<img src="images/corpo_05.jpg" width="193" height="115" border="0" style="margin:0; padding:0;"></td>
		<td>
			<img src="images/corpo_16.jpg" width="163" height="46" border="0" style="margin:0; padding:0;"></td>
		<td>
			<a href="comunicacao.php" title="Comunicação do seu jeito"><img src="images/menu_01.jpg" style="margin:0; padding:0;" width="228" height="46" border="0"></a></td>
	</tr>
	<tr>
		<td>
			<img src="images/corpo_11.jpg" width="163" height="32" border="0" style="margin:0; padding:0;"></td>
		<td>
			<a href="parlamentar.php" title="Parlamentar"><img src="images/menu_02.jpg" style="margin:0; padding:0;" width="228" height="32" border="0"></a></td>
	</tr>
	<tr>
		<td>
			<img src="images/corpo_12.jpg" width="163" height="37" border="0" style="margin:0; padding:0;"></td>
		<td>
			<a href="noticias.php" title="Notícias"><img src="images/menu_03.jpg" style="margin:0; padding:0;" width="228" height="37" border="0"></a></td>
	</tr>
	<tr>
		<td rowspan="4">
			<img src="images/corpo_06.jpg" width="196" height="126" border="0" style="margin:0; padding:0;"></td>
		<td rowspan="4">
			<img src="images/corpo_07.jpg" width="193" height="126" border="0" style="margin:0; padding:0;"></td>
		<td>
			<img src="images/corpo_13.jpg" width="163" height="33" border="0" style="margin:0; padding:0;"></td>
		<td>
			<a href="parceiros.php" title="Parceiros"><img src="images/menu_04.jpg" style="margin:0; padding:0;" width="228" height="33" border="0"></a></td>
	</tr>
	<tr>
		<td>
			<img src="images/corpo_14.jpg" width="163" height="38" border="0" style="margin:0; padding:0;"></td>
		<td>
			<a href="nos.php" title="Nós"><img src="images/menu_05.jpg" style="margin:0; padding:0;" width="228" height="38" border="0"></a></td>
	</tr>
	<tr>
		<td>
			<img src="images/corpo_15.jpg" width="163" height="33" border="0" style="margin:0; padding:0;"></td>
		<td>
			<a href="contato.php" title="Contato"><img src="images/menu_06.jpg" style="margin:0; padding:0;" width="228" height="33" border="0"></a></td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="images/corpo_16-20.jpg" width="391" height="22" border="0" style="margin:0; padding:0;"></td>
	</tr>
	<tr>
		<td>
			<img src="images/corpo_08.jpg" width="196" height="110" border="0" style="margin:0; padding:0;"></td>
		<td>
			<img src="images/corpo_09.jpg" width="193" height="110" border="0" style="margin:0; padding:0;"></td>
		<td colspan="2">
			<img src="images/corpo_08-23.jpg" width="391" height="110" border="0" style="margin:0; padding:0;"></td>
	</tr>
</table>
I can't find anything that may cause the huge spaces between the images. =/
Bucaneiro is offline  
Old 08-09-2007, 06:51 AM   #7 (permalink)
krossat.com
 
Krossat's Avatar
 
Join Date: Jul 2007
Location: New Zealand
Posts: 3,623
1,035.00 NP$ (Donate)

Krossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant future

Child Abuse Ethan Allen Fund Animal Rescue AIDS/HIV South Asia Earthquake Relief Cystic Fibrosis Myanmar Relief Animal Cruelty
Zip up the image slices and the html and send it. I will fix it up for you.
mail to the pm'ed email addy
Krossat is offline  
Old 08-09-2007, 06:54 AM   #8 (permalink)
Adrian
 
Hitch's Avatar
 
Join Date: Aug 2005
Location: Uk, South Yorkshire
Posts: 1,227
16.00 NP$ (Donate)

Hitch is a splendid one to beholdHitch is a splendid one to beholdHitch is a splendid one to beholdHitch is a splendid one to beholdHitch is a splendid one to beholdHitch is a splendid one to beholdHitch is a splendid one to behold

Animal Rescue Third World Education Find Marrow Donors!
Try changing the top line from,

HTML Code:
<table width="780" height="480" align="center" cellpadding="0" cellspacing="0" style="margin-top:62px; padding:3px; border:dashed 2px #666666;"> 
To,
HTML Code:
<table width="780" height="480" align="center" cellpadding="0" cellspacing="0" style="margin-top:62px; padding:0px; border:dashed 2px #666666;"> 
__________________
NamePros
Hitch is offline  
Old 08-09-2007, 08:01 AM   #9 (permalink)
krossat.com
 
Krossat's Avatar
 
Join Date: Jul 2007
Location: New Zealand
Posts: 3,623
1,035.00 NP$ (Donate)

Krossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant futureKrossat has a brilliant future

Child Abuse Ethan Allen Fund Animal Rescue AIDS/HIV South Asia Earthquake Relief Cystic Fibrosis Myanmar Relief Animal Cruelty
Hi Bucaneiro,
Please check ur mail, ive sent the html back.
Rohan
Krossat is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 09:16 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85