Since there a lot of divs with float:left css properties, removing the inline html will require you to add the clear:both to the css file instead, and have a div to apply it to...
Maybe this is a feature that could be added - Have the ability to customise the markup a little better without having to worry about losing changes when you upgrade..
I just think the br and possibily the wrapping div around the field is a little excessive (i don't normally need them when styling with css)... I just like html to be as minial as possible :)
How do you change the markup
Not sure why, but Contour generates a <br style="clear: both;"> within each contour field holder before the holder closes.
Is there a way of tidying up the markup that is generated by Contour?
Hamish,
You can update the ascx file RenderForm.ascx but if you upgrade you will lose changes or you could target the br using css and set to display none e.g
Regards
Ismail
Since there a lot of divs with float:left css properties, removing the inline html will require you to add the clear:both to the css file instead, and have a div to apply it to...
Maybe this is a feature that could be added - Have the ability to customise the markup a little better without having to worry about losing changes when you upgrade..
I just think the br and possibily the wrapping div around the field is a little excessive (i don't normally need them when styling with css)... I just like html to be as minial as possible :)
is working on a reply...