skip to Main Content

I want to build a simple website with 4 pages and only language that i know is c#.

That’s why i will use asp.net framework on visualstudio.

I Designed whole my webpages on photoshop however i can’t use div tags, it seems complicated to me. I know, most of you know divs perfectly however i can not.

Is there any software or some simple sites that generates div templates?

I searched a lot however i couldn’t find any simple site or program for that.

What are your suggestions, how should i move forward?

2

Answers


  1. Not sure it’s that hard to be honest… I’ve always found watching a video on PluralSight is usually an excellent starting point for something I don’t understand… They do a free trial too. There are plenty of videos on Web development give it a go!

    Login or Signup to reply.
  2. If you using Visual Studio, one can use a programm called Wisej in conjunction with Visual Studio to build a custom website without dirrectly using html, css, or etc. It has a free trial version which is farly good.Check out for example the site http://www.hrtms.com was devloped using this technology.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search