Forum Moderators: open
[webmasterworld.com...]
It's at the bottom of the page, not at the bottom of the SSI, no matter where I put the image. Also, when I use the code there, it's not centered; is there a way to do that?
I could use a bunch of "br" tags, but I would like to be able to have it be at the bottom of the page no matter what screen resolution a person is useing (at any higher than 800x600 the image would be floating randomly, rather than at the bottom).
To summarize, the code I'm useing is right if I want it centered for the whole page, but not for the SSI. I'm trying to find a way to center it at the bottom of a SSI.
I'm trying to find a way to center it at the bottom of a SSI.
This will depend on what html is in the include -- if there is a container element, make that element position:relative. Then try <div style="margin:0,auto";width:200px;"> for the child element.
(The width measurement should be adjusted for your particular content.)