Jump to content

Image Position


user4fun

Recommended Posts

Any problems with this? and do I have to worry about the main_bar.png being repeated vertically, or does the table heights stop it from doing that since the image size is 31 pixels also ?

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="main_link_bar">  <tr>	<td width="44"><img border="0" 	src="../images/main_link_bar_left_corner.PNG" width="45" height="31"></td>	<td width="100%" background="../images/main_bar.PNG"></td>	<td width="44"><img border="0" 	src="../images/main_link_bar_right_corner.PNG" width="45" height="31"></td>  </tr></table>

Link to comment
Share on other sites

Strange question. Have you tried it? In several browsers? Did the results satisfy you? Were they consistent?My only real remark is that you have a LOT of markup just to display two images. Whatever you're trying to accomplish with the table can be handled more easily using other ways, I'm sure.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...