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
HOW DO I CENTER MY WEB PAGES??
-
andymchere
- Posts: 22
- Joined: Tue Oct 25, 2005 4:15 pm
- Location: uk
-
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> </td>
</tr>
</table>
</div> And this tag also!!!!
</body>
</html>
<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> </td>
</tr>
</table>
</div> And this tag also!!!!
</body>
</html>
