BarlowGirl_Fan
11-22-2005, 11:06 PM
I'ma ttempting to create my own calender code, inspired by the one featured on SMW, here is the code:
<html>
<head>
<title></title>
<LINK href="freestylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<center><img src="patrickstar2.gif">November 2005<img src="patrickstar.gif"></center>
<div align="center">S M T W T F S <br></div>
<div align="center"> 1 2 3 4 5 <br></div>
<div align="center"> 6 7 8 9 10 11 12 <br></div>
<div align="center">13 14 15 16 17 18 19 <br>
20 21 22 23 24 25 26 <br>
27 28 29 30
</body>
</html>
now, I'm just trying to figure out how to move the letters over spaces.
For example,
A is here
I want A here.
How do I do that?
Code copyright to me do not take/edit w/o permission
<html>
<head>
<title></title>
<LINK href="freestylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<center><img src="patrickstar2.gif">November 2005<img src="patrickstar.gif"></center>
<div align="center">S M T W T F S <br></div>
<div align="center"> 1 2 3 4 5 <br></div>
<div align="center"> 6 7 8 9 10 11 12 <br></div>
<div align="center">13 14 15 16 17 18 19 <br>
20 21 22 23 24 25 26 <br>
27 28 29 30
</body>
</html>
now, I'm just trying to figure out how to move the letters over spaces.
For example,
A is here
I want A here.
How do I do that?
Code copyright to me do not take/edit w/o permission