Re: [PHP] IE Issues

2003-07-23 Thread Jason Wong
On Wednesday 23 July 2003 00:03, Curt Zirzow wrote: [snip] And it *was* a hack in the early HTML specifications, the new specifications discourge its use. Didn't you say you installed a speling chekker? -- Jason Wong - Gremlins Associates - www.gremlins.biz Open Source Software Systems

Re: [PHP] IE Issues

2003-07-23 Thread Curt Zirzow
* Thus wrote Jason Wong ([EMAIL PROTECTED]): On Wednesday 23 July 2003 00:03, Curt Zirzow wrote: [snip] And it *was* a hack in the early HTML specifications, the new specifications discourge its use. Didn't you say you installed a speling chekker? hehe.. yea, but in order for the

Re: [PHP] IE Issues

2003-07-22 Thread Steve Magruder
Curt Zirzow wrote: Dont use the font tag.. they are evil... and besides depricated. And they're deprecated too. :) Steve -- Steve Magruder Consulting - http://consulting.stevemagruder.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] IE Issues

2003-07-22 Thread Pete Morganic
Why is the font tag evil and depreciated ??? confused pete Steve Magruder wrote: Curt Zirzow wrote: Dont use the font tag.. they are evil... and besides depricated. And they're deprecated too. :) Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] IE Issues

2003-07-22 Thread Nelson Rodriguez-Pena
Hi Pete, Why is the font tag evil and depreciated ??? confused pete Because it is a presentational element and HTML is headed to structural content instead of visual formating. Structure is for HTML, presentation is for CSS. regards,

RE: [PHP] IE Issues

2003-07-22 Thread Jay Blanchard
[snip] Why is the font tag evil and depreciated ??? [/snip] This topic is better suited to an HTML or web-dev list, but the bottom line here is that CSS has been put into use as further effort to seperate design from content. The CSS recommedation being in place deprecates a lot of the old

Re: [PHP] IE Issues

2003-07-22 Thread Pete Morganic
so which tag should i use .. div span ??? tia pete Nelson rodriguez-Pena wrote: Hi Pete, Why is the font tag evil and depreciated ??? confused pete Because it is a presentational element and HTML is headed to structural content instead of visual formating. Structure is for HTML, presentation

Re: [PHP] IE Issues

2003-07-22 Thread Curt Zirzow
* Thus wrote Steve Magruder ([EMAIL PROTECTED]): Curt Zirzow wrote: Dont use the font tag.. they are evil... and besides depricated. And they're deprecated too. :) I installed my spellchecker after this email :) Thanks, Curt -- I used to think I was indecisive, but now I'm not so sure.

Re: [PHP] IE Issues

2003-07-22 Thread Curt Zirzow
* Thus wrote Nelson Rodriguez-Pena ([EMAIL PROTECTED]): Hi Pete, Why is the font tag evil and depreciated ??? confused pete Because it is a presentational element and HTML is headed to structural content instead of visual formating. Structure is for HTML, presentation is for CSS. And

Re: [PHP] IE Issues

2003-07-22 Thread Curt Zirzow
* Thus wrote Pete Morganic ([EMAIL PROTECTED]): so which tag should i use .. div span ??? Yes, you can use the div and span tags. I would suggest using CSS so you can define a class for an item and use it where necessary. For example: p class=myclassText/p td class=myclassMore Text/p body

RE: [PHP] IE Issues

2003-07-22 Thread Chris W. Parker
Pete Morganic mailto:[EMAIL PROTECTED] on Tuesday, July 22, 2003 7:39 AM said: so which tag should i use .. div span ??? You should use proper mark up is what you should use. Or I think some people call it the semantic web. Not exactly sure. But here is an example. You might normally have:

Re: [PHP] IE Issues

2003-07-21 Thread Stephen
Message - From: Chris W. Parker [EMAIL PROTECTED] To: Stephen [EMAIL PROTECTED] Sent: Monday, July 21, 2003 1:13 PM Subject: RE: [PHP] IE Issues Stephen mailto:[EMAIL PROTECTED] on Monday, July 21, 2003 11:11 AM said: If I make a webpage that has font size=1 then IE will display the font

RE: [PHP] IE Issues

2003-07-21 Thread Jaime Bozza
[mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 1:21 PM To: Chris W. Parker Cc: PHP List Subject: Re: [PHP] IE Issues Thank you so much! I now have to wonder how it got set to that. Probably my brothers or that power surge a while back. Anyway, thanks again! Thank you, Stephen

Re: [PHP] IE Issues

2003-07-21 Thread Stephen
: [PHP] IE Issues Stephen mailto:[EMAIL PROTECTED] on Monday, July 21, 2003 11:21 AM said: Thank you so much! I now have to wonder how it got set to that. Probably my brothers or that power surge a while back. Anyway, thanks again! Maybe it was your brothers but definitely not a power surge

Re: [PHP] IE Issues

2003-07-21 Thread Curt Zirzow
* Thus wrote Stephen ([EMAIL PROTECTED]): Hello, This is a little off topic but I do need some help. I have had IE 6 for about a month now (just got a new computer in June and have been using IE6 since). When I first started running it, it was fine. A few weeks ago, though, all my fonts