what wrong with this Code

M

Markus Gronotte

Hi,

I have written a Program that produces a HTML-File.
There should be a Table with Links.
The HTML-File is on my local Drive.
If I open the File with Internetexplorer 6 the Link
to the PNG-File, the Link to the JPG-File and
the Link to the HTML-File does not open. The HTML-Link
to Ebay doesn't, too.
Can anybody give me a Hint what i'm doing wrong?

Yours,

Markus

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Artikelliste</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="Markus Gronotte" name=X>
<META http-equiv=Page-Enter content=revealTrans(Duration=1.0,Transition=23)>
<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY text=#000000 vLink=#0099ff aLink=#ffffff link=#000000 bgColor=#cccccc
background=Listenentwurf-Dateien/blegtext.gif><font size="6" face="Arial"><b>P</b></font><font face="Arial"><B><FONT
size=6>ersönliche Artikelsicherung</FONT></B>&nbsp;
<BR>&nbsp;</font>
<CENTER>
<TABLE borderColor=#ff00ff cellSpacing=0 cols=7 borderColorDark=#0033aa
width="100%" borderColorLight=#0099ff border=1>
<TBODY>
<TR>
<TD align="center">
<P align=center><FONT face=Arial size=2><b>Ebay's
HTML</b></FONT></P></TD></CENTER>
<TD align=center><FONT face=Arial
size=2><b>Tauschmaus-<br>
Client-HTML-<BR>Sicherung</b></FONT> </TD>
<TD align=center><FONT face=Arial size=2><b>JPG</b></FONT> </TD>
<TD align=center><FONT face=Arial size=2><b>PNG</b></FONT> </TD>
<TD align="center">
<P align=center><FONT face=Arial
size=2><b>Artikelbeschreibung</b></FONT></P></TD>
<CENTER>
<TD align=center>
<p align="center"><font face="Arial" size="2"><b>Datum</b></font></p>
</TD></TR>
<TR>
<TD vAlign=center align=center>
<P align=center>
<A href="http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&item=3047223751"><FONT face=Arial size=1>3047223751</FONT></A></P></TD>
<TD vAlign=center align=center>
<A href="data/3047223751.html" target=blank><FONT face=Arial size=1>3047223751</FONT></A></TD>
<TD align=center>
<A href="data/3047223751.jpg"><FONT face=Arial size=1>JPG</FONT></A></TD>
<TD align=center>
<A href="data/3047223751.png"><FONT face=Arial size=1>png</FONT></A></TD>
<TD><font size="2" face="Arial">
Bluetooth Modem seriel Adapter</font></TD>
<TD align=middle>
<P align=center><font size="1" face="Arial">
21.09.2003</font></P></TD></TR>
</TBODY></TABLE></CENTER>
<CENTER><font face="Arial"><BR>
</font><A href="http://www.tauschmaus.de/">
<DIV align=right><font face="Arial"><IMG height=49 src="http://home.t-online.de/home/gronoworks/tm/tm01.png" width=307
border=0></font></DIV></A></CENTER></BODY></HTML>
 
K

Kae Verens

Markus said:
Hi,

I have written a Program that produces a HTML-File.
There should be a Table with Links.
The HTML-File is on my local Drive.
If I open the File with Internetexplorer 6 the Link
to the PNG-File, the Link to the JPG-File and
the Link to the HTML-File does not open. The HTML-Link
to Ebay doesn't, too.
Can anybody give me a Hint what i'm doing wrong?

Yours,

Markus

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Artikelliste</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="Markus Gronotte" name=X>
<META http-equiv=Page-Enter content=revealTrans(Duration=1.0,Transition=23)>
<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY text=#000000 vLink=#0099ff aLink=#ffffff link=#000000 bgColor=#cccccc
background=Listenentwurf-Dateien/blegtext.gif>

all attributes should be quoted. colours and other styles should be
defined in a stylesheet.
<font size="6" face="Arial"><b>P</b></font><font face="Arial"><B><FONT
size=6>ersönliche Artikelsicherung</FONT></B>&nbsp;

<font> has been deprecated
<b> has no contextual meaning, so should be replaced with either the
<BR>&nbsp;</font>
<CENTER>

<TABLE borderColor=#ff00ff cellSpacing=0 cols=7 borderColorDark=#0033aa
width="100%" borderColorLight=#0099ff border=1>

bordercolorDark (etc) does not appear in the w3c specifications for HTML4.01
<TBODY>
<TR>
<TD align="center">

the align should be done with CSS
<P align=center><FONT face=Arial size=2><b>Ebay's
HTML</b></FONT></P></TD></CENTER>

<TD align=center><FONT face=Arial
size=2><b>Tauschmaus-<br>
Client-HTML-<BR>Sicherung</b></FONT> </TD>
<TD align=center><FONT face=Arial size=2><b>JPG</b></FONT> </TD>
<TD align=center><FONT face=Arial size=2><b>PNG</b></FONT> </TD>
<TD align="center">
<P align=center><FONT face=Arial
size=2><b>Artikelbeschreibung</b></FONT></P></TD>
<CENTER>
<TD align=center>
<p align="center"><font face="Arial" size="2"><b>Datum</b></font></p>
</TD></TR>
<TR>
<TD vAlign=center align=center>
<P align=center>
<A href="http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&item=3047223751"><FONT face=Arial size=1>3047223751</FONT></A></P></TD>
<TD vAlign=center align=center>
<A href="data/3047223751.html" target=blank><FONT face=Arial size=1>3047223751</FONT></A></TD>
<TD align=center>
<A href="data/3047223751.jpg"><FONT face=Arial size=1>JPG</FONT></A></TD>
<TD align=center>
<A href="data/3047223751.png"><FONT face=Arial size=1>png</FONT></A></TD>
<TD><font size="2" face="Arial">
Bluetooth Modem seriel Adapter</font></TD>
<TD align=middle>
<P align=center><font size="1" face="Arial">
21.09.2003</font></P></TD></TR>
</TBODY></TABLE></CENTER>
<CENTER><font face="Arial"><BR>
</font><A href="http://www.tauschmaus.de/">
<DIV align=right><font face="Arial"><IMG height=49 src="http://home.t-online.de/home/gronoworks/tm/tm01.png" width=307

border=0></font></DIV></A></CENTER></BODY></HTML>

Do it by hand - you'll get more satisfaction, and probably better code.

Kae
 
E

EightNineThree

Markus Gronotte said:
Hi,

I have written a Program that produces a HTML-File.
There should be a Table with Links.
The HTML-File is on my local Drive.
If I open the File with Internetexplorer 6 the Link
to the PNG-File, the Link to the JPG-File and
the Link to the HTML-File does not open. The HTML-Link
to Ebay doesn't, too.
Can anybody give me a Hint what i'm doing wrong?

Pretty much everything with that markup is FUBAR.
 
T

Trevor

Markus Gronotte said:
"EightNineThree"



I don't know Fubar,

See a Tom Hank's Movie - Saving Private Ryan - FUBAR is mentioned a
lot, also it is a great movie.
 
J

Joel Shepherd

Markus said:
"EightNineThree"


I don't know Fubar,

Fouled[1] up beyond all recognition.
but I ve solved the Problem by deleting the HTML-Head.

Unless this file is going to be included in another, that isn't really
a solution.


[1] - This is the family version. =)
 
T

Trevor

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,040
Latest member
papereejit

Latest Threads

Top