P
paul.richards
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 http://www.w3schools.com/aspnet/firstpage.aspx it
shows:
Hello W3Schools! (with a yelow background).
Its the same file - what's the difference?
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 http://www.w3schools.com/aspnet/firstpage.aspx it
shows:
Hello W3Schools! (with a yelow background).
Its the same file - what's the difference?