/    Sign up×
Community /Pin to ProfileBookmark

how do i stick my page to the left?

here is the page
[url]http://www.angelfire.com/pe/ace4u[/url]
i want to stick it to the left
and get rid of the space that is on the edge
but i forgot how to
please help

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@tegraphixOct 17.2005 — add this to the HEAD section:
[CODE]
<style type="text/css">
<!--
body {padding: 0; margin: 0;}
//-->
</style>
[/CODE]
Copy linkTweet thisAlerts:
@CharlesOct 17.2005 — Except tito is using XHTML and you oughtn't comment out script and styles in XHTML.

Better yet, switch to HTML 4.01 Strict.
Copy linkTweet thisAlerts:
@tegraphixOct 17.2005 — I use XHTML and have never had a problem with commenting out scripts and styles.
Copy linkTweet thisAlerts:
@CharlesOct 17.2005 — I expect that you are using an XHTML/HTML hybrid and telling browsers that it's just HTML. In XHTML browsers are permitted to ingonre [i]anything[/i] inside those comments. That's why the XHTML 1.0 specification says to not use them with SCRIPTs and STYLEs.
×

Success!

Help @tito_316 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,
)...