473,403 Members | 2,284 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

Follow-up to "Update help and Advice"

Hi:

I have been working at my website:

www.evershot.demon.co.uk

following all the kind advice you gave me. It's seems to be working
better now, but I have one intractable problem in the temperature table
for 2004:

www.evershot.demon.co.uk/everframes/temp2004.htm

At the start of the July-Dec part there is an intrusive:

idth="40" align="Center">

I cannot see this end of tag in the right place so as to eliminate it.
I've tried various editors without success. Can anyone see it and tell
me how to get rid of it, please.

Hugh

--

Hugh Newbury

Running Linux Suse 10.1 in deepest Dorset
Sep 27 '07 #1
8 1849
Hugh Newbury wrote:
<snip>
www.evershot.demon.co.uk/everframes/temp2004.htm

At the start of the July-Dec part there is an intrusive:

idth="40" align="Center">

I cannot see this end of tag in the right place so as to eliminate it.
At line 1442 and 1443, there's:
<ml>
idth="40" align="center"></td>
Delete these two lines.
Can anyone see it and tell
me how to get rid of it, please.
You should use the W3C validator:
http://validator.w3.org/check?uri=ht...s/temp2004.htm
--
You can contact me at <ta*****************@yahoDELETETHATo.fr>
Sep 27 '07 #2
André Gillibert wrote:
>
At line 1442 and 1443, there's:
> <ml>
idth="40" align="center"></td>

Delete these two lines.
>Can anyone see it and tell
me how to get rid of it, please.
As I said, I can't see these 2 lines in the source code, so I can't
eliminate them! Yet the tag end appears in html. I have tried several
text editors and html editors and they can't see this line either.
Neither can they see the <mltag found by the W3C validator.
You should use the W3C validator:
http://validator.w3.org/check?uri=ht...s/temp2004.htm
So I repeat, how can I get rid of the tag end?
--You can contact me at <ta*****************@yahoDELETETHATo.fr>
Thanks, I may have to!

Hugh

--

Hugh Newbury

Running Linux Suse 10.1 in deepest Dorset
Sep 27 '07 #3
Hugh Newbury wrote:
André Gillibert wrote:
>At line 1442 and 1443, there's:
>> <ml>
idth="40" align="center"></td>

Delete these two lines.
>>Can anyone see it and tell
me how to get rid of it, please.

As I said, I can't see these 2 lines in the source code, so I can't
eliminate them! Yet the tag end appears in html. I have tried several
text editors and html editors and they can't see this line either.
Copy and paste your source into a good editor. Jump to the bottom, then
scroll up 47 lines. There it is. Or, just view it in whatever you used
to create the file in the first place. 47 lines from end.
Neither can they see the <mltag found by the W3C validator.
What are these .. incompetent .. editors?

What have you changed since we last saw the site? It's still frames, old
markup, too-bright colors ... and I'm still visitor number 888,888 <g>

--
-bts
-Motorcycles defy gravity; cars just suck
Sep 27 '07 #4
Hugh Newbury wrote:

As I said, I can't see these 2 lines in the source code, so I can't
eliminate them!
I can see them perfectly in metapad.
These are lines 1442 and 1443.
They're visible in notepad too (simply search for <ml>).
Yet the tag end appears in html. I have tried several
text editors and html editors and they can't see this line either.
Any plain text editor should show it, unless your page is generated by a
server side process and you're looking in the source script. Are you?
So I repeat, how can I get rid of the tag end?
Use a decent text editor.

--
You can contact me at <ta*****************@yahoDELETETHATo.fr>
Sep 27 '07 #5
André Gillibert wrote:
They're visible in notepad too (simply search for <ml>).
Never thought of searching. Turns out I was looking in the wrong place,
around where the lines appeared in html. How mysterious that in source
code they were way after that point. Don't understand, but never mind:
it's nearly drink time anyway. Thanks to all for your help.

Tomorrow I'll go and soften the colours. I'm fed up with being shouted
at by you chaps. (I actually had a cataract op last week and can now see
what you mean!)

Hugh
--

Hugh Newbury

