Alex,
The easiest way to do this is to set the TargetSchema property of the page
object.
You can do this in design view. Set the property window's drop down to
document and you'll see the TargetSchema property in the list. You can set a
page's output to target older browsers if you want.
If you are targeting newer browsers (netscape 7.0, IE6, opera's latest
version, etc.) They should all appear pretty similar. My site for example
appears exactly the same in all and my target schema is set for internet
explorer 5.0.
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
www.aboutfortunate.com
"Out of chaos comes order."
Nietzche
"Alex" <> wrote in message
news:010001c363af$78190c80$...
> Just starting with ASP.Net, sorry in for the basic
> question.
>
> All my Web Form controls (text boxes, combo boxes, data
> grids, etc.) appear totally different when viewed in any
> browser other than IE: differt size, background, and
> borders. Is there an easy way to achieve consistency
> between how the controls look in IE and, say, Netscape.
>
> Many thanks in advance.