
Thank you Janys.... he is a little scary ...but I appreciate the thought

I know you believe you understand what you think I said...but I am not sure you realize that what you heard is not exactly what I meant.
tassietiger wrote:
You'll never catch Scott and JC Eric
You'll never catch Scott and JC Eric

No one on this planet will ever catch J. I think he must have just made the number up. He can pull strings.
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.
My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).
My Personal Website: http://www.EricSEnglish.com
My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).
My Personal Website: http://www.EricSEnglish.com
tassie... he had a bad day at the hairdressers... or maybe at the dentist

Janys Hyde wrote:
http://www.venicedigital.com/cc/pc-grin.gif
Sorry - no balloons available! Just take my word for it - he is singing to you - something like..."Congratulationsssssssssssssss yeeeeeeeeeeeeeeh!!!!"
http://www.venicedigital.com/cc/pc-grin.gif
Sorry - no balloons available! Just take my word for it - he is singing to you - something like..."Congratulationsssssssssssssss yeeeeeeeeeeeeeeh!!!!"
LOL
Looks more like he's singing:
"Polk Salad Annie,
the gator's got your Granny,
Chomp,
Chomp, Chomp"
"Time heals everything. Know who said that? My Latin teacher at barber college!"
- Floyd Lawson
Widoktadwat - "Plays Well With Others"
- Floyd Lawson
Widoktadwat - "Plays Well With Others"
Sorry paintbrush we seemed to have hijacked your thread 
Eric I think J's count is a relic from April 1 and yes he can pull big strings.
****the cat meows at J's feet and purrs "SCC Pro ......SCC Pro...." ****

Eric I think J's count is a relic from April 1 and yes he can pull big strings.
****the cat meows at J's feet and purrs "SCC Pro ......SCC Pro...." ****
I know you believe you understand what you think I said...but I am not sure you realize that what you heard is not exactly what I meant.
Hijack away! And with this, I have one more post

I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
PING !!!!
That's the sound of a light globe lighting up inside a dull mind (mine).
Here I am building my own (simple) CSS blog page using <iframe> when I saw paintbrush's code containing a scrolling <div> - why didn't I use <div> with "overflow:auto" instead of frames?
Some of the simplest solutions tend to escape me, so thanks to paintbrush.
OK I've redone the page http://www.drivingnt.com/blog/zippersblog.html
Re list formatting - I've never liked the way basic lists are rendered, too much line spacing.
Here's a couple of a styles I used in my blog page (direct modification instead of classes because the style is embedded in the page head.
The "li" mod is so that list items which word-wrap won't have a full line-height between separate items, I think it looks better (keeps the list together but makes the items stand out separately) but that's my opinion, you might not agree.
The 20px left-margin is to indent the bullets to the right, using "position:outside" causes the bullets to sit too far to the left, from memory in FF they actually sit outside the left-border of the list.
If you like to experiment you could try this and adjust the numbers to suit, it's also worth trying "list-style-position: inside" as well to compare.
That's the sound of a light globe lighting up inside a dull mind (mine).
Here I am building my own (simple) CSS blog page using <iframe> when I saw paintbrush's code containing a scrolling <div> - why didn't I use <div> with "overflow:auto" instead of frames?
Some of the simplest solutions tend to escape me, so thanks to paintbrush.
OK I've redone the page http://www.drivingnt.com/blog/zippersblog.html
Re list formatting - I've never liked the way basic lists are rendered, too much line spacing.
Here's a couple of a styles I used in my blog page (direct modification instead of classes because the style is embedded in the page head.
ul {
list-style-type: disc;
list-style-position: outside;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px;
}
li {
margin-top:7px;
}
list-style-type: disc;
list-style-position: outside;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px;
}
li {
margin-top:7px;
}
The "li" mod is so that list items which word-wrap won't have a full line-height between separate items, I think it looks better (keeps the list together but makes the items stand out separately) but that's my opinion, you might not agree.
The 20px left-margin is to indent the bullets to the right, using "position:outside" causes the bullets to sit too far to the left, from memory in FF they actually sit outside the left-border of the list.
If you like to experiment you could try this and adjust the numbers to suit, it's also worth trying "list-style-position: inside" as well to compare.
http://www.drivingnt.com/
Windows 7
Windows 7
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.