Can We Change Structure of aspx page using theme ?

Recommended Answers

All 2 Replies

Member Avatar for stbuchok

Is there a reason you want to use Themes instead of CSS?

First of all download html template from...
http://www.csstemplatesforfree.com/


after downloading the template unzip it on desktop
now create new website...
go to SolutionExplorer...
right click->Add existing item->locate that folder->there will be one index.html file in that folder->also open the images that folder have...->and also the default.css file in that downloded folder....


now in your solution explorer double click index.html file->now copy the code of that html file starting from <HTML> to </HTML>
and now go to default.aspx in source code paste this copied data between <HTML> </HTML> tag of aspx page....

Mark this thread as solved if you have got what i said.....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.