Frontpage 2003, Can Map Body, But Not Head,title And H1 Section Of My Html Pages?
Hi
I am having problems attaching the head, title, and h1, content of my html files to my .dwt file in frontpage 2003, to my html files,
body attaches fine.
creating the .dwt file is easy, i have done that.
basically i right click the areas i want the head and title, ( thats what the tags are called)
I then open my html file, and :
format > dynamic web template > attach dynamic web template > (select my .dwt file which i select and open)
Then a box appears that has body mapped against h1 so i chnage it to body against body.
But it doenst even give me an option fo rtherest of teh tags i selected, head,title,h1 etc.
when i then save and open my html file via internet explorer,body has mapped correctly but where i selected h1, and head i get:
(h1)
(head)
in grey colour
and no data,
I am confused
I want the rest of the tags h1, head, title, mapped to teh html file in teh same way as the body.
I dont see any option to do this
thanks in advance
tovia
I'm not sure if I'll be able to post codes in here,lol but I'll try. if not contact me later at http://freeandbesthosting.com forums and I'll help you out.
Ok, here we go LOL
I'm not big fan of frontpage and I don't know much about it.
But I know that if you trying to put header on page you can just go to html code and see what it looks like. I assume you have some like this:
<body>
<table width="792" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="72" background="images/top_bg.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="33%"><img src="images/logo.jpg" width="249" height="72"></td>
<td width="43%"> </td>
<td width="24%"><span class="black10">Home | Payment | Pre-Sale </span>
<span class="black10">Call Now (61) 00 6334 4456</span></td>
</tr>
</table></td>
</tr>
where <table width="792" border="0" align="center" cellpadding="0" cellspacing="0"> this is your table
and this :
<td height="72" background="images/top_bg.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="33%"><img src="images/logo.jpg" width="249" height="72"></td>
<td width="43%"> </td>
<td width="24%"><span class="black10">Home | Payment | Pre-Sale </span>
<span class="black10">Call Now (61) 00 6334 4456</span></td>
is header (mine to much staff in ) you can clean up what you don't need in header
you can live only : <td width="33%"><img src="images/logo.jpg" width="249" height="72"></td>
and make it 100% width=792 height as you want: 60,90,75….