1274. Dusty - 2/23/2000 9:07:58 PM
My guess, over half.
1275. FXMuckermind - 2/24/2000 7:15:09 AM
So, that would be about 6 people right?
1276. dusty - 2/24/2000 7:52:18 AM
Seven actually.
1277. FXMuckermind - 2/24/2000 10:01:52 AM
?
1278. PincherMartin - 2/25/2000 6:18:21 AM
tr is table row this is the first cell |
this is the second cell |
Substitute angle brackets.
If you want more than one column, just keep adding (td)s. Make sure you end each row with a (/tr), although (/td)s aren't necessary.
1279. Absensia - 2/26/2000 2:26:09 AM
testing..wondering why I end up with spaces in the middle of my sentences?
I am wondering why I end up with spaces in the middle of my sentences
and if it could be that I'm hitting enter at where I think the "end"
is..instead of letting word wrap do it...let's see.
1280. Absensia - 2/26/2000 2:26:59 AM
think that was it!
1281. Absensia - 2/26/2000 7:13:53 PM
And I coded this all my myself...NOT!
1282. JudithAtHome - 2/27/2000 9:34:58 AM
Okay, try this: Message # 1244 and see what happens.
1283. JudithAtHome - 2/27/2000 9:36:24 AM
Oh, that is just too cool! Thanks to dusty (I think) who suggested Rosetta try doing this in the Suggestions thread.
1284. Absensia - 3/2/2000 12:27:22 PM
1285. Absensia - 3/3/2000 1:25:00 AM
Dusty,
When I set up a link or a jpg and link and then skip a line or two to add text that I don't want to highlight, the text is highlighted anyway...how to I do it so I can add something below the link and not have it highlighted?
1286. Dusty - 3/3/2000 1:40:29 AM
Absensia
I'm not sure I follow your point, but I'll be happy to try to figure it out.
Do you mean that if you wanted to link to a site like
Chez Shea and then wanted to comment on it, but you don't want the comment in the link?
More like
Chez Shea this? Or did you mean something else?
Incidentally, I can't access the site in your Message # 1284, if you were wondering why the picture didn't display.
1287. CalGal - 3/3/2000 1:45:09 AM
Absensia--my first guess is that you're not closing off the tag. "Skipping a line or two" means nothing to HTML.
Make sure you finish the tag with </a>.
1288. Dusty - 3/3/2000 1:45:56 AM
Absensia
If I was right in my guess, the answer is that the link isn't complete until you type the closing: </A>
If you start with:
<A HREF="some Url">
You aren't yet done. Everything typed after that will be part of the link text, until it encounters a </A>
If I've misinterpreted your question, please create an example here.
1289. Absensia - 3/3/2000 2:00:29 AM
Right..I don't want the comment in the link. I'm not sure what happened with my gif post...I checked it first and it showed up fine on the preview...I will try it again and see what happens..I did think I closed the link but probably didn't..Thanks Dusty and Calgal...have to run..work is intruding.
1290. Dusty - 3/3/2000 3:29:28 AM
Absensia
I'm not sure what happened with my gif post...
As a nit, it's a .jpg not a .gif, but the reason it doesn't work is related to a problem with the site itself, not your HTML.
BTW, if you try to go to the site and can see it, that doesn't prove anything. It will load the image from your buffer. Try going to the site and hitting refresh. You should get an error.
(With my luck, the site will have fixed its problems and that will work also.)
1291. Absensia - 3/3/2000 4:25:21 AM
Right..I don't want the comment in the link. I'm not sure what happened with my gif post...I checked it first and it showed up fine on the preview...I will try it again and see what happens..I did think I closed the link but probably didn't..Thanks Dusty and Calgal...have to run..work is intruding.
1292. Absensia - 3/3/2000 7:12:29 AM
Dusty, I just looked here and I can see the picture I posted earlier...strange, couldn't see it on the computer at work. Now, I'll try again...and if I can't do it right, maybe you or calgal can tell me what I'm doing wrong.