Removing White Space above the Form Tag
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I want to convert a nice graphics design Html Template to ASP.NET Master page. Ok, the graphcis starts immideately from the (body) tag so that in the Web browser, no white space line is shown betwenn graphics and tool bar. But when I use Asp.net web form, the whole content must be placed between (form) tag if I want to place server control like Content Control of Master page. So When Form starts a white space is created all the time. Is there any technique available to avoid this ? Thanks and regards Emran