Posted by Kimmo Laine on 05/30/06 11:35
"Des" <desotuatail@aol.com> wrote in message
news:1148986476.599178.249480@y43g2000cwc.googlegroups.com...
>I need to get my table up to the top and left of the browser window as
> i
> am loosing a lot of content area. Eny help on this please.
>
> http://www.des-otoole.co.uk/ybc/Template.html
You need to override the default margin the page has. You can do this with
css:
insert into your <head></head> section the following:
<style type="text/css">
body {
margin:0px;
padding:0px;
}
</style>
(Nothing to do with php, by the way. This is purely html-related question,
hence in the wrong newsgroup.)
--
"ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" -lpk
spam@outolempi.net | Gedoon-S @ IRCnet | rot13(xvzzb@bhgbyrzcv.arg)
Navigation:
[Reply to this message]
|