|
Posted by Pierre Jelenc on August 25, 2004, 9:04 pm
Please log in for more thread options
I've been asked to do a favor to a friend and fix the site at
http://www.cwrpartners.com/
I'm totally baffled by the amount of rubbish in the header section; is
that the kind of coding that Microsoft Publisher does in real life? I've
always written my code by hand with a text editor, so I have no idea
what's going on there.
(Not surprisingly, it is not valid HTML or CSS!)
Thanks,
Pierre
--
Pierre Jelenc | New on Home Office Records: Ethan Lipton
| www.homeofficerecords.com www.ethanlipton.com
The Gigometer | Pepper Of The Earth: the HO blog
www.gigometer.com | www.homeofficerecords.com/blog
|
|
Posted by Harlan Messinger on August 25, 2004, 5:12 pm
Please log in for more thread options
>
> I've been asked to do a favor to a friend and fix the site at
> http://www.cwrpartners.com/ >
> I'm totally baffled by the amount of rubbish in the header section; is
> that the kind of coding that Microsoft Publisher does in real life? I've
> always written my code by hand with a text editor, so I have no idea
> what's going on there.
>
> (Not surprisingly, it is not valid HTML or CSS!)
All Microsoft Office products produce web pages like this. It's an elaborate
layout and data definition language. The proprietary attributes are ignored
by conforming browsers, and the non-HTML, non-CSS declarations and so on are
commented out so that non-IE browsers won't see them.
|
|
Posted by Pierre Jelenc on August 26, 2004, 4:56 am
Please log in for more thread options >
> All Microsoft Office products produce web pages like this. It's an elaborate
> layout and data definition language. The proprietary attributes are ignored
> by conforming browsers, and the non-HTML, non-CSS declarations and so on are
> commented out so that non-IE browsers won't see them.
Oy. Thanks; I think I'll beg off the project, I can feel too many
arguments coming!
Pierre
--
Pierre Jelenc | New on Home Office Records: Ethan Lipton
| www.homeofficerecords.com www.ethanlipton.com
The Gigometer | Pepper Of The Earth: the HO blog
www.gigometer.com | www.homeofficerecords.com/blog
|
|
Posted by e n | c k m a on August 26, 2004, 8:19 am
Please log in for more thread options > I think I'll beg off the project,
Just start from scratch? Re-write the thing, it wouldn't take too long, i'd
imagine.
|
|
Posted by Beauregard T. Shagnasty on August 26, 2004, 8:30 pm
Please log in for more thread options Quoth the raven Pierre Jelenc:
> I've been asked to do a favor to a friend and fix the site at
> http://www.cwrpartners.com/
Yikes. 267KB for one page!
> I'm totally baffled by the amount of rubbish in the header section; is
> that the kind of coding that Microsoft Publisher does in real life? I've
> always written my code by hand with a text editor, so I have no idea
> what's going on there.
Feel free to snag this sample, which took me about 10 minutes of copy
and paste of your page's text.
http://home.rochester.rr.com/bshagnasty/cwr.html
Approximately 5KB for page and style sheet.
> (Not surprisingly, it is not valid HTML or CSS!)
Not surprisingly, my sample is. <g> Play with the styles to taste.
--
-bts
-This space intentionally left blank.
|
| Similar Threads | Posted | | better/easy way to displaying c source code in html | July 18, 2006, 5:44 am |
| Code added to my XHTML source files giving problems | November 18, 2005, 6:56 pm |
| uMG ***Hot stuff - check this out !!! uMG | January 28, 2006, 12:37 pm |
| Positioning of stuff in a relative way | April 26, 2005, 4:45 pm |
| JOIN WWW.A2ZLEARING.ORG AND GET FREE STUFF | October 26, 2007, 12:23 am |
| Transparent colors (for table bg's and stuff) | November 18, 2007, 5:43 am |
| Cant view source | September 10, 2004, 12:06 pm |
| Simple Open Source CMS | January 23, 2006, 9:00 am |
| looking for open source forums..... | September 8, 2006, 5:48 pm |
| Web Standards Meets Open Source? | September 29, 2004, 11:57 pm |
|