Groups | Blog | Home
all groups > asp.net > june 2004 >

asp.net : Simple Question on Table formating....


Veeresh
6/24/2004 10:59:15 PM
Hello All,
In the below code even though I specified 50% width for each TD, left side
cell is not getting wraped after reaching 50%. How to make sure when my cell
data is "/" to set to the required width ? How to make sure the left side
data will be 50% wdth. If I use any other character it works great. Thanks,
Veer


<table width='100%' border = "1">
<tr>
<td width = "50%">/////// //////// //////// /////// //////// ///////
////// //////// /////// /////// ////// ///// /////// /////// ////////////
///// ////// //////// ///////</td>
<td width = "50%">******* ******** ******** ******* ******** *******
****** ******** ******* ******* ****** ***** ******* ****** *************
***** ****** ******** *******</td>
<tr>
</table>

Kevin Spencer
6/25/2004 8:02:36 AM
Take the spaces out of your attribute declaration:

<td width="50%"...

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

[quoted text, click to view]

Veeresh
6/25/2004 9:25:56 AM
Kevin
I really appreciate your answer. It appears that my problem is still not
solved.
On my production report has these kind of data and literally it is going
beyond 100% resulting not able to take prinout in A4 size prinouts. Badly
need help.
Veer

[quoted text, click to view]

ashelley NO[at]SPAM inlandkwpp.com
6/25/2004 4:30:37 PM
On Fri, 25 Jun 2004 09:25:56 -0700, "Veeresh" <Veer1989@hotmail.com>
[quoted text, click to view]

it seems to be an IE bug. I tried firefox and ie and firefox handles
it properly.

AddThis Social Bookmark Button