Good day, I need help
I have div in my aspx page, but the div has a broad border around the page.
I would like to have no border alomst like the div is not there
I have div in my aspx page, but the div has a broad border around the page.
I would like to have no border alomst like the div is not there
Code:
<link rel="stylesheet" type="text/css" href="dialog_box.css"rel="stylesheet" />
<script type="text/javascript" src="..."></script>
</HEAD>
<body>
<form id="Form1">
[B]<div id="content" style="border :none;">[/B]
<tr>
</tr>
</table>
[B]</div>[/B]
</form>
</body>
</html>
Comment