Hej
Jeg har lavet en lille web side med en tabel med noget tekst, og jeg har
ikke den store forstand på html programmering.
Men jeg har fået noget bikset sammen som kan bruges i mangel af bedre
indtil vider.
Selv bruger jeg Netscape 6.21 og der er min side ok. Men hvis jeg vil se
siden med Explorer 5.5 så er min tabel og tekst mega stor i forhold til
Netscape.
Hvad er det jeg gør galt ?
Hvis der er nogen der har en ide eller kommentar til hvordan jeg kan
lave min web side mere smart så er det også welkommen dog er der det
lille problem at min html kode max må fylde 48kb
Lidt info:
Min side er et web interface til en microprocessor styring.
http://stoker.dyndns.dk
Mvh Bo Carøe
<head>
<META HTTP-EQUIV="Refresh" CONTENT="30">
<meta http-equiv="Pragma" content="no-cache">
</head>
<BODY BGCOLOR="#66CC66">
<TABLE WIDTH="800" BORDER="1" CELLSPACING="1" CELLPADDING="2">
<script>
var ude_temp=^ude_temp;
var fejl=^fejl;
var pause_tid=^pause_tid;
//if(trin>2) pause_tid*=60;
</script>
<H2><FONT COLOR="#000080"><b>Bo Carøe's Stoker Fyr</b>.</FONT></H2>
</TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>O2%:..................<FONT COLOR="RED"
>^ilt:3^^ilt:2.^ilt:1 %</FONT><b></TD>
<TD WIDTH="33%" ALIGN="left"><b>O2 Set:...............<FONT COLOR="RED"
>^o2_set:3^^o2_set:2.^o2_set:1 %</FONT></TD>
<TD WIDTH="33%" ALIGN="left"><b>Snege køre tid........<FONT COLOR="RED"
>^koere_tid </FONT></TD>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>Modulation:...........<FONT COLOR="RED"
>^mod</FONT></TD>
<TD WIDTH="33%" ALIGN="left"><b>Drift timer:...........<FONT COLOR="RED"
>^drt h </FONT></TD>
<TD WIDTH="33%" ALIGN="left"><b>Snege pause tid........<FONT COLOR="RED"
><script>
document.write(pause_tid);
</script></FONT></TD>
<TR>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>Kedel temp:........<FONT COLOR="RED"
>^k_temp:3^^k_temp:2.^k_temp:1 °C</FONT></TD> <TD WIDTH="33%"
ALIGN="left"><b>Kedel Set temp:...<FONT COLOR="RED" >70 °C</FONT></TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>Ude temp:...........<FONT COLOR="RED" >
<script>
document.write(ude_temp/10);
</script>°C
</FONT></TD>
<TD WIDTH="33%" ALIGN="left"><b>Delat t:................<FONT
COLOR="RED" >^dt:3^^dt:2.^dt:1 °C</FONT></TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>Røg temp:.............<FONT COLOR="RED"
>^r_temp °C</FONT></TD>
<TD WIDTH="33%" ALIGN="left"><b>Max Røg temp:.....<FONT COLOR="RED"
>^r_max °C</FONT></TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>Retur vand:.........<FONT COLOR="RED"
>^retur_vand:3^^retur_vand:2.^retur_vand:1 °C</FONT></TD>
<TD WIDTH="33%" ALIGN="left"><b>Midel.ude temp:...<FONT COLOR="RED"
>^mude24h/10.^mude24h:1 °C</FONT></TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>VVB temp:.........<FONT COLOR="RED"
>^vvb_temp:3^^vvb_temp:2.^vvb_temp:1 °C</FONT></TD>
<TD WIDTH="33%" ALIGN="left"><b>VVB Set temp:....<FONT COLOR="RED" > xx
°C</FONT></TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>Fyrrum temp:......<FONT COLOR="RED"
>^f_temp:3^^f_temp:2.^f_temp:1 °C</FONT></TD>
<TD WIDTH="33%" ALIGN="left"><b>Max ude temp:....<FONT COLOR="RED"
>^mau/10.^mau:1 °C</FONT></TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>kWh:...............<FONT COLOR="RED"
>^kwh kWh</FONT> </TD>
<TD WIDTH="33%" ALIGN="left"><b>Min ude temp:......<FONT COLOR="RED"
>^miu/10.^miu:1 °C</FONT></TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>kW:....................<FONT COLOR="RED"
>^kw/10.^kw:1 kW</TD>
<TD WIDTH="33%" ALIGN="left"><b>Status:..<FONT COLOR="RED" >
<script>
if(fejl==0)document.write("Online ");
if(fejl>0&&fejl<100)document.write("Error ");
if(fejl==100)document.write("Offline ");
</script></FONT></TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>Liter/min:............<FONT COLOR="RED"
>^liter L </FONT></TD>
<TD WIDTH="33%" ALIGN="left"><b>Trin:....<FONT COLOR="RED" >
<script>
if(^trin==1)document.write(" 1 ");
if(^trin==2)document.write(" 2 ");
if(^trin> 2)document.write("Pause ");
</script></FONT></TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left"><b>Liter/h:................<FONT
COLOR="RED" >^literh L </FONT></TD>
<TD WIDTH="33%" ALIGN="left"><b>Opdateret kl:..<FONT COLOR="RED"
>^time.^min.^sec</FONT></TD>
</BODY>
</HTML>