Hi, I don't have a Xepher account, though I want to help

I played with the html source from
http://fesworks.xepher.net/Banners/Display.htm, specifically the page for Garnet. However I didn't know what PHP source you were using so I couldn't play with that.
In regards to installing a webserver on your own computer for PHP testing, you can find some all-in-one installers which make it easy. I use
apache friends xampp; it's a combined installation of Apache with options for PHP 4 and 5, MYSQL, Filezilla FTP and Mercury Email.
For the special characters such as the wavy n and copyright, how are you entering them? The ASCII codes seem to work:
241; for the n and
169; for the c.
Font sizes vary depending on browser due to default settings. I think FF has a bigger default setting than IE. If you set font size in em or pt like Xepher suggested it should be the same.
With cool fonts that no one has on their computer, in CSS font-family, you can specify a list of fonts for the browser. Something like font-family: "Cool font", "Cool, yet common font", "Uncool font", general font-family;
The HTML source for the banner was messy, so I tried to clean it up, and ended up making it XHTML valid for some reason. Stuff like the DOCTYPE, title, img alt, and meta tag aren't really needed for this, but make it valid. Using CSS looks like a good idea though, as you can chop out all the
tags. (I added a space to the n ASCII to make it display in the code, remove it and it'll make the n)
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Xepher Free Thinkers Network
PREV |
Xepher.Net Webcomics |
NEXT |
 |
A dark, romantic story about a girl who, trying to save a man, follows a demon/vampire to another dimension and gets involved in a war between demons and humans. (Tambien en Espa 241ol ) |
I hope I've been helpful and not just random 