Tuesday, February 10, 2009

Remove extra html markup from visual studio for portlets without it complaining

I usually just delete the , tags etc from a portlet page in visual studio, but it always causes annoying side effects like my autocomplete stops working and everything throws a 'does not validate' warning. Its probably obvious, but i got around this by putting in inline code snippets around my extra html tags that only displayed them if its not gatewayed...

This was VS doens't have a fit and you still don't get extra body tags in your portal. Have a better way of doing it? Let me know.

1 comment:

Geoff Garcia said...

Sounds good!
Can you toss in a snippet so I can see what ya mean? I'm a noobish coder!