RE: HTML Question

2003-01-06 Thread Lee Fuller
Add 'border=1' and set it to the same color as the background.



| -Original Message-
| From: paul smith [mailto:[EMAIL PROTECTED]] 
| Sent: Monday, January 06, 2003 5:21 PM
| To: CF-Talk
| Subject: OT: HTML Question
| 
| 
| Page displays fine in IE
| 
| Page does not display in Netscape unless I put TABLE border > 0
| 
| Tables are involved, but no missing TABLE/TR/TD tags.
| 
| Suggestions?
| 
| best,  paul
| 
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: HTML Question

2003-01-06 Thread Mike Miessen
Microsoft says "Netscape Bad"

Flamesuit on :)

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 06, 2003 8:27 PM
To: CF-Talk
Subject: RE: HTML Question

Add 'border=1' and set it to the same color as the background.



| -Original Message-
| From: paul smith [mailto:[EMAIL PROTECTED]] 
| Sent: Monday, January 06, 2003 5:21 PM
| To: CF-Talk
| Subject: OT: HTML Question
| 
| 
| Page displays fine in IE
| 
| Page does not display in Netscape unless I put TABLE border > 0
| 
| Tables are involved, but no missing TABLE/TR/TD tags.
| 
| Suggestions?
| 
| best,  paul
| 
| 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: HTML Question

2003-01-06 Thread paul smith
I don't use Netscrape that much, but I do find Netscrape 4.79 loads pages 
almost twice as fast as Internet Exploader 5.50, and Netscrape starts up 5 
to 10 times as fast.

best,  paul

At 09:17 PM 1/6/03 -0500, you wrote:
>Microsoft says "Netscape Bad"

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: HTML question

2001-06-01 Thread Jon Hall

First pick up a good html book. You need to know the basics of
html...Osborne's HTML The Complete Reference is the best imo.

To answer your questions though.
1. There is no correct way. Do what works with the design. I generally
totally rebuild the html mockup from the designer, after the client has
given approval. It's not worth the headache of trying to discuss proper
table layout's with an artist! ;-)
2. A table will always grow to fit the size of an image. The designer needs
to know that there will be an image in a certain place so he can design
around it. He is the design guys after all...

The way I generally approach a site design it to split it into two files,
the top/left and the right/bottom parts. The last tag in the header is a
 and the first tag in the footer file is a .
In the default/index page I  both, if there is an image or
content for the middle of the page I include that as a file in the default
page. eg.


 or 


Since the center is always in a , you can start another table or
just start your content without worrying about invalid html and you dont
have a million copies of your navigation to edit if you need to change
something.

jon


- Original Message -
From: "Heidi Belal" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, June 01, 2001 1:37 AM
Subject: HTML question


