Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stripping Table HTML from CreateUserWizard

Status
Not open for further replies.

nevets2001uk

IS-IT--Management
Jun 26, 2002
609
GB
Is it possible via code to change the way a CreateUserWizard control is rendered? I've customised the steps to use some divs etc to layout the content to match my page formating but the control seems to generate some code such as

</p>
<table cellspacing="0" cellpadding="0" border="0" id="CreateUserWizard1" style="border-collapse:collapse;">
<tr style="height:100%;">
<td style="border-width:0px;"><table cellspacing="0" cellpadding="0" border="0" style="height:100%;width:100%;border-collapse:collapse;">
<tr>
<td style="height:100%;width:100%;">

at the beginning which I would like to strip out for cleaner markup.

Steve G (MCSE / MCSA:Messaging)
 
You can use control adapters to change how the html is rendered. i have only used them with the CSS Friendly Adapters project on CodePlex. I don't have any direct experience with writing them though.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top