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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Browser Caps

Status
Not open for further replies.

cjburkha

Programmer
Jul 30, 2004
76
US
Hi,

In order to render the same across browsers, I put the following in my web.config file:
Code:
<browserCaps>

  TagWriter=System.Web.UI.HtmlTextWriter
</browserCaps>

I want all browsers to render 4.0 compliant html so my pages look the same across Firefox, Opera, IE, and Safari.

I have seen more intricate browerCaps declarations, but they can miss Opera with its various quirks.

My question is, has anyone done this? Any advice? Is this a good idea or a terrible one?

Thanks for your ideas

CJB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top