> Hi all,
> I'm a bit confused on a point in html and would very
> much appreciate it if you could help!
> I've taken graphics from a graphics designer in html
> format.  Meaning he had designed the whole page in
> photoshop and then cut it up using fireworks and saved
> it as html.  Therefore what i got from him was a table
> with all the graphics layed out correctly.  The
> question is: the table i got from him was very complex
> and not very clear in rows and columns.  So it was
> hard for me to find out where i should stick in my
> code etc...We worked together after the first version
> was very complex and managed to get a more simple
> table in the end, but i was wondering if i should just
> take the images after they are cut up and create the
> table myself and insert the images.  So which way is
> it supposed to be done?  or does it matter?
>
> my second question is: Now that i have the graphics in
> a table etc...how do i limit the size of the table so
> that if i put another image in the middle and it's too
> big the images don't all go separating all over the
> place? (i hope you understand what i'm trying to say)
> Your ideas and suggestions would be great!
> thanks!
> Heidi
>
> =
> Heidi Belal
> ICQ# 32127109
>
> A bus stops at a bus station.
> A train stops at a train station.  On my desk
> I have a work station...
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: HTML Question

2001-06-09 Thread Tony Gruen

Could this be  ?

Tony Gruen

-Original Message-
From: Tony Hicks [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 09, 2001 4:24 PM
To: CF-Talk
Subject: HTML Question


There is a tag with a syntax like:

Text

I've seen it on a page but can't remember the tagname... it outputs
something like:

Caption--
| Text  |
-

Anyone seen it?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: HTML Question

2001-06-09 Thread Dain Anderson

Tony,

Try:


Caption
Text


Dain Anderson
Caretaker, CF Comet
http://www.cfcomet.com/



- Original Message -
From: "Tony Hicks" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, June 09, 2001 7:24 PM
Subject: HTML Question


> There is a tag with a syntax like:
>
> Text
>
> I've seen it on a page but can't remember the tagname... it outputs
something like:
>
> Caption--
> | Text  |
> -
>
> Anyone seen it?
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: HTML Question - "Back" button

2000-11-08 Thread Eric Fickes

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C049AE.7A8EC790
Content-Type: text/plain;
charset="iso-8859-1"

See if adding this link will help.

Back

E

-Original Message-
From: Jamie Symonds [mailto:[EMAIL PROTECTED]]

I'm not sure how to go about solving this - I follow a link from the
page, and click the browser's "back" button to return to my page, and it
lands me dead in the middle, nowhere near the link that I had followed,
and my place is lost.  I could place 's in the HTML, but most
of the links are to others' pages.  As a last resort, I could chop the
page into several smaller pages.

http://www.stfx.ca/campus/service/academic_funding_and_research/

Any ideas would be great.  Thanks!
-Jamie




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

--_=_NextPart_001_01C049AE.7A8EC790
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






RE: HTML Question - "Back" button



See if adding this link will help.


<a =
href=3D"javascript:history.back()">Back</a>


E


-Original Message-
From: Jamie Symonds [mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]]


I'm not sure how to go about solving this - I follow =
a link from the
page, and click the browser's "back" =
button to return to my page, and it
lands me dead in the middle, nowhere near the link =
that I had followed,
and my place is lost.  I could place <A =
NAME=3D"">'s in the HTML, but most
of the links are to others' pages.  As a last =
resort, I could chop the
page into several smaller pages.


http://www.stfx.ca/campus/service/academic_funding_and_research/=
" =
TARGET=3D"_blank">http://www.stfx.ca/campus/service/academic_funding_and=
_research/


Any ideas would be great.  Thanks!
-Jamie



---=
-
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=

Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
 or send a message with 'unsubscribe' in the body to =
[EMAIL PROTECTED]



--_=_NextPart_001_01C049AE.7A8EC790--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: HTML Question - "Back" button

2000-11-08 Thread Auction Hard Drive


This works too:




Rich

-Original Message-
From: Eric Fickes [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 08, 2000 1:05 PM
To: CF-Talk
Subject: RE: HTML Question - "Back" button


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C049AE.7A8EC790
Content-Type: text/plain;
charset="iso-8859-1"

See if adding this link will help.

Back

E

-Original Message-
From: Jamie Symonds [mailto:[EMAIL PROTECTED]]

I'm not sure how to go about solving this - I follow a link from the
page, and click the browser's "back" button to return to my page, and it
lands me dead in the middle, nowhere near the link that I had followed,
and my place is lost.  I could place 's in the HTML, but most
of the links are to others' pages.  As a last resort, I could chop the
page into several smaller pages.

http://www.stfx.ca/campus/service/academic_funding_and_research/

Any ideas would be great.  Thanks!
-Jamie




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

--_=_NextPart_001_01C049AE.7A8EC790
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






RE: HTML Question - "Back" button



See if adding this link will help.


<a =
href=3D"javascript:history.back()">Back</a>


E


-Original Message-
From: Jamie Symonds [mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]]


I'm not sure how to go about solving this - I follow =
a link from the
page, and click the browser's "back" =
button to return to my page, and it
lands me dead in the middle, nowhere near the link =
that I had followed,
and my place is lost.  I could place <A =
NAME=3D"">'s in the HTML, but most
of the links are to others' pages.  As a last =
resort, I could chop the
page into several smaller pages.


http://www.stfx.ca/campus/service/academic_funding_and_research/=
" =
TARGET=3D"_blank">http://www.stfx.ca/campus/service/academic_funding_and=
_research/


Any ideas would be great.  Thanks!
-Jamie



---=
-
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=

Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=3Dlists" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
 or send a message with 'unsubscribe' in the body to =
[EMAIL PROTECTED]



--_=_NextPart_001_01C049AE.7A8EC790--


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: HTML question about spacer GIF's

2000-04-06 Thread Dave Hannum

You MUST have the attribute BORDER="0" in your  tag.

Dave


=
"Technology" is stuff that was invented after
you were born.

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



- Original Message -
From: Reuben King <[EMAIL PROTECTED]>
Newsgroups: cf-talk
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 11:39 AM
Subject: HTML question about spacer GIF's


At the risk of sounding like I'm trolling, I really am starting to think
Navigator sucks.  As far as development goes, IE has always treated me
better.

Here's my question:  I use transparent spacer GIF's to assist in
positioning stuff on my page.  They work fine in IE, but in Netscrape it
insists on putting this stupid 3D bevel around them for some bizarre
reason.  I've tried setting border="0" in the img tag but this has no
effect.  Anyone else run into this problem?

Here's the code where I'm trying to make this work:






 that was the way it worked fine in IE.. but NS ignored it as it
wanted something inside the  tags.  ($#*@!) I could use   but
this will make the  as high as the base font size of the page.. no
good.  So, I tried using the image spacer as such:


  

  


I wish I could give a URL where this stuff is at, but alas I'm inside a
firewall.

TIA for any assistance!

(By the way -- are any other CF developers out there frustrated with the
suck factor of Netscape?  I know IE has its problems, but as far as
developing for it, it is my opinion that it is superior. (I guess I just
damned my soul saying that ))
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: HTML question about spacer GIF's

2000-04-06 Thread Stephen Garrett


So, are you saying that spacer gifs are not working for you??? This IS
the standard way to do this across browsers for a number of layout
editors like dreamweaver etc...
Steve

At 11:39 AM 4/6/2000 -0500, Reuben King wrote:
>At the risk of sounding like I'm trolling, I really am starting to think 
>Navigator sucks.  As far as development goes, IE has always treated me 
>better.
>
>Here's my question:  I use transparent spacer GIF's to assist in 
>positioning stuff on my page.  They work fine in IE, but in Netscrape it 
>insists on putting this stupid 3D bevel around them for some bizarre 
>reason.  I've tried setting border="0" in the img tag but this has no 
>effect.  Anyone else run into this problem?
>
>Here's the code where I'm trying to make this work:
>
>
>   
>
>
>
>... that was the way it worked fine in IE.. but NS ignored it as it 
>wanted something inside the  tags.  ($#*@!) I could use   but 
>this will make the  as high as the base font size of the page.. no 
>good.  So, I tried using the image spacer as such:
>
>
>   
>width="1" height="#attributes.height#" border="0">
>  
>
>
>I wish I could give a URL where this stuff is at, but alas I'm inside a 
>firewall.
>
>TIA for any assistance!
>
>(By the way -- are any other CF developers out there frustrated with the 
>suck factor of Netscape?  I know IE has its problems, but as far as 
>developing for it, it is my opinion that it is superior. (I guess I just 
>damned my soul saying that ))
>---
---
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Stephen Garrett
GPS
[EMAIL PROTECTED]   (360) 896-2714
ICQ# 10776767
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: HTML question about spacer GIF's

2000-04-06 Thread Holger Lockertsen

Dave.

He HAS the attribute "border=0" in the tag. That's the problem.

Question is: Does Reuben have a stylesheet that defines a border for the
TD-tag or even the IMG-tag?

On MSIE vs NS: Yes oh yes. I tear my hair off over Netscape at times (that's
why I shave my head)... Someone know how NS5 will be different from NS 4.x?
Will the CSS-implementation be better? Will the pixel-difference be gone?
Have you checked out Mozilla?

rgds


* Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
* Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
* 23 31 03 04 / 91 83 20 51
* [EMAIL PROTECTED]   http://www.horisont.no/

NB! Horisont har fått nye nummer, og mitt INTERNNUMMER er: 23 31 03 04

-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 7:58 PM
To: [EMAIL PROTECTED]
Subject: Re: HTML question about spacer GIF's


You MUST have the attribute BORDER="0" in your  tag.

Dave


=
"Technology" is stuff that was invented after
you were born.

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



- Original Message -
From: Reuben King <[EMAIL PROTECTED]>
Newsgroups: cf-talk
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 11:39 AM
Subject: HTML question about spacer GIF's


At the risk of sounding like I'm trolling, I really am starting to think
Navigator sucks.  As far as development goes, IE has always treated me
better.

Here's my question:  I use transparent spacer GIF's to assist in
positioning stuff on my page.  They work fine in IE, but in Netscrape it
insists on putting this stupid 3D bevel around them for some bizarre
reason.  I've tried setting border="0" in the img tag but this has no
effect.  Anyone else run into this problem?

Here's the code where I'm trying to make this work:






 that was the way it worked fine in IE.. but NS ignored it as it
wanted something inside the  tags.  ($#*@!) I could use   but
this will make the  as high as the base font size of the page.. no
good.  So, I tried using the image spacer as such:


  

  


I wish I could give a URL where this stuff is at, but alas I'm inside a
firewall.

TIA for any assistance!

(By the way -- are any other CF developers out there frustrated with the
suck factor of Netscape?  I know IE has its problems, but as far as
developing for it, it is my opinion that it is superior. (I guess I just
damned my soul saying that ))

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: HTML question about spacer GIF's

2000-04-06 Thread Stephen M. Aylor

There will be no NS5 - they're at NS6 - the preview is available for
download off www.netscape.com - check it out and see :-)

Steve


> Someone know how NS5 will be different from NS 4.x?
> Will the CSS-implementation be better? Will the pixel-difference be gone?
> Have you checked out Mozilla?
>
> rgds


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: HTML question about spacer GIF's

2000-04-06 Thread Dave Hannum

Double check that the path to the image is correct and that the image actually does 
exist.  Netscape has a habit of putting the
dropshadow box on small images where IE will ignore it.  I"ve seen this many times too!

Dave



- Original Message -
From: Holger Lockertsen <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 12:19 PM
Subject: RE: HTML question about spacer GIF's


Dave.

He HAS the attribute "border=0" in the tag. That's the problem.

Question is: Does Reuben have a stylesheet that defines a border for the
TD-tag or even the IMG-tag?

On MSIE vs NS: Yes oh yes. I tear my hair off over Netscape at times (that's
why I shave my head)... Someone know how NS5 will be different from NS 4.x?
Will the CSS-implementation be better? Will the pixel-difference be gone?
Have you checked out Mozilla?

rgds


* Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
* Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
* 23 31 03 04 / 91 83 20 51
* [EMAIL PROTECTED]   http://www.horisont.no/

NB! Horisont har fått nye nummer, og mitt INTERNNUMMER er: 23 31 03 04

-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 7:58 PM
To: [EMAIL PROTECTED]
Subject: Re: HTML question about spacer GIF's


You MUST have the attribute BORDER="0" in your  tag.

Dave


=
"Technology" is stuff that was invented after
you were born.

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



- Original Message -
From: Reuben King <[EMAIL PROTECTED]>
Newsgroups: cf-talk
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 11:39 AM
Subject: HTML question about spacer GIF's


At the risk of sounding like I'm trolling, I really am starting to think
Navigator sucks.  As far as development goes, IE has always treated me
better.

Here's my question:  I use transparent spacer GIF's to assist in
positioning stuff on my page.  They work fine in IE, but in Netscrape it
insists on putting this stupid 3D bevel around them for some bizarre
reason.  I've tried setting border="0" in the img tag but this has no
effect.  Anyone else run into this problem?

Here's the code where I'm trying to make this work:






. that was the way it worked fine in IE.. but NS ignored it as it
wanted something inside the  tags.  ($#*@!) I could use   but
this will make the  as high as the base font size of the page.. no
good.  So, I tried using the image spacer as such:


  

  


I wish I could give a URL where this stuff is at, but alas I'm inside a
firewall.

TIA for any assistance!

(By the way -- are any other CF developers out there frustrated with the
suck factor of Netscape?  I know IE has its problems, but as far as
developing for it, it is my opinion that it is superior. (I guess I just
damned my soul saying that ))

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: HTML question about spacer GIF's

2000-04-06 Thread Sharon DiOrio

I've found that your pathing can make all the difference.  IE ignores when
it can't actually find the image, Netscape outlines the missing image in
the size given in the attributes.  Double-check your pathing to the image.

Sharon

At 11:39 AM 4/6/2000 -0500, Reuben King wrote:
>At the risk of sounding like I'm trolling, I really am starting to think 
>Navigator sucks.  As far as development goes, IE has always treated me 
>better.
>
>Here's my question:  I use transparent spacer GIF's to assist in 
>positioning stuff on my page.  They work fine in IE, but in Netscrape it 
>insists on putting this stupid 3D bevel around them for some bizarre 
>reason.  I've tried setting border="0" in the img tag but this has no 
>effect.  Anyone else run into this problem?
>
>Here's the code where I'm trying to make this work:
>
>
>   
>
>
>
>... that was the way it worked fine in IE.. but NS ignored it as it 
>wanted something inside the  tags.  ($#*@!) I could use   but 
>this will make the  as high as the base font size of the page.. no 
>good.  So, I tried using the image spacer as such:
>
>
>   
>width="1" height="#attributes.height#" border="0">
>  
>
>
>I wish I could give a URL where this stuff is at, but alas I'm inside a 
>firewall.
>
>TIA for any assistance!
>
>(By the way -- are any other CF developers out there frustrated with the 
>suck factor of Netscape?  I know IE has its problems, but as far as 
>developing for it, it is my opinion that it is superior. (I guess I just 
>damned my soul saying that ))
>--
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: HTML question about spacer GIF's

2000-04-06 Thread Reuben King

In <01ca01bf9ff8$457ba4a0$[EMAIL PROTECTED]>, Dave Hannum 
([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> Double check that the path to the image is correct and that the image act=
> ually does exist.  Netscape has a habit of putting the
> dropshadow box on small images where IE will ignore it.  I"ve seen this m=
> any times too!

Bingo... That was the prob.  THANKS!

-R
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: HTML question about spacer GIF's

2000-04-06 Thread Reuben King

In <[EMAIL PROTECTED]>, Holger Lockertsen 
([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> Dave.
> 
> He HAS the attribute "border=0" in the tag. That's the problem.
> 
> Question is: Does Reuben have a stylesheet that defines a border for the
> TD-tag or even the IMG-tag?

No.. No border attributes in any of my stylesheet classes.

> On MSIE vs NS: Yes oh yes. I tear my hair off over Netscape at times (that's
> why I shave my head)... Someone know how NS5 will be different from NS 4.x?
> Will the CSS-implementation be better? Will the pixel-difference be gone?
> Have you checked out Mozilla?

Mozilla?  Isn't that Netscape?  I suppose it isn't.. No, I haven't 
checked it out. 

> 
> rgds
> 
> 
> * Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
> * Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
> * 23 31 03 04 / 91 83 20 51
> * [EMAIL PROTECTED]   http://www.horisont.no/
> 
> NB! Horisont har fått nye nummer, og mitt INTERNNUMMER er: 23 31 03 04
> 
> -Original Message-
> From: Dave Hannum [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 06, 2000 7:58 PM
> To: [EMAIL PROTECTED]
> Subject: Re: HTML question about spacer GIF's
> 
> 
> You MUST have the attribute BORDER="0" in your  tag.
> 
> Dave
> 
> 
> =
> "Technology" is stuff that was invented after
> you were born.
> 
> David Hannum
> Web Analyst/Programmer
> Ohio University
> [EMAIL PROTECTED]
> (740) 597-2524
> 
> 
> 
> - Original Message -
> From: Reuben King <[EMAIL PROTECTED]>
> Newsgroups: cf-talk
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 06, 2000 11:39 AM
> Subject: HTML question about spacer GIF's
> 
> 
> At the risk of sounding like I'm trolling, I really am starting to think
> Navigator sucks.  As far as development goes, IE has always treated me
> better.
> 
> Here's my question:  I use transparent spacer GIF's to assist in
> positioning stuff on my page.  They work fine in IE, but in Netscrape it
> insists on putting this stupid 3D bevel around them for some bizarre
> reason.  I've tried setting border="0" in the img tag but this has no
> effect.  Anyone else run into this problem?
> 
> Here's the code where I'm trying to make this work:
> 
> 
> 
> 
> 
> 
>  that was the way it worked fine in IE.. but NS ignored it as it
> wanted something inside the  tags.  ($#*@!) I could use   but
> this will make the  as high as the base font size of the page.. no
> good.  So, I tried using the image spacer as such:
> 
> 
>   
>  width="1" height="#attributes.height#" border="0">
>   
> 
> 
> I wish I could give a URL where this stuff is at, but alas I'm inside a
> firewall.
> 
> TIA for any assistance!
> 
> (By the way -- are any other CF developers out there frustrated with the
> suck factor of Netscape?  I know IE has its problems, but as far as
> developing for it, it is my opinion that it is superior. (I guess I just
> damned my soul saying that ))
> 
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to
> [EMAIL PROTECTED] with 'unsubscribe' in the body.
> 
> 
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> 
> 
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
> 
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: HTML question about spacer GIF's

2000-04-06 Thread Josh Farr

Netscape 6 IS Mozilla. Imagine my disappointment after getting all excited
about netscape 6 and then discovering it's almost identical to what I've
been using for the past 6 months under the name mozilla.
IE is pretty forgiving when it comes to screwing up the path of spacer gifs.
NS4 is slightly less forgiving on broken images and mozilla - err..NS6 - is
just downright nasty about it. If nothing else it's a good browser for
finding those pesky little problems.

josh

> On MSIE vs NS: Yes oh yes. I tear my hair off over Netscape at times
(that's
> why I shave my head)... Someone know how NS5 will be different from NS
4.x?
> Will the CSS-implementation be better? Will the pixel-difference be gone?
> Have you checked out Mozilla?

Mozilla?  Isn't that Netscape?  I suppose it isn't.. No, I haven't
checked it out.

>
> rgds
>
>
> * Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
> * Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
> * 23 31 03 04 / 91 83 20 51
> * [EMAIL PROTECTED]   http://www.horisont.no/
>
> NB! Horisont har fett nye nummer, og mitt INTERNNUMMER er: 23 31 03 04
>
> -Original Message-
> From: Dave Hannum [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 06, 2000 7:58 PM
> To: [EMAIL PROTECTED]
> Subject: Re: HTML question about spacer GIF's
>
>
> You MUST have the attribute BORDER="0" in your  tag.
>
> Dave
>
>
> =
> "Technology" is stuff that was invented after
> you were born.
>
> David Hannum
> Web Analyst/Programmer
> Ohio University
> [EMAIL PROTECTED]
> (740) 597-2524
>
>
>
> - Original Message -
> From: Reuben King <[EMAIL PROTECTED]>
> Newsgroups: cf-talk
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 06, 2000 11:39 AM
> Subject: HTML question about spacer GIF's
>
>
> At the risk of sounding like I'm trolling, I really am starting to think
> Navigator sucks.  As far as development goes, IE has always treated me
> better.
>
> Here's my question:  I use transparent spacer GIF's to assist in
> positioning stuff on my page.  They work fine in IE, but in Netscrape it
> insists on putting this stupid 3D bevel around them for some bizarre
> reason.  I've tried setting border="0" in the img tag but this has no
> effect.  Anyone else run into this problem?
>
> Here's the code where I'm trying to make this work:
> 
> 
> 
> 
> 
>
>  that was the way it worked fine in IE.. but NS ignored it as it
> wanted something inside the  tags.  ($#*@!) I could use   but
> this will make the  as high as the base font size of the page.. no
> good.  So, I tried using the image spacer as such:
>
> 
>   
>  width="1" height="#attributes.height#" border="0">
>   
> 
>
> I wish I could give a URL where this stuff is at, but alas I'm inside a
> firewall.
>
> TIA for any assistance!
>
> (By the way -- are any other CF developers out there frustrated with the
> suck factor of Netscape?  I know IE has its problems, but as far as
> developing for it, it is my opinion that it is superior. (I guess I just
> damned my soul saying that ))
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to
> [EMAIL PROTECTED] with 'unsubscribe' in the body.
>
> --
--
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: HTML Question with Netscape 4 and 6

2001-07-10 Thread Jann VanOver

Like you said, you've got a firewall -- I get "cannot find server" with that
URL.

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 12:17 PM
To: CF-Talk
Subject: OT: HTML Question with Netscape 4 and 6


Can someone please tell me why these pages completely mess up in Netscape 4
and 6 besides the obvious fact that they are the most horrid browsers on the
face of the earth.
http://209.215.124.4/community/index.cfm If you have any problems on here
let me know, I have a firewall on this machine.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: HTML Question with Netscape 4 and 6

2001-07-10 Thread Dylan Bromby

and once again, i think we need to do something about that "web developer
extraordinaire" in the signature file...


-Original Message-
From: Jann VanOver [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 1:21 PM
To: CF-Talk
Subject: RE: HTML Question with Netscape 4 and 6


Like you said, you've got a firewall -- I get "cannot find server" with that
URL.

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 12:17 PM
To: CF-Talk
Subject: OT: HTML Question with Netscape 4 and 6


Can someone please tell me why these pages completely mess up in Netscape 4
and 6 besides the obvious fact that they are the most horrid browsers on the
face of the earth.
http://209.215.124.4/community/index.cfm If you have any problems on here
let me know, I have a firewall on this machine.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: HTML Question with Netscape 4 and 6

2001-07-10 Thread Christian L. Watt

After your inner table end tag, put an ending row tag also, just a /td

CW

-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 3:29 PM
To: CF-Talk
Subject: RE: HTML Question with Netscape 4 and 6


and once again, i think we need to do something about that "web developer
extraordinaire" in the signature file...


-Original Message-
From: Jann VanOver [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 1:21 PM
To: CF-Talk
Subject: RE: HTML Question with Netscape 4 and 6


Like you said, you've got a firewall -- I get "cannot find server" with that
URL.

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 12:17 PM
To: CF-Talk
Subject: OT: HTML Question with Netscape 4 and 6


Can someone please tell me why these pages completely mess up in Netscape 4
and 6 besides the obvious fact that they are the most horrid browsers on the
face of the earth.
http://209.215.124.4/community/index.cfm If you have any problems on here
let me know, I have a firewall on this machine.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: HTML Question with Netscape 4 and 6

2001-07-10 Thread Kelly Matthews

yep netscape doesn't forgive forgetting /td tags... geeezzz

-Original Message-
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 3:17 PM
To: CF-Talk
Subject: OT: HTML Question with Netscape 4 and 6


Can someone please tell me why these pages completely mess up in Netscape 4
and 6 besides the obvious fact that they are the most horrid browsers on the
face of the earth.
http://209.215.124.4/community/index.cfm If you have any problems on here
let me know, I have a firewall on this machine.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists