ASP.NET Webpage

03/24/2017 14:45 アルカード#1
I am making website(newbie here) i got issue with site.


I can't remove left and right side borders on my website and my footer can't be
stretch to full size.





Here is preview:

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
03/25/2017 22:37 atom0s#2
Try using something like the following to remove the side borders.
Code:
html, body { margin: 0; padding: 0; }

Without seeing other code, hard to tell what you are doing though to create those borders if they are not just typical overall margin/padding.