In frontpage i created a page, and when i previewd it in a browser all my buttons and images were perfectly inline, then when i uploaded it to the server and published it everything got scattered and out of place, how do i fix this?
Are the images not showing up at all? Or is the organization different?
If the images aren't showing up, that means the links are not correct and its looking for the images on your HD rather than the webserver where it should.
You should use relative links for your images such as "images/image.gif" and not "c:\myfiles\images\image.gif". The latter will cause errors when you upload the file.
Maybe you can post a link to where this is so we can see it and try to help you better.