UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

Sponsored Links

+- Recent Posts

Re: German Language files by Tony_R
Today at 07:49:36 am

Re: German Language files by Tony_R
May 15, 2012, 02:09:12 pm

Re: German Language files by EzPortal
May 15, 2012, 02:00:02 pm

Re: German Language files by Tony_R
May 15, 2012, 01:55:26 pm

Re: German Language files by EzPortal
May 15, 2012, 01:38:52 pm

Re: German Language files by Tony_R
May 15, 2012, 01:29:19 pm

Re: German Language files by Tony_R
May 15, 2012, 09:44:14 am

Re: German Language files by Tony_R
May 15, 2012, 08:34:06 am

Re: German Language files by EzPortal
May 15, 2012, 07:27:30 am

Cache Error ? by Tony_R
May 15, 2012, 05:01:37 am

Quick Menu

Announcements
Community Guidelines & Rules
How To Section
EzPortal Showcase
Support

Author Topic: Space between pictures in the table  (Read 2765 times)

0 Members and 1 Guest are viewing this topic.

Offline kaise

  • Posts: 1
  • Karma: 0
    • View Profile
Space between pictures in the table
« on: January 12, 2011, 10:28:49 pm »
If i put a table with 2 colons. On the left is the picture en on the right Colon another picture. But why is there a space between the 2 pictures??

Offline wandawill

  • Posts: 5
  • Karma: 0
    • View Profile
Re: Space between pictures in the table
« Reply #1 on: January 19, 2011, 01:48:42 am »
if I understand you, this table would give you what you want. set cellspacing to 0. your border and padding is up to you. depending where you use this you might need to disable disable TinyMCE. caption is an option.

Code: [Select]
<center><table border="0" cellspacing="0" cellpadding="0">
<CAPTION></CAPTION>
<tr><td align="center"><img src=""></td>
<td align="center"><img src=""></td></tr></table></center>

 

Powered by EzPortal