Veit einhver hvernig er hægt að fá fram eitthvert annað form en 90°horna ferhyrninga í töflum?
Eru þetta bara bakgrunnir eða?
<div style="overflow: auto;">
11.1.1 Overflow: the ‘overflow’ property
auto
The behavior of the ‘auto’ value is user agent-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes.
[color=#FF6666]<table cellpadding=0 cellspacing=0 border=0 width=100%>
<tr>
<td width=1 height=1></td>
<td height=1 bgcolor=#000000>
<td width=1 height=1>
</tr>
<tr>
<td width=1 bgcolor=#000000></td>
<td>
[/color][color=#666666]Texti hér[/color][color=#FF6666]
</td>
<td width=1 bgcolor=#000000></td>
</tr>
<tr>
<td width=1 height=1></td>
<td height=1 bgcolor=#000000>
<td width=1 height=1>
</tr>[/color]