[thelist] CF / SQL problem

rudy limeback r937 at interlog.com
Wed, 22 Dec 1999 22:21:00 -0500


> instead of going through hell trying to create the right sql

watch it sonny, them's fightin words

you see eric's sql tip?  so there

;o)

okay, i owe

<tip type="html code">
scrolling through foreign source code where the lines are two or three
screens wide, i always lose my place (i ex-specially don't like tab
indented source code where the </td>'s are on their own lines, and i
*seriously* dislike navigator's view-source ctrl-f, grrrr) -- so i always
break my code at either the next space inside the tag or the closing angle
bracket

for example (and i apologise if this turns into working html in your
mailer) i would code two abutted images snug inside a td cell, aligned
top -- today's html puzzler, let's make 'em links to boot -- like this

<td valign=top
><a href="/somewhere/over/the/rainbow.html"
    onClick="shhhToto(left)"
><img src="/images/leftside.gif" alt="left alt" border="0"
     width="100" height="50" vspace="0" hspace="0"></a
><a href="/way/up/high.html"
    onClick="shhhToto(right)"
><img src="/images/leftside.gif" alt="left alt" border="0"
     width="100" height="50" vspace="0" hspace="0"</a
></td>

after a while it gets just as easy to read as scrolling left and right

if not moreso
</tip>