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!

Image Not Centering in Table

Status
Not open for further replies.

johnacb

Technical User
Apr 13, 2003
48
0
0
AU
Hi All

I am using DMX2004 and have created a table 100% high and 100% wide with an image that is supposeed to be in the center and middle. When I view it it displays at the top.

Any help appreciated , code is below


<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><img src="images/its%20coming%20page.jpg" width="560" height="418"></td>
</tr>
</table>
 
If a copy the code to Dreamweaver MX it displays OK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top