Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Attribute for <H# ...>
ALIGN = LEFT | RIGHT | CENTER | JUSTIFY

ALIGN aligns the header LEFT, CENTER or RIGHT. LEFT is the default.

<H1 ALIGN=LEFT>My Resume</H1>
<H1 ALIGN=CENTER>My Resume</H1>
<H1 ALIGN=RIGHT>My Resume</H1>

produces

My Resume

My Resume

My Resume

There is a JUSTIFY value, which only applies if the text in the header is so long it must wrap to the next line. If this happens, your header is probably too long:

<H1 ALIGN=JUSTIFY>Starflower's 
Wild Spectacular Awesome Wonderful 
Bitchin' Happenin' Cool Neat-o-Keen-o 
Superb Thunderous Sprightly Spry 
Magnificent Spunky Liberated 
Kind-Hearted Flowery Web Page!</H1>

produces

Starflower's Wild Spectacular Awesome Wonderful Bitchin' Happenin' Cool Neat-o-Keen-o Superb Thunderous Sprightly Spry Magnificent Spunky Liberated Kind-Hearted Flowery Web Page!

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire