PDA

View Full Version : Briefing.html not working



bigd0311
Nov 11 2001, 01:40
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<H2><A name=Main></A></H2>
<H6><B>May 10, 1985</B> <BR><BR>We just got issued the new AK101's today. ***

There wasn't enough to go around, but rank has it's priviledges. ***Mine is

nice and shiny. ***I volunteered for the attack on the U.S. Army base

north-east of La Trinite. ***From what I hear it's not heavily guarded being so

far behind enemy lines. ***Better check my chute again, we jump tonight. </H6>
<HR>

<P><A name=plan></A>Tonight, as part of a reinforced infantry squad commanded

by Capt Yakov, your team is going to attack U.S. Army base 560. ***You will be

dropped via Mi-17 behind enemy lines in an effort to catch the enemy

off-guard. ***You are to eliminate all U.S. presence in the area. There is the

possibility that resistance could be higher than expected. ***An ammo crate is

being dropped along with you. ***Your objectives are as follows.</P>
<HR>

<P><A name=OBJ_1></A><A href="marker:ammo">Ammo crate </A>is near this

location. Pick up equipment needed to complete your mission.</P>
<HR>

<P><A name=OBJ_2></A><A href="marker:armybase">U.S. Army base 560 </A>is to

be captured. </P>
<HR>

<H2><A name=Debriefing:End1>Congratulations on your victory!</A></H2>
<P>You have rooted the American pigs from their hole. Good work, comrade.

</P>
<HR>

<H2><A name=Debriefing:End2>You have failed!</A></H2>
<P>We will try again with a more competent squad at a later date. </P>
<HR>

<H2><A name=Debriefing:End3>*mission status*</A></H2>
<P>*debriefing text* </P>
<HR>

<H2><A name=Debriefing:End4>*mission status*</A></H2>
<P>*Debriefing text here* </P>
<HR>

<H2><A name=Debriefing:End5>*mission status*</A></H2>
<P>*Debriefing text here* </P>
<HR>

<H2><A name=Debriefing:End6>*mission status*</A></H2>
<P>*Debriefing text here* </P></BODY></HTML>

Thanks in advance.

Rob
Nov 11 2001, 12:49
send me the whole briefing so i can take a look at it. it seems ok but i might be mistaken

Damage Inc
Nov 11 2001, 12:50
Try removing that meta stuff from the beginning.

Rob
Nov 11 2001, 18:42
no the meta stuff is ok. its just showing the user wot program the htm has been writen in. that wont affect it.

nutbar
Nov 18 2001, 04:23
Missing quotes around your objective names:
name=objective <- wrong
name="objective" <- right

But don't listen to me, I got mine to be visually proper, but my friggin objectives never check off (no green check mark) when I set them to "DONE". http://www.flashpoint1985.com/ikonboard3/non-cgi/emoticons/tounge.gif

InqWiper
Nov 20 2001, 16:23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<H2><A name=Main></A></H2>
<H6><B>May 10, 1985</B> <BR><BR>We just got issued the new AK101's today.

U put an end to A name=main right after its beginning

<A name=Main></A>

try it like this

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<H2><A name=Main></H2>
<H6><B>May 10, 1985</B> <BR><BR>We just got issued the new AK101's today.