RE: Simple html question

2003-08-14 Thread John McCosker
Cheers Charlie that works :) -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: 12 August 2003 17:44 To: CF-Talk Subject: Re: Simple html question give this a try: table style=border:1px solid #00; charlie - Original Message - From: John McCosker

Re: Crossborwser support WAS: Simple html question

2003-08-14 Thread Rafael Bleiweiss
Forgive me if anyone mentioned this: http://www.css-discuss.org/ hundreds of posts to this group's list are typical in a given day... full wiki on the site... LOTS of opinions about should and shouldn'ts, GREAT for help - almost as high a quality help as CF-TALK! - :-) OH - and if you

Re: Simple html question

2003-08-14 Thread Gabriel Robichaud
for the Web, it would be relevant. Charlie - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:02 AM Subject: Re: Simple html question and the big question...does it work in Nutscrape and if so...how far back

Re: Simple html question

2003-08-14 Thread Alan Ford
Subject: Re: Simple html question Well, the 'big question' may not be that big to everybody :) Yes, it works in NS. Will it work in NS 4.x? I don't know. Personally, I don't worry about NS 4.x anymore. In my opinion, the number of users with NS 4.x is an acceptable level of loss. I

RE: Simple html question

2003-08-14 Thread Sandy Clark
Sure you can. Border:.1em solid black -Original Message- From: Andre Mohamed [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 12:47 PM To: CF-Talk Subject: RE: Simple html question You can't get smaller than 1 pixel thickness (unless you consider dotted/dashed borders) table

Re: Simple html question

2003-08-14 Thread Charlie Griefer
give this a try: table style=border:1px solid #00; charlie - Original Message - From: John McCosker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 9:36 AM Subject: Simple html question Hi, Just a very simple question, is it possible to apply

Re: Crossborwser support WAS: Simple html question

2003-08-14 Thread Charlie Griefer
- Original Message - From: Sandy Clark [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 12:09 PM Subject: RE: Crossborwser support WAS: Simple html question Try these sites for some good css/layouts. http://glish.com/css/ http://www.bluerobot.com/web/layouts

Simple html question

2003-08-14 Thread John McCosker
Hi, Just a very simple question, is it possible to apply a style to a table to manipulate its border, border=1 is just a tab to thick for the fine layout our designer has done. I tried table style=border:1px;border-color:#00, but this just gives the default border of one. Can't seem to find

Re: Crossborwser support WAS: Simple html question

2003-08-14 Thread jonhall
Tuesday, August 12, 2003, 1:53:25 PM, you wrote: IS You bring up something that I have debated in my head many times. How can IS anybody bring about better browser compliance so that it is easier to make IS good clean and accessible web pages. IS I have been working on a project for the last 6

Re: Crossborwser support WAS: Simple html question

2003-08-14 Thread Bryan Stevenson
: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 11:25 AM Subject: Re: Crossborwser support WAS: Simple html question Ya I haven't looked too closely yet at tableless page design yet, but I know some folks locally have gone full blown CSS only

Re: Simple html question

2003-08-14 Thread Bryan Stevenson
12, 2003 9:47 AM Subject: RE: Simple html question You can't get smaller than 1 pixel thickness (unless you consider dotted/dashed borders) table style=border:1px solid black tr tdhello world/td /tr /table That's as thin as you can get (it definitely doesn't look the same the default

Re: RE: Crossborwser support WAS: Simple html question

2003-08-14 Thread ksuh
Don't forget http://www.oswd.org - Original Message - From: Sandy Clark [EMAIL PROTECTED] Date: Tuesday, August 12, 2003 1:09 pm Subject: RE: Crossborwser support WAS: Simple html question Try these sites for some good css/layouts. http://glish.com/css/ http://www.bluerobot.com

Crossborwser support WAS: Simple html question

2003-08-14 Thread Ian Skinner
:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:09 AM To: CF-Talk Subject: Re: Simple html question Well, the 'big question' may not be that big to everybody :) Yes, it works in NS. Will it work in NS 4.x? I don't know. Personally, I don't worry about NS 4.x anymore. In my opinion

Re: Simple html question

2003-08-14 Thread Charlie Griefer
] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:02 AM Subject: Re: Simple html question and the big question...does it work in Nutscrape and if so...how far back? version 4.x? ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t

Re: Crossborwser support WAS: Simple html question

2003-08-14 Thread Bryan Stevenson
Skinner [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:53 AM Subject: Crossborwser support WAS: Simple html question You bring up something that I have debated in my head many times. How can anybody bring about better browser compliance so that it is easier

RE: Simple html question

2003-08-14 Thread Andre Mohamed
-Original Message- From: John McCosker [mailto:[EMAIL PROTECTED] Sent: 12 August 2003 17:36 To: CF-Talk Subject: Simple html question Hi, Just a very simple question, is it possible to apply a style to a table to manipulate its border, border=1 is just a tab to thick for the fine layout

RE: Crossborwser support WAS: Simple html question

2003-08-14 Thread Sandy Clark
standards by default and table for NS4 only on some stuff I do). -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 1:53 PM To: CF-Talk Subject: Crossborwser support WAS: Simple html question You bring up something that I have debated in my head

Re: Crossborwser support WAS: Simple html question

2003-08-14 Thread Rafael Bleiweiss
I've seen the various css layout sites (http://www.csszengarden.com/ being one of my favorites), and they're all great to show what could be done...but IMO it's still not practical to try and develop a full site using only CSS for layout. Completely agree! Building three sites, all on limited

RE: Simple html question

2003-08-14 Thread mayo
for one of those companies, and are unable to persuade a NS7 rollout well, I guess you would have to add NS4.7 to your list. Gilbert Midonnet -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 1:02 PM To: CF-Talk Subject: Re: Simple html

Re: Simple html question

2003-08-14 Thread Jeff Garza
I usually use style=border: 1px solid #00; Jeff - Original Message - From: John McCosker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 9:36 AM Subject: Simple html question Hi, Just a very simple question, is it possible to apply a style to a table

Re: Crossborwser support WAS: Simple html question

2003-08-14 Thread Charlie Griefer
] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 11:25 AM Subject: Re: Crossborwser support WAS: Simple html question Ya I haven't looked too closely yet at tableless page design yet, but I know some folks locally have gone full blown CSS only. Now I've seen this approach totally

RE: Simple html question

2003-08-14 Thread Kenneth Ketsdever
Bravo!!! Someone cc this to IE, NS, Opera etc... -Original Message- From: Gabriel Robichaud [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 11:47 AM To: CF-Talk Subject: Re: Simple html question CHARLIE... I COULD NOT HAVE SAID IT BETTER MYSELF!! cheers! Charlie Griefer

OT: simple HTML ?

2001-12-20 Thread Douglas Brown
I want to pass the values of some hidden fields, but I am not using a submit button. I am using a text link. How would I pass the form and hidden fields? Thanks __ Why Share? Dedicated Win 2000 Server ยท PIII 800 / 256 MB

RE: simple HTML ?

2001-12-20 Thread Tyler M. Fitch
: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 2:20 PM To: CF-Talk Subject: OT: simple HTML ? I want to pass the values of some hidden fields, but I am not using a submit button. I am using a text link. How would I pass the form and hidden fields? Thanks

RE: simple HTML ?

2001-12-20 Thread Garza, Jeff
, 2001 3:20 PM To: CF-Talk Subject: OT: simple HTML ? I want to pass the values of some hidden fields, but I am not using a submit button. I am using a text link. How would I pass the form and hidden fields? Thanks __ Why

Re: simple HTML ?

2001-12-20 Thread Douglas Brown
I tried your code, but get an error in the javascript:void(); It seems li ke it wants something between the () or something Doug - Original Message - From: Garza, Jeff [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 2:14 PM Subject: RE: simple HTML

Re: OT: simple HTML ?

2001-12-20 Thread Alex
javascript submit On Thu, 20 Dec 2001, Douglas Brown wrote: I want to pass the values of some hidden fields, but I am not using a submit button. I am using a text link. How would I pass the form and hidden fields? Thanks

Re: simple HTML ?

2001-12-20 Thread BILLY CRAVENS
change the javascript:void() to # (be sure to escape it as necessary) --- Billy Cravens - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 4:51 PM Subject: Re: simple HTML ? I tried your code, but get an error

RE: simple HTML ?

2001-12-20 Thread Garza, Jeff
Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 3:52 PM To: CF-Talk Subject: Re: simple HTML ? I tried your code, but get

Re: simple HTML ?

2001-12-20 Thread BILLY CRAVENS
, 2001 4:55 PM Subject: RE: simple HTML ? You could replace the href=javascript:void(); with a href=javascript:// This should take care of it. I noticed in another post (to another group) that not all browsers recognize the void statement. You might also try putting a zero in the parentheses

Re: simple HTML ?

2001-12-20 Thread Douglas Brown
: simple HTML ? You could replace the href=javascript:void(); with a href=javascript:// This should take care of it. I noticed in another post (to another gro up) that not all browsers recognize the void statement. You might also try putting a zero in the parentheses (0). Sorry about

Very Simple HTML Question

2000-05-19 Thread aslam bajaria
Is it possible to have the striking line a thin line instead of it being of the same font size as the letters. I have a statement as: cfoutput The following number is not assigned h3strike#ReceiptNo#/strike/h3 instead h3#NewReceiptNo#/h3 is assigned cfoutput I was trying to make the striking

Re: Very Simple HTML Question

2000-05-19 Thread Billy Cravens
Quick funky workaround: make a graphic with a thin line, and stick the text in a table, with the line as the background for the table Billy - Original Message - From: aslam bajaria [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 19, 2000 8:18 AM Subject: Very Simple HTML