K
kylejpatrick
Hi folks,
I have a situation involving some art I created that isn't quite
fitting into a table cell, despite both the art and the dimensions of
the table cell are the same (607px by 66px). And I cannot figure out
for the life of me why not. It seems like the righthand side of my
art gets cut off.
Here's a snippet of my HTML and CSS:
<table width="950 px" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr height="66 px">
<td width="25 px" rowspan="2"> </td>
<td width="318 px" rowspan="2" class="logo"><img src="images/BIG
LOGO.jpg"></td>
<td width="607 px" height="66 px" colspan="2"
class="blueBarBottom">test1</td>
</tr>
<tr>
<td width="582 px" class="table-main"> test2</td>
<td width="25 px"> </td>
</tr>
</table>
..blueBarBottom{
background-image:url(images/blueBarBottom.gif);
background-repeat: no-repeat;
}
To see screenshots of what I want and what it ends up looking like,
visit my blog at ouvreslesyeux.wordpress.com.
Thanks!
Kyle
I have a situation involving some art I created that isn't quite
fitting into a table cell, despite both the art and the dimensions of
the table cell are the same (607px by 66px). And I cannot figure out
for the life of me why not. It seems like the righthand side of my
art gets cut off.
Here's a snippet of my HTML and CSS:
<table width="950 px" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr height="66 px">
<td width="25 px" rowspan="2"> </td>
<td width="318 px" rowspan="2" class="logo"><img src="images/BIG
LOGO.jpg"></td>
<td width="607 px" height="66 px" colspan="2"
class="blueBarBottom">test1</td>
</tr>
<tr>
<td width="582 px" class="table-main"> test2</td>
<td width="25 px"> </td>
</tr>
</table>
..blueBarBottom{
background-image:url(images/blueBarBottom.gif);
background-repeat: no-repeat;
}
To see screenshots of what I want and what it ends up looking like,
visit my blog at ouvreslesyeux.wordpress.com.
Thanks!
Kyle