Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Mixing FrontPage and ASP.NET

0 views
Skip to first unread message

Rick Spiewak

unread,
May 27, 2003, 11:59:52 PM5/27/03
to
Is there a simple way to use FrontPage themes in an ASP.NET web design?


Luke Zhang [MS]

unread,
May 28, 2003, 1:45:32 AM5/28/03
to
There is no direct to apply FrontPage theme in a VS.NET web appliaction.
You can create HTML file in FrontPage based on a theme, and save the html
page, and then open the HTML file in notepad, find related code in it, for
example:

<body background="_themes/ricepapr/ricebk.jpg" bgcolor="#FFFFFF"
text="#000000" link="#666633" vlink="#333366" alink="#990000"><!--mstheme-->

Then copy these code to VS.NET HTML editor to apply the style.


Luke

(This posting is provided "AS IS", with no warranties, and confers no
rights.)

0 new messages