Posted on: 4/3/2014 4:20:05 PM | Views : 212

In my windows form. i have copied>pasted the design part from a HTML file. (made with wordpress)
But there came a problem. In the top of my page there is a white area which i could not delete.  Probably it is css.
Please help me remove the white portion at the top of my page
<%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> #top_add { font-size:13px; color:#FFF; font-family: Arial, Helvetica, sans-serif; float: right; margin:3px;} #navbar ul {background:#FFF; margin:0; padding:5px; list-style-type:none;} #navbar ul li { background:#FFF;padding:2px; float:left; margin-bottom ...

Go to the complete details ...