View Single Post
  #2 (permalink)  
Old 02-27-2008, 04:10 AM
notrub225 notrub225 is offline
Senior Member
 
Join Date: Jan 2008
Location: chicago
Posts: 101
Default

Quote:
Originally Posted by murugesanme View Post
Hi,

I am using Form Class and designed the form fields and done the validation. But the problem is, alignment. When echo the form, it is taking "dt" & "dd" tag and the label and the fields are coming inside this tag. I want to remove this tag and want to put my tag. How to do this. I tried the addDecorator() function also. Can anyone tell me how to remove this tags and to put our own tags.?

-Mugesh.
Did you figure this out? I know how to change this, but I would not recommend it. It's there for a reason and you can actually use it to your advantage with CSS code. I can tell you what CSS to use if you post a snippet of the HTML output.
Reply With Quote