English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have been using Dreamweaver.

2007-09-27 09:06:01 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

The tag

is deprecated and should NOT be used.
The best centering way is into a CSS file (or on-line "style")
with:
BODY {
margin-left:10%;
margin-right:10%
}
or if it is a table or a division, set the paddings and so on.
The list of CSS "tags" are here:
http://www.w3schools.com/css/css_reference.asp

2007-09-28 01:46:32 · answer #1 · answered by just "JR" 7 · 0 0

The proper way would be to put it into a div and center the div or span with CSS and not with HTML at all. I believe the Center tag has been deprecated in HTML according to the W3C.

2007-09-27 10:48:32 · answer #2 · answered by Kevin 4 · 1 0

The HTML command for center is

CONTENT
. Are you working in Flash language???

Jeremy Miller
http://www.bugonptc.com

2007-09-27 09:10:12 · answer #3 · answered by Anonymous · 1 2

Put a center tag just below the opening body tag. Like this
...


Your content here

2007-09-27 09:09:35 · answer #4 · answered by Julie L 6 · 1 3

fedest.com, questions and answers