Click to See Complete Forum and Search --> : Right up to the line


JBJB
02-13-2006, 11:39 AM
Please help a self-taught oldie with a low brain speed. How do I push images/text right up to the top line and have no margin showing? Gear=XP Pro + IE6. JBJB

BonRouge
02-13-2006, 11:49 AM
css...body {
margin:0;
padding:0;
}

Kravvitz
02-13-2006, 12:08 PM
Is this what you want?
<style type="text/css">
body {
margin: 0;
padding: 0;
}
</style>

Edit: Bonrouge beat me to it.

JBJB
02-13-2006, 01:52 PM
Thank you Kravvitz. You win because Bon Rouge did not make it clear that the code sits within <style> </style>. It worked, naturally.

This is a wonderful site if you're stuck with a problem.

JBJB

BonRouge
02-14-2006, 01:04 AM
May I recommend the first link in Kravvitz's sig...?