I don't know much about html and even less about php, basically anything I know is form poking around the file and figuring out what does what.
I am trying to set up a site for my webcomic. It used to run comicpress and look like this (it wasnt aligned to the left, the picture is just cropped)
http://i991.photobucket.com/albums/af36/Tomixcomics/thewaywewere.png
I have since switched to a different plugin called webcomic, and using a theme called inkblot, because comicpress wasnt very supporting of right-to-let reading order and such.
Now, in this theme, the header was inside the comic's "warp". as in, it wasnt placed on the pink background, but rather, in the same box as the comic is supposed to be. So I moved the "<div id="wrap">" bit to the end of the header's php file rahter than the beginnign. Thisindeed made it go out of the wrap and be on the pink background, but the thing is, now it aligns to the left, and no mater what I try to do or edit I can't seem to get ti to sit in the middle like it did with comicpress! right now it looks like this:
http://i991.photobucket.com/albums/af36/Tomixcomics/thewayweare.png
Help! /i must not be editing the right thing or something.