http://img269.imageshack.us/img269/1648/untitled1sc4.jpg
Okay, for some reason, when I view my site in Firefox (sometimes) and IE (most of the time), I get a funny little gap that occurs. I don't know the reason for this, as in Firefox, it's there sometimes, and it's not other times.
Also, for my layout images, I created some PNG-24 images in Photoshop with transparency turned on (the Photoshop files had layers with half-opacity and such), so I could see the background image behind it. For some reason, on my school computer, the transparency doesn't work and I get solid opaque images. Could this also be an IE version issue?
The HTML code:
I don't believe that it has anything to do with the stylesheet, since the tables are fouling up on me...
Thanks for your help.
The site is located >> http://lpstudio.frih.net/lpremix/main.html
Okay, for some reason, when I view my site in Firefox (sometimes) and IE (most of the time), I get a funny little gap that occurs. I don't know the reason for this, as in Firefox, it's there sometimes, and it's not other times.
Also, for my layout images, I created some PNG-24 images in Photoshop with transparency turned on (the Photoshop files had layers with half-opacity and such), so I could see the background image behind it. For some reason, on my school computer, the transparency doesn't work and I get solid opaque images. Could this also be an IE version issue?
The HTML code:
| Code: |
|
<html> <head> <title="LPStudio Remix - About"> <link rel=stylesheet type="text/css" href="lpremix.css"> </head> <table width="550px" border="0" align="left" cellspacing="0" cellpadding="0"> <tr> <td><img src="header.png"></td> </tr> <tr> <td><a href="main.html"><img src="home.png" border="0"></a><a href="about.html"><img src="about.png" border="0"></a><a href="original.html"><img src="original.png" border="0"></a><a href="remixes.html"><img src="remixes.png" border="0"></a><a href="links.html"><img src="links.png" border="0"></a><a href="http://lpsforums.ca.tt" target="_blank"><img src="forums.png" border="0"> </td> </tr> <tr> <td><img src="topbar.png"></td> </tr> <tr> <td width="550px" background="body.png"><h1>About</h1> <p>Divided into two sections: original music I wrote myself and other people's music that I modified and added on to (remixes). And if you're wondering why the music sounds like pure crap, well sure, I guess I'll just pop on down to the nearest studio orchestra and make a professional-quality recording in my spare time...<br> <br> <i>*Note: most sections are incomplete as of whenever it is you are viewing the page...</i></p></td> </tr> <tr> <td><img src="bottombar.png"></td> </tr> </table> </body></html> |
I don't believe that it has anything to do with the stylesheet, since the tables are fouling up on me...
Thanks for your help.
The site is located >> http://lpstudio.frih.net/lpremix/main.html
