SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
SI - Site Forums : Silicon Investor - New feature discussion -- Ignore unavailable to you. Want to Upgrade?


To: SI Dmitry (code monkey) who wrote (1096)11/30/2012 10:14:33 PM
From: Jeffrey S. Mitchell  Respond to of 7352
 
Dmitry, I realize that. I use dashes instead simply to keep the raw text code looking neat (e.g on the same line). That's also the way the "real" html tables look when I view them in my browser, except I'll use   characters instead of dashes, e.g.:

=====
<html>
Pigskin Challenge Week 9

<table style="BACKGROUND-COLOR: rgb(221,221,221)" border=1>
<tr> <td>11/4</td> <td>1:00 et</td> <td>Team 1</td> <td>&nbsp;</td> <td>Team 2</td></tr>
<tr> <td>11/4</td> <td>4:25 et</td> <td>Team 3</td> <td>&nbsp;</td> <td>Team 4</td></tr>
<tr> <td>11/5</td> <td>9:00 et</td> <td>Team 5</td> <td>&nbsp;</td> <td>Team 6</td></tr>
</table>
=====

My interest was in how SI's preview mode shows the entire grid structure regardless of what's in each grid. It seemed to me to be a more convenient default. I was then confused how the final post displayed differently.

- Jeff