Home All Groups Group Topic Archive Search About
Author
27 Apr 2006 4:05 AM
Prashant Majhwar
The webpartzone is rendered as

<table cellspacing="0" cellpadding="0" border="0"
id="ctl00_ContentPlaceHolder1_WebPartZone1">
<tr>
  <td style="height:100%;"><table cellspacing="0" cellpadding="0" border="0"
style="width:100%;height:100%;">

I want to use DIV instead of TABLE to render the WebPartZone. Is it
possible to do it?
How?

Author
4 May 2006 2:08 PM
DWS
You can easily put the webpartzone in a DIV?
The table is used to render webparts in the webpartzone.

Good Luck
DWS

Show quoteHide quote
"Prashant Majhwar" wrote:

> The webpartzone is rendered as
>
> <table cellspacing="0" cellpadding="0" border="0"
> id="ctl00_ContentPlaceHolder1_WebPartZone1">
>  <tr>
>   <td style="height:100%;"><table cellspacing="0" cellpadding="0" border="0"
> style="width:100%;height:100%;">
>
>  I want to use DIV instead of TABLE to render the WebPartZone. Is it
> possible to do it?
> How?
>
>
>