This is KILLING me. Someone please help!
I have spent 3 hours straight trying to figure this out, and I can't!
Ok...
I have a DIV overlay on my myspace profile...
For my contact table, I made a simple image and sliced it in PS.
Saved for web, etc etc
But, I can't for the life of me figure out how to get the god damned Table code that photoshop generates to work within a div!
This is what I'm working with. Just a few lines of code makes me want to shoot myself in the face!
Sorry, I'm just frustrated, and this is killing me...
Thanks guys...
I have spent 3 hours straight trying to figure this out, and I can't!
Ok...
I have a DIV overlay on my myspace profile...
For my contact table, I made a simple image and sliced it in PS.
Saved for web, etc etc
But, I can't for the life of me figure out how to get the god damned Table code that photoshop generates to work within a div!
This is what I'm working with. Just a few lines of code makes me want to shoot myself in the face!
Sorry, I'm just frustrated, and this is killing me...
Thanks guys...
Code:
<div class="mpd2">
<table id="mpd2" width="900" height="65" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="images/contacttable_01.jpg" width="202" height="65" alt=""></td>
<td>
<img src="images/contacttable_02.jpg" width="305" height="65" alt=""></td>
<td>
<img src="images/contacttable_03.jpg" width="187" height="65" alt=""></td>
<td>
<img src="images/contacttable_04.jpg" width="206" height="65" alt=""></td>
</tr>
</table>
</div>