Running Linux Suse 10.1 in deepest Dorset
Sep 27 '07 #6
In article <5m************@mid.individual.net>, Hugh Newbury writes:
>www.evershot.demon.co.uk

following all the kind advice you gave me. It's seems to be working
better now, but I have one intractable problem in the temperature table
for 2004:

www.evershot.demon.co.uk/everframes/temp2004.htm

At the start of the July-Dec part there is an intrusive:

idth="40" align="Center">
Is there any particular reason to individually style every TD element
in the page? Are you aware that

TD {text-align: center;
width: 40px;}

could replace hundreds of occurrences of:

width="40" align="center"

as well as:

align="center" width="40"

Would cutting the size (and download time) of your page in half, along
with eliminating weirdness caused by a mis-typed local styling be worth
its while to you?

You could also do:

TH {text-align: center;
width: 120px;}

and strip it down even further.
--
Michael F. Stemper
#include <Standard_Disclaimer>
If we aren't supposed to eat animals, why are they made from meat?

Sep 27 '07 #7


Michael Stemper wrote:
>
Is there any particular reason to individually style every TD element
in the page?
Not sure, but on http://www.evershot.demon.co.uk

<!DOCTYPE HTML PUBLIC "-//SoftQuad//DTD HoTMetaL PRO
5.0::19980626::extensions to HTML 4.0//EN" "hmpro5.dtd">

Chances are good Hugh is reworking an old HotMetal generated page.
Sep 27 '07 #8
William Gill wrote:

[snippity snip]
Chances are good Hugh is reworking an old HotMetal generated page.
You're right. It all dates from 15-18 years ago. I've simplified some of
the pages over the years to make them easier to update by hand. So the
layout has often changed, but the actual coding has not.

And many thanks to Michael Stemper and Jonathan Little for their ideas
to improve and simplify the coding. I'll leave the pages as they are
till the end of the year, and that will give me lots of time to fiddle
about with brand new templates for 2008.

You have given me much to think about and lots of reading to do. Thank
you all for your patience and good humour.

Hugh

--

Hugh Newbury

Running Linux Suse 10.1 in deepest Dorset
Sep 28 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Tony | last post by:
I'm working with someone on a PHP project. The other person is doing testing of scripts on their personal machine using Apache as a web server. The production server and the one I'm using are both...
28
by: Mark Carter | last post by:
I am using Windows 98, python 2.3, ClientCookie 0.4.3a. When I do: import ClientCookie import os c = ClientCookie.MSIECookieJar(delayload=1) c.load_from_registry() I get the response:...
1
by: anton muhin | last post by:
Hello, everybody! Trying to solve the problem in the subj, I found that I miss some iterator-related tools. Mostly consequental application of the same function to some argument (if I'm not...
5
by: Ken | last post by:
Hi. This is a followup to my NULL macro vs. 0 question. It's in a separate thread, because I need to post using google, so my original thread isn't available to me yet :(. Anyway, I just...
0
by: MAFDoit | last post by:
NEWSGROUP: This is a followup to the post below. The original post was helpful and I now know many ways to RETRIEVE information from Windows explorer, but I haven't yet found a way to INSERT or...
1
by: David Waz... | last post by:
My base path is c:\WINDOWS\Microsoft.Net..... etc NOT C:\WinNt... So, on my machine, the machine.config is under WINDOWS, not WinNt...
4
by: bob lambert | last post by:
Help I am trying to deploy to another pc a vb.net std 2002 windows form application. I am confused. I created a project - windows form I built form, compiled and debugged. I created a...
4
by: Earl | last post by:
Is it poor practice to have one custom library depend on another custom library? For example, my data manipulation library depends on my replication library, which in turn pulls serial data out of...
24
by: Dave | last post by:
I understand that VS.NET is supposed to compile native Win32 apps that do not require the .Net runtime. If that's the case then there is something else from the VS200x package that is required. ...
10
by: David Bear | last post by:
Being new to pgdb, I'm finding there are lot of things I don't understand when I read the PEP and the sparse documentation on pgdb. I was hoping there would be a module that would properly escape...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.