Sorry I haven't been here in a while, I've had a TON of HW and sports lately…
Do any of you guys know HTML (I bet a lot of you do)? Well, look at the following:
<html>
<head>
</head>
<body>
<table border="0" cellspacing="0" bgcolor="#00ff00">
<tr>
<td width="50" height="50" background="gc1.jpg">
</td>
<td width="800" height="50">
</td>
<td width="50" height="50" background="gc2.jpg">
</td>
</tr>
<tr>
<td width="50" height="1000">
</td>
<td width="800" height="1000">
</td>
<td width="50" height="1000">
</td>
</tr>
<tr>
<td width="50" height="50" background="gc3.jpg">
</td>
<td width="800" height="50">
</td>
<td width="50" height="50" background="gc4.jpg">
</td>
</tr>
</table>
</body>
</html>
By the way, gc(1,2, or 3).jpg are all basically a quarter of a circle that are 50x50 to make the table corners round. Ok, so when I I open it, everything looks fine. I press maximaize and…..bang! A vertical line appears on the left side of each corner image. On the left images, it is white (contrasting ot the green) and on the right side, it is green (contrasting to the white). Does anyone have a clue as to what happened?
In case you are wondering, this is going to be a template for my History Day project website. On the second <tr>, second <td>, I am going to write stuff…