/    Sign up×
Community /Pin to ProfileBookmark

Text Margins in HTML

Is there any HTML code to make text margins? Everything I have found on Google is either for a special program, or doesn’t work at all.

I just don’t want all my text on the very edge of the window with my webpage, maybe 3/4″ on each side? But I’ll experiment with the amount of margin space…

Thanks,
Mark

to post a comment
HTML

5 Comments(s)

Copy linkTweet thisAlerts:
@stacywacyApr 04.2006 — Do you mean like

<style type = "text/css">

body {

margin:20px;

}

</style>
Copy linkTweet thisAlerts:
@Mark89authorApr 04.2006 — that didn't work. go to http://designatedrecords.wildavisproductions.com to see what i mean when i say it's on both edges. i want there to be a good amount of space between the text and the edge of the window.
Copy linkTweet thisAlerts:
@stacywacyApr 04.2006 — That's the only way I know how to do it, and it works for me. Substitute the 20px for whatever number you want. Also you can try (I don't know the short-hand way),

<style type = "text/css">

margin-left: 200px;

margin-right: ;

margin-top: ;

margin-bottom: ;

</style>

Or, do you just want to center your whole page?

[COLOR=White].[/COLOR]
Copy linkTweet thisAlerts:
@Mark89authorApr 04.2006 — does px stand for pixels?
Copy linkTweet thisAlerts:
@stacywacyApr 04.2006 — Yes, but you can use whatever you want %, em, px, pt, or whatever works for you.
×

Success!

Help @Mark89 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 5.18,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

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

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...