/    Sign up×
Community /Pin to ProfileBookmark

Page Allignment

Hey ive just started using html to build my first website and i was wanting to know how it looked if the words, fieldsets, pictures, etc wernt backed up right aganst the edge of the screen. What would the best way to do this?
Work with tables to create the whole page or is there some special command i can use to get it to sort of center….

I would show you the site i am creating but as of yet i have not found a server upon which i can host it so i hope you understand what im talking about ?

Thanks

to post a comment
HTML

10 Comments(s)

Copy linkTweet thisAlerts:
@KorAug 08.2006 — The modern trend and recommendation (W3C) is to separate content of display. Thus you must learn CSS as well, to align/position elements on the page

http://www.w3.org/MarkUp/Guide/Style

http://www.w3schools.com/css/css_intro.asp
Copy linkTweet thisAlerts:
@Slay121authorAug 08.2006 — oh goody more code!!!!

haha thanks alot mate ?
Copy linkTweet thisAlerts:
@KorAug 08.2006 — HTML-CSS-Javascript are inseparable. You must learn them all, in order to create web pages. You must also understand the basis of the server-side submit & including mechanisms.
Copy linkTweet thisAlerts:
@CharlesAug 08.2006 — You must learn them all, in order to create web pages.[/QUOTE]You'll also need an understanding of design, grammar and typography. And you'll need to be able to see your page from the perspective of users who are quite a bit different from you in their needs and abilities. In short, you'll need both a liberal arts and an engineering education. Fortunately, web pages don't have to be built by just one person and often are better done by teams.
Copy linkTweet thisAlerts:
@KorAug 08.2006 — You'll also need an understanding of design, grammar and typography. And you'll need to be able to see your page from the perspective of users who are quite a bit different from you in their needs and abilities. In short, you'll need both a liberal arts and an engineering education. Fortunately, web pages don't have to be built by just one person and often are better done by teams.[/QUOTE]
Very well said. I will add that each one should understand the basis of the each others' specializations. The graphic designer should know HTML in order to find the best/most economical way do display elements, The developer should know a little bit a server-side language, in order to prepare data to be submited, and so on. Not an easy job... ?
Copy linkTweet thisAlerts:
@CharlesAug 08.2006 — Not an easy job... ?[/QUOTE]Nor a job for one person, I have come to believe.
Copy linkTweet thisAlerts:
@pacerierAug 08.2006 — Hey ive just started using html to build my first website and i was wanting to know how it looked if the words, fieldsets, pictures, etc wernt backed up right aganst the edge of the screen. What would the best way to do this?

Work with tables to create the whole page or is there some special command i can use to get it to sort of center....

I would show you the site i am creating but as of yet i have not found a server upon which i can host it so i hope you understand what im talking about ?

Thanks[/QUOTE]



do you mean to position the elements such that they touch the screen instead of leaving a gap? if so you may try [b]<body style="padding:0px; margin:0px;">[/b]
Copy linkTweet thisAlerts:
@KorAug 08.2006 — do you mean to position the elements such that they touch the screen instead of leaving a gap? if so you may try [b]<body style="padding:0px; margin:0px;">[/b][/QUOTE]
See what I mean? ?

Probably this also, but not only this one, maybe he needs to center an elements as well. Or to padding. Or to float... That is why I indicated him to learn first CSS.

Anyway, the separation means to use rather classes, not styles
<i>
</i>&lt;style type="text/css"&gt;
body{
margin: 0px;
padding: 0px;
}
&lt;/style&gt;
Copy linkTweet thisAlerts:
@felgallAug 08.2006 — To further separate it put it put the CSS in a separate file and link it into all of the pages rather than hard coding it in each
Copy linkTweet thisAlerts:
@Slay121authorAug 13.2006 — K thanks alot ill have a look at all of these suggestions when i get the time.... as i am still just starting to html it might turn out to dificult for the time being.. Your help was awesome thanks alot!
×

Success!

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