Sharky
ChatArea.com Owner

Quote | Reply |
This message was updated on 5/21/2007 2:11:32 PM by Sharky
|
centering a pic on top of a society
replied on: 5/21/2007 2:10:28 PM
hard to say without seeing the rest of your html. But you can do this.
In your head section have something like this
<style type="text/css"> .myimage{text-align:center;} </style>
Then in your header where your image is you will have something like this:
<div class="myimage"><img src="" /></div>
The best thing to do is do some searching on google for CSS, there are many ways that you can style a page, and we are moving to a more complient website, so more and more things will be moved to CSS.
|