Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am using .net 3.5 framework.
In my application in single <tr> tag I just take 2 <td>, one is for my bitmap and one is for my MSchart control.
I want to show bitmap image and chartcontrol chart as close as they can, but due to paddings in <td> it looks quite separated.

I had experiment "align" property and "style" property already, but it dosen't work for me.
In "Style" property I just set padding as "zero".

Can anybody suggest me somthing to overcome that issue?

In the table control I have already set :
XML
<table id="tblProjStatusInner"   runat="server" border="0" cellpadding="0" cellspacing="0">


Still it doesn't work.


Thanks & Regards
Yogesh
Posted
Updated 6-Jan-11 21:42pm
v3
Comments
Dalek Dave 7-Jan-11 3:42am    
Edited for Grammar, Spelling, Syntax and Readability.

1 solution

It's actually the table that controls this:

<table cellpadding="0" cellspacing="0" ...
 
Share this answer
 
Comments
YOGESH DHAGE 3-Jan-11 6:43am    
Yes friend,
thanks for attention to my question,
but
<table id="tblProjStatusInner" runat="server" border="0" cellpadding="0" cellspacing="0">
was allready set there,still it dosent work
Dalek Dave 7-Jan-11 3:42am    
Spot on John.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900