If I have my page margin set to 5 or 10 pixels is there anyway to overwrite that for something I want to cover the entire width of the page?
If I have my page margin set to 10 and there is something I want to cover the page width and I set it to zero, it still has the 10… it uses that as the default for maximum margin
sample…
use div inside body to creat margin – eg
or you may want to se margin via class and overwrite it on fly from javascript
EDIT: Classic javascript on fly replacement