View Single Post
  #4 (permalink)  
Old 04-05-2006, 06:37 PM
Leprakawn's Avatar
Leprakawn Leprakawn is offline
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,130
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
Unhappy

This is what I would probably do:
HTML Code:
<div id="contentcenter">
<table border="0" cellpadding="0" cellspacing="0" style="height:643px;">
<tr>
<td valign="middle">
<img src="./images/scrap.jpg" width="150px" height="25px" alt="" border="0" /><br />
<img src="./images/scrap.jpg" width="150px" height="25px" alt="" style="padding-top:?px;" border="0" /><br />
<img src="./images/scrap.jpg" width="150px" height="25px" alt="" style="padding-top:?px;" border="0" /><br />
<img src="./images/scrap.jpg" width="150px" height="25px" alt="" style="padding-top:?px;" border="0" /><br />
<img src="./images/scrap.jpg" width="150px" height="25px" alt="" style="padding-top:?px;" border="0" />
</td>
</tr>
</table>
</div>
Just adjust the padding-top snippet as needed, and that should hopefully do the trick.

BTW, the top img should not need one because there is nothing above it. And if padding-top does not work, change it to margin-top. Finally, if the CSS fails for the space btwn the imgs, you can use vspace="?px"!

NOTE: vspace would be used like this: <img src="./images/scrap.jpg" vspace="5px" />
__________________
Like my spiffy, unique signature?
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Code:
         ...,,.,.,.
        /          \
__oooo__[///]--[\\\]__oooo__

Last edited by Leprakawn; 04-05-2006 at 06:55 PM.
Reply With Quote