Thread: marginleft
View Single Post
Old 2005-11-12, 05:26 AM   #2
MeatPounder
Women might be able to fake orgasms But men can fake whole relationships
 
MeatPounder's Avatar
 
Join Date: Oct 2003
Location: Fort Lauderdale, Fl
Posts: 2,408
<body leftmargin="0"
topmargin="0" marginwidth="0" marginheight="0">

or in css

<style type="text/css"><!--
body {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px
}
--></style>
MeatPounder is offline   Reply With Quote