HOW DO I CENTER MY WEB PAGES??

Post Reply
andymchere
Posts: 22
Joined: Tue Oct 25, 2005 4:15 pm
Location: uk

HOW DO I CENTER MY WEB PAGES??

Post by andymchere »

Hi.

Im having a problem centering my web pages?

The pages always seem to be on the left side of the screen.

Is there anyway of sorting this problem out?

cheers Andy
keenart

Post by keenart »

Open your Web Page in an HTML Editor.

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>
<div align="center"> Here is the tag you need to insert!!!
<table border="1" width="50%">
<tr>
<td>&nbsp;</td>
</tr>
</table>

</div> And this tag also!!!!

</body>

</html>
andymchere
Posts: 22
Joined: Tue Oct 25, 2005 4:15 pm
Location: uk

Post by andymchere »

Cheers

Ill give it a try
CoachRyan

Center web page

Post by CoachRyan »

Actually you should use CSS to center your web page. 8)
Post Reply