/    Sign up×
Community /Pin to ProfileBookmark

Browser window borders or spaces

I don’t know if this is an html question or javascript but currently I am using a javascript to open a page and I can not seem to get rid of the border on the left and top. Any help would be deeply appreciated. Thanks.

[url]www.christianemillinger.com[/url]

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@pyroNov 26.2003 — It's neither... ?

Try CSS:

<style type="text/css">
body {
margin: 0;
padding: 0;
}
</style>
Copy linkTweet thisAlerts:
@rosebudjoyauthorNov 26.2003 — Thanks very much. It works great. I need to dig into the CSS thing.
Copy linkTweet thisAlerts:
@fredmvNov 26.2003 — [i]Originally posted by rosebudjoy [/i]

[B]I need to dig into the CSS thing. [/B][/QUOTE]
You may find [url=http://www.w3schools.com/css/]this tutorial[/url] helpful to start with. ?
×

Success!

Help @rosebudjoy spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...