Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help centering an image in dreamweaver

Status
Not open for further replies.

spdawson

Technical User
Sep 15, 2009
2
0
0
GB
Hi I need a code to centre an image/button in dw so it stays in th centre of the page regardless of the size of the window.

thanks
steve
 
there are two things that you can do for this. you can either modify the css of the div that it's in, or something simpler:

Code:
<body>
<p align="center">
<img src="...your image">
</p>
<body>
 
hi and thanks for your help! the image is centred but at the top of the page. do you know how to get the image centred on both x and y axis? thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top