April 23, 2003
I have made a new and improved Links page, after collecting a bunch of links, and sorting out those not worth placing there.
I have also managed to make a right margin, in addition to the left. I discovered this was not possible in HTML. The attribute for a 20 pixel left margin in HTML is leftmargin="20"
, so I figured the attribute for a 20 pixel right margin had to be rightmargin="20"
; but no. Though it was possible with CSS:
body {
margin-left: 20px;
margin-right: 20px;
}
Hurray!
Also, my computer page is dangerously nearing completion. I just have to dig up the specs for my two oldest computers.
I have removed the links to the (few) files on my files page, because of a small overload on the server. This is only temporary, though.