Board index » dotnet-framework-aspnet » Newbie starting problem
|
paul.richards
|
Newbie starting problem
2007-03-06 10:40:22 PM
Hi, If I create a file with this content: <html> <body bgcolor="yellow"> <center> <h2>Hello W3Schools!</h2> </center> </body> </html> And save it as aspx, when viewed in Internet Explorer it just looks like: - <html> - <body bgcolor="yellow"> - <center> <h2>Hello W3Schools!</h2> </center> </body> </html> However, if I view www.w3schools.com/aspnet/firstpage.aspx it shows: Hello W3Schools! (with a yelow background). Its the same file - what's the difference? - |
