Home menu alignment?

Is there any possible way to align the 'Home' menu within its cel? I'm referring to the list of pages within the gallery and the list of series as well- that block. I was playing around with my layout, and I think I got it to a point I'm really happy with, but that one thing keeps bugging me. ^^; I really want it aligned to the center of the area!
Weyrlady
Frozen Moments Cel Gallery
Jun 19 at 2:12 AM
(Okay, seriously, I'm leaving town. Postponed because I don't like Houston and the wedding I have to go to isn't until 3 PM. My crashed hard drive sorta works... it's just missing a lot of stuff.)

Is there a way to do this within the context of clicking on a button somewhere and having it happen automatically? No. Not yet, at least.

However, for HTML experts I am working on a solution that will give direct access to the code. There's a file called "home_b.asp" currently in testing in the gallery directory. I'm working on enclosing everything within named DIV tags so that you could specify something like...

document.getElementById("serieslist").style = [set CSS style to center here or change fonts or colors or whatever]

You would even be able to do a

document.getElementById("layername").innerHTML = "specify some new html to replace what you have here"

... if you wanted to completely swap out the content. Say you wanted to change the catagory header from "series" to "characters". It can be done now. It's really wonky right now, though, and only a quick workaround. When I finish working out all the bugs in this file, I'll copy it over to the original file and make a way for people to attach CSS style info to each page.

It doesn't quite work yet. There's nowhere to input a script to load after the whole page loads. I lost some of my development tools (including FTP client) in the HD crash so I'll work on this as soon as I get my computer 100% again.

For those who aren't HTML experts.... fear not! When I finish this, I will provide a bunch of examples for how to do simple things that can be cut-and-pasted.
Edited Jun 19 at 3:06 AM
noisywalrus
Plastic Future
Jun 19 at 2:50 AM
All right, I'll be patient. ^_^ Thanks for the response, and have fun at the wedding, even if it is in Houston. ;-)
Weyrlady
Frozen Moments Cel Gallery
Jun 20 at 8:06 PM
Welcome! Login or Register