473,511 Members | 15,081 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

left alignment 3

http://people.tamu.edu/~tmr8907

From the heading called SUMMARY on I would like for this page to be left
aligned.
Jul 20 '05 #1
8 1857
Els


Tyler wrote:
http://people.tamu.edu/~tmr8907

From the heading called SUMMARY on I would like for this page to be left
aligned.


<head>
<center>
<h1>Tyler Renaudin</h1>
<center>
</head>

<body>

would be better:
<head>
<title>Tyler Renaudin</title>
</head>

<body>
<center>
<h1>Tyler Renaudin</h1>
</center>

especially the last </center>, has to have the closing / .

Now all is probably right :-)

--
Els

Mente humana é como pára-quedas; funciona melhor aberta.

Jul 20 '05 #2
"Tyler" <Fa*********@aol.com> wrote in message
news:bv**********@news.tamu.edu...
http://people.tamu.edu/~tmr8907

From the heading called SUMMARY on I would like for this page to be left
aligned.


First, your HTML is invalid. Your <title> should be enclosed within the
<head>, your <h1> should be enclosed within the <body>, and you have two
<center> tags in the head that don't go there. I assume you meant for them
to surround the <h1>, in which case your second <center> should be
</center>. Note that <center> has been depreciated, so you shouldn't be
using that... though that might be the least of your problems. Look into
<div align="center"></div> as an alternative.

Regards,
Peter Foti


Jul 20 '05 #3
Quoth the raven named Tyler:
http://people.tamu.edu/~tmr8907

From the heading called SUMMARY on I would like for this page to be left
aligned.


Remove all the deprecated <center> tags and your page will, by
default, be aligned to the left. If you want a heading centered, use
CSS such as:

h1 {
text-align: center;
}

Centered text is hard to read.

--
-bts
-This space intentionally left blank.
Jul 20 '05 #4
Tyler wrote:

You DO NOT have to start a new thread every time you want to add to your
initial question!
http://people.tamu.edu/~tmr8907

From the heading called SUMMARY on I would like for this page to be left
aligned.


Try correcting your syntax errors: <http://validator.w3.org>
<http://www.htmlhelp.com/tools/validator/charset.html>
<http://www.htmlhelp.com/faq/html/all.html#doctype>

--
David Dorward <http://dorward.me.uk/>
Jul 20 '05 #5
"Beauregard T. Shagnasty" <a.*********@example.invalid> wrote:
h1 {
Centered text is hard to read.


What? Perhaps you mean that a _whole paragraph_ is harder to read
when centered. But H1 is usually a single line.
Jul 20 '05 #6
Quoth the raven named Andreas Prilop:
"Beauregard T. Shagnasty" <a.*********@example.invalid> wrote:
h1 {
Centered text is hard to read.
What? Perhaps you mean that a _whole paragraph_ is harder to read
when centered. But H1 is usually a single line.


Yes of course. Perhaps I should have been a bit more verbose. Or
perhaps the OP understood as the entire page is centered.

Paragraphs of centered text are hard to read. Centering is acceptable
for headings, captions, and the like.

--
-bts
-This space intentionally left blank.
Jul 20 '05 #7
On Wed, 04 Feb 2004 21:09:35 +0100, Els
<el***********@tiscali.nl.invalid> declared in
comp.infosystems.www.authoring.html:

<body>
<center>
<h1>Tyler Renaudin</h1>
</center>

especially the last </center>, has to have the closing / .


Except that <center> is deprecated, use CSS.

h1 {text-align: center';}

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 20 '05 #8
On Wed, 4 Feb 2004 15:13:49 -0500, "Peter Foti"
<pe***@Idontwantnostinkingemailfromyou.com> declared in
comp.infosystems.www.authoring.html:
<div align="center"></div> as an alternative.


The align attribute is also deprecated. Use CSS.

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1665
by: Tyler | last post by:
I am having trouble aligning my headings on the left side, as well as making everything else have left alignment.
6
100367
by: Craig Thomson | last post by:
How can I have some text aligned to the left of the page and some more text aligned to the right using only CSS without a table? SPAN doesn't have any alignment, and there is only a single DIV...
67
10655
by: S.Tobias | last post by:
I would like to check if I understand the following excerpt correctly: 6.2.5#26 (Types): All pointers to structure types shall have the same representation and alignment requirements as each...
2
19368
by: Kay | last post by:
Hello, I have a asp lable control, which I use to display text in, I would like to have the text display aligned in the center and vertical alignment left however when I add the following style...
13
2972
by: aegis | last post by:
The following was mentioned by Eric Sosman from http://groups.google.com/group/comp.lang.c/msg/b696b28f59b9dac4?dmode=source "The alignment requirement for any type T must be a divisor of...
4
2645
by: Austin Powers | last post by:
I want to (on one line) show something like the following ------------------------------------------------------- left centered right...
19
11413
by: ashkaan57 | last post by:
Hi, I have a page in a right-to-left language and I am trying to make some bulleted lists using <ul>, but it puts the bullets to the left. Is there any way I can set the bullets to be on the...
3
7870
by: Sjef Janssen | last post by:
Is it possible to have a box (div) which sets a background-color and which contains (on the same line) text which is left aligned and text which is right aligned. (as in a table: two td's left one...
1
3061
by: =?iso-8859-1?q?Jean-Fran=E7ois_Michaud?= | last post by:
Hello guys, I was wondering if anybody here had implemented a solution where Tables are aligned according to what the hanging indent tells us when there is a potential for the table overflowing...
1
5818
by: jimatqsi | last post by:
I have a report that is often being modified by management. Adding/deleting columns and total levels plays havoc with alignment. I want the report to self arrange all the columns. The left...
0
7252
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7153
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7371
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7432
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
5077
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3230
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
452
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.