T
Troy Jerkins
Can I use html+time DHTML in an ASPX page?
Writing in VB.NET
Following some examples I have the following code in HTML view:
<STYLE>
.time { behavior: url(#default#time2) }
.looks {border: 4px solid black; width:250px;height:250px;
filter
rogid
XImageTransform.Microsoft.Gradient();
color:white;font-size:28; font-family:trebuceht; font-weight:bold;
text-align:center}
</STYLE>
</HEAD>
<BODY>
<?import namespace = t urn = 'urn:schemas-microsoft-com:time' implementation
= '#default#time2' />
.........
</body>
When I try to switch to design, I receive the following dialog box message,
The page cannot be displayed in design view. The page contains one or more
<?import> directives, which is not supported in design view.
Is there another way to do this or do I have to use a page with an .htm
extension?
Regards,
-Troy
Writing in VB.NET
Following some examples I have the following code in HTML view:
<STYLE>
.time { behavior: url(#default#time2) }
.looks {border: 4px solid black; width:250px;height:250px;
filter


color:white;font-size:28; font-family:trebuceht; font-weight:bold;
text-align:center}
</STYLE>
</HEAD>
<BODY>
<?import namespace = t urn = 'urn:schemas-microsoft-com:time' implementation
= '#default#time2' />
.........
</body>
When I try to switch to design, I receive the following dialog box message,
The page cannot be displayed in design view. The page contains one or more
<?import> directives, which is not supported in design view.
Is there another way to do this or do I have to use a page with an .htm
extension?
Regards,
-Troy