AspNewbie
AspNewbie

Reputation: 27

Nerd Dinner - labels for textfields are broken

I am trying to learn ASP.NET (since I know C#) so I have decided to follow Nerd Dinner Tutorial. I am having trouble in part 5 of tutorial. I exactly followed tutorial, even pasted whole code to my visual studio, but when I was supposed to create EDIT VIEW, my result was different than one in tutorial.

Please take a look at following pictures and think, where might problem be. I did not customise anything, everything is default. Please look at the images below.

http://i49.tinypic.com/wweooi.png

http://i46.tinypic.com/21oaufd.jpg

Upvotes: 1

Views: 65

Answers (1)

Raja
Raja

Reputation: 3618

I think you would not have added the CSS file. Add that and it should be fine.

HTH

Upvotes: 2

Related Questions