Thread: Website help...
View Single Post
  #1  
Old 08-31-2004, 09:54 AM
Egekrusher's Avatar
Egekrusher Egekrusher is offline
Returning after eternity.
 
Join Date: Dec 2003
Location: My own fantasy world.
Posts: 2,087
Website help...

Hey,

I'm having problems with the way one of my tables is displaying in Internet Explorer. It displays fine in other browsers, just not IE.

I have a table set up with a picture inside of it. The picture is set to 20% height and 35% width of the table. Well, for some reason, IE is displaying it as 20% height and 35% of the table CELL that it is in, so it looks like a little white line. I can't figure out a workaround for this.

Here is the offending code:

<table style="color: rgb(255, 255, 255);" align="center" bgcolor="black"
height="90%" width="60%">
<tbody>
<tr>
<td>
<p align="center">This music is of the techno-industrial sort.
Rejuvination is a bit more upbeat, but for a reason that you will
come to see later. I equalized Hope and Rejuvination, so now there
isn't a staggering amount of LFB. I had to re-encode an MP3 that was
already only 192kbps, so it may not sound the best. If you like what
you hear, send
an email <a href="mailto:[email protected]">her e</a> </p>
</td>
</tr>
<tr>
<td>
<p align="center"><a
href="http://technologicalwasteland.com/music/PowerSurge%20-%20Hope.mp3">Hope</a></p>
</td>
</tr>
<tr>
<td>
<p align="center"><a
href="http://technologicalwasteland.com/music/PowerSurge%20-%20Rejuvination.mp3">Rejuvination</a></p>
</td>
</tr>
<tr>
<td>
<p align="center"> <a
href="http://technologicalwasteland.com/music/071704-2_3low.mp3">Neurotic
Self Destruction- Low Bandwidth</a> </p>
</td>
</tr>
<tr>
<td>
<p align="center"> <a
href="http://technologicalwasteland.com/music/071704-2_3.mp3">Neurotic
Self Destruction- High Bandwidth</a></p>
</td>
</tr>
<tr>
<td>
<p align="center"><a
href="http://technologicalwasteland.com/music/Enveloped%20in%20Darkness.mp3">Enveloped
In Darkness- Low Bandwidth</a></p>
</td>
</tr>
<tr>
<td>
<p align="center"> <a
href="http://technologicalwasteland.com/music/Enveloped%20in%20Darkness-High.mp3">Enveloped
In Darkness- High Bandwidth</a> </p>
</td>
</tr>
<tr>
<td>
<p align="center"> <a
href="http://technologicalwasteland.com/music/PowerSurge%20-%20Hopelessness.mp3">Hopelessness</a>
</p>
</td>
</tr>
<tr>
<td>
<p align="center"> <a
href="http://technologicalwasteland.com/music/PowerSurge%20-%20Nuclear%20Waste.mp3">10,000
Rads - Highly Recommended!</a> </p>
</td>
</tr>
<tr>
<td>
<p align="center"> <img src="images/personal/odd.jpg"
height="20%" width="35%"> </p>

</td>
</tr>
<tr>
<td><br>
<p align="center">All songs copyright PowerSurge 2004. No
unauthorized reproduction, distribution or sales are allowed.</p>
<br>
</td>
</tr>
</tbody>
</table>

And here is the website:

http://technologicalwasteland.com
__________________
Bwind22- "Great minds think alike... And all others wind up with shit on their hands."
Reply With Quote