Master page from html

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have been given an html page with look an feel of a client's web site. How
can I turn this page into a master page?

Thanks

Regards
 
OK, the client already has a website which follows a particular look/feel,
page dimensions, top navigation etc. They want me to develop an asp.net app
but still want me to follow the same style as the existing site. I figure,
if I take a page from the existing site and turn the common elements into a
master page then it would be useful.

Thanks

Regards
 
OK, the client already has a website which follows a particular look/feel,
page dimensions, top navigation etc. They want me to develop an asp.net app
but still want me to follow the same style as the existing site. I figure,
if I take a page from the existing site and turn the common elements into a
master page then it would be useful.

Hi John:

There is no automatic way to extract a master page from an existing
page. You'll have to pull of the common layout and put it into the
master page by hand. Common UI pieces that appear on more than one
page are candidates to become user controls.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top