Header

Messages
13,293
Location
Britain
I have tried to put a Header on my Forum (vB 3) to no avail - I am wondering whether anybody knows what may be wrong or what I need to do. Specifically really David!

Code:
 <div style="position: absolute; width: 293px; height: 134px; z-index: 1; left: 436px; top: 9px" id="layer1">
 <div style="position: absolute; width: 47px; height: 207px; z-index: 1; left: 299px; top: -4px" id="layer4">
  <p align="center">
  <img border="0" src="images/British.gif" width="36" height="25"><img border="0" src="images/Australia.gif" width="36" height="25"><img border="0" src="images/New%20Zealand.gif" width="36" height="25"><img border="0" src="images/US.gif" width="36" height="25"><img border="0" src="images/France.gif" width="36" height="25"><img border="0" src="images/Germany.gif" width="36" height="26"><img border="0" src="images/Russia.gif" width="36" height="25"><img border="0" src="images/North%20Korea.gif" width="36" height="25"></div>
 <div style="position: absolute; width: 295px; height: 31px; z-index: 1; left: -1px; top: 141px" id="layer2">
  <p align="center"><!--[if gte vml 1]><v:shapetype id="_x0000_t136"
 coordsize="21600,21600" o:spt="136" adj="10800" path="[email="m@7,l@8,m@5,21600l@6,21600e"]m@7,l@8,m@5,21600l@6,21600e[/email]">
 <v:formulas>
  <v:f eqn="sum #0 0 10800"/>
  <v:f eqn="prod #0 2 1"/>
  <v:f eqn="sum 21600 0 @1"/>
  <v:f eqn="sum 0 0 @2"/>
  <v:f eqn="sum 21600 0 @3"/>
  <v:f eqn="if @0 @3 0"/>
  <v:f eqn="if @0 21600 @1"/>
  <v:f eqn="if @0 0 @2"/>
  <v:f eqn="if @0 @4 21600"/>
  <v:f eqn="mid @5 @6"/>
  <v:f eqn="mid @8 @5"/>
  <v:f eqn="mid @7 @8"/>
  <v:f eqn="mid @6 @7"/>
  <v:f eqn="sum @6 0 @5"/>
 </v:formulas>
 <v:path textpathok="t" o:connecttype="custom" o:connectlocs="@9,0;@10,10800;@11,21600;@12,10800"
  o:connectangles="270,180,90,0"/>
 <v:textpath on="t" fitshape="t"/>
 <v:handles>
  <v:h position="#0,bottomRight" xrange="6629,14971"/>
 </v:handles>
 <o:lock v:ext="edit" text="t" shapetype="t"/>
</v:shapetype><v:shape id="_x0000_s1026" type="#_x0000_t136"
 href="[url="http://www.playfordnet.com/Greathanc/showthread.php?p=7#post7"]http://www.playfordnet.com/Greathanc/showthread.php?p=7#post7[/url]" style='width:137.25pt;
 height:33.75pt' fillcolor="#39f" stroked="f" strokecolor="#eaeaea"
 strokeweight="1pt">
 <v:fill color2="#069" colors="0 #39f;10486f #0cc;30802f #99f;39322f #2e6792;46531f #33c;53084f #1170ff;1 #069"
  method="none" focus="100%" type="gradient"/>
 <v:imagedata embosscolor="shadow add(51)"/>
 <v:shadow on="t" type="emboss" color="lineOrFill darken(153)" color2="shadow add(102)"
  offset="-1pt,-1pt"/>
 <v:textpath style='font-family:"Arial Black";v-text-kern:t' trim="t"
  fitpath="t" string="Newbies!
Click Here!"/>
</v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout'><map
name=MicrosoftOfficeMap0><area shape=Polygon
coords="14, 1, 14, 9, 16, 17, 0, 33, 0, 39, 4, 47, 7, 47, 187, 47, 187, 33, 171, 17, 171, 3, 169, 1, 14, 1"
href="[url="http://www.playfordnet.com/Greathanc/showthread.php?p=7#post7"]http://www.playfordnet.com/Greathanc/showthread.php?p=7#post7[/url]" title=""></map><img
border=0 width=187 height=49 src="bar7_files/image001.gif"
usemap="#MicrosoftOfficeMap0" alt="Newbies!
Click Here!" v:shapes="_x0000_s1026"></span><![endif]></div>
 <p align="center"><!--[if gte vml 1]><v:shape
 id="_x0000_s1025" type="#_x0000_t136" style='width:177pt;height:81pt'
 fillcolor="green" stroked="f">
 <v:imagedata embosscolor="shadow add(51)"/>
 <v:shadow on="t" type="emboss" color="lineOrFill darken(153)" color2="shadow add(102)"
  offset="-1pt,-1pt"/>
 <v:textpath style='font-family:"Matura MT Script Capitals";font-style:italic;
  v-text-kern:t' trim="t" fitpath="t" string="Welcome to
Greathanc Forums!"/>
</v:shape><![endif]--><![if !vml]><img border=0 width=240 height=112
src="bar7_files/image002.gif" alt="Welcome to
Greathanc Forums!"
v:shapes="_x0000_s1025"><![endif]></div>
<p> </p>

That is the code I am trying to put in - I know where it goes and I know what it looks like; the problem is that nothing but the flags come up on this and I did want all of the page to come up! As it should.
 
Well most of it is not HTML. That is your problem, you need just HTML code. It looks like you have XML or something there.
 
That woudl probably answer it - I used Frontpage 2003 to make it and I used Layers in making it look right. I'll try and do it without Layers.
 
Back
Top Bottom