The page validates without adding the SB?
I can see nothing wrong with your markup as posted.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Saad Shams" <webforumsuser@macromedia.com> wrote in
message
news:fk9bvc$poc$1@forums.macromedia.com...
> Still I am unable to track the problem. To avoid future
problems, where
> exactly
> do you suggest me to place code within head section. I
doubt that it may
> happened due to code in head section at arbitrary
places.
>
> I have checked with creating a simple template with few
tables in it,
> adding
> server behaviors works fine, as a result of increase in
design/code may be
> due
> to addition of code in head section, i believe it
happens due to that.
>
> Here is a pattern of dreamweaver head section of a
template, suggest me a
> safest place within this region.
>
> <head>
> <meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
> <!-- TemplateBeginEditable name="doctitle" -->
> <title>Untitled Document</title>
> <!-- TemplateEndEditable -->
> <!-- TemplateBeginEditable name="head" --><!--
TemplateEndEditable -->
> </head>
>
> Well at this point, i added some SB and the error
appears again on further
> SBs, check it yourself.
>
> <head>
> <meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
> <!-- TemplateBeginEditable name="doctitle" -->
> <title>Untitled Document</title>
> <!-- TemplateEndEditable -->
> <!-- TemplateBeginEditable name="head" --><!--
TemplateEndEditable -->
> <?php mysql_select_db($database_connBalanaa,
$connBalanaa);
> $query_Recordset1 = "SELECT * FROM advertise";
> $Recordset1 = mysql_query($query_Recordset1,
$connBalanaa) or
> die(mysql_error());
> $row_Recordset1 = mysql_fetch_assoc($Recordset1);
> $totalRows_Recordset1 =
mysql_num_rows($Recordset1);?>
> </head>
>
> Can't add any further Recordset after that on CHILD
Pages.
>
> Looking forward to your kind suggestions.
>