View Full Version : TRying to create my own calendar


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

lefty
11-22-2005, 11:45 PM
To put in spaces, you can use:

&nbsp; for one space
&emsp; for multiple spaces :)

BarlowGirl_Fan
11-23-2005, 12:32 AM
Thanks for your help!

The &nbsp; code is working just fine.
The &emsp; cose is working but is leaving boxes where the spaces should be.

lefty
11-23-2005, 12:33 AM
hmm yeah that one tends to be picky (should have mentioned that)... but as long as one of them works, yay :)