Paul Furman wrote:
> GD wrote:
>
>> Paul Furman <> wrote:
>>
>>> The padding still doesn't work though.
>>
>>
>>
>> Do you have an example URL? If you fixed the typo above the padding
>> property, I can't see anything else to stop it working.
>
>
> OK, I uploaded this version with the div patch commented out:
>
> http://hills.ccsf.edu/~pfurma02/inde...EEN=ecards.php
> http://hills.ccsf.edu/~pfurma02/paul.css
Oddly, it's maybe 2 pixels on the unix server at school and nearly
touching the border on my win2k apache server at home.
BTW, I've changed 'normal' to 'textbox'
Damn, now that overwrote whatever it was & they are both bad.
This is what was up a few minutes ago:
table.normal {
font-family: Arial;
background-color: #CCD8CD;
border: 1px solid #aaaaaa;
border-collapse: collapse;
}
td.normal {
border: 1px solid #aaaaaa;
padding: 4px;
}
>
> and the relevant code:
>
> <table class="normal" width="480px">
> <tr>
> <td align="left" class="normal">
> <!-- <div style="padding: 4px;"> -->
>
> Echivaria Topsy-turvey.<br>
> <hr width=100%>
> A selection of my favorite pictures taken in many locations
> and sorted in no particular order. <!-- </div> -->
> </td>
> </tr>
> </table>
>