PDA

View Full Version : Validation


RichieBoy67
04-21-2006, 09:50 PM
Can anyone help me validate this?????



<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]"

cellspacing="0" border="0" width="95%" align="center"

style="border-top-width:0px">
<tr align="center">

<td id="journalnavbar" class="vbmenu_control"><a

href="#journalnavbar">$vbphrase[journals]</a> <script type="text/javascript">

vbmenu_register("journalnavbar"); </script></td>

<!-- Setup for drop down menu #1 in navbar -->
<script type="text/javascript">
<!--

function OpenRadio(){
Radio =

window.open('vBRadio.php','vBRadio','directories=n o,height=350,width=700,location

=no,menubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">Streaming Media</a></td>
<!-- Setup for drop down menu #1 in navbar -->

<td class="vbmenu_control"><a href="toplist.php$session[sessionurl_q]"></a></td>

<!-- News link in navbar non drop down menu -->
<td class="vbmenu_control"><a

href="/cmps_index.php?$session[sessionurl]">The News Page</a></td>
<!-- / News link in navbar non drop down menu -->

<td class="vbmenu_control"><a

href="/amazonindex.php$session[sessionurl]">The Talk Store</a></td>
<td class="vbmenu_control"><a

href="/arcade.php?$session[sessionurl]">The Arcade</a></td>


<td class="vbmenu_control"><a

href="/photoplog/?$session[sessionurl]">PhotoPlog</a></td>

<td class="vbmenu_control"><a

href="/downloads.php?$session[sessionurl]">Downloads</a></td>

<td class="vbmenu_control"><a

href="/auction/index.php?$session[sessionurl]">Auctions</a></td>
<td class="vbmenu_control"><a

href="/userpage.php?$session[sessionurl]">Creat a WebPage</a></td>




<!-- / Non drop down menu's in navbar -->
</tr>
</table>
</div>

<!-- / nav buttons bar -->

<!-- NAVBAR POPUP MENUS -->

<div class="vbmenu_popup" id="journalnavbar_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" align="center">$vbphrase[journal_links]</td></tr>
<tr><td class="vbmenu_option"><a

href="journal.php$session[sessionurl_q]">$vbphrase[journal_index]</a></td></tr>
<if condition="$bbuserinfo!=0">
<tr><td class="vbmenu_option"><a

href="journal.php?$session[sessionurl]do=gotomyjournal">$vbphrase[my_journal]</a>

</td></tr>
</if>
</table>
</div>


<!-- / NAVBAR POPUP MENUS -->



If anyone can help I would appreciate it...

filburt1
04-21-2006, 10:30 PM
You can validate it yourself better than any human could at http://validator.w3.org/ . If necessary, enclose it in an XHTML 1.0 Transitional document.

RichieBoy67
04-22-2006, 03:00 AM
I know all about that and I use that site all the time...... I was hoping for a little more detailed help with a couple of problems and perhaps a better explanation.

For example... What am I doing wrong with the javascript???

Also, Stupidly I was using dreamweaver to edit this and it seperated much of this... ...

Thanks for the info but that site has been a life line of mine for a long time. I could not get by without it..... Just tring to get some human explanations...lol

Princeton
04-22-2006, 01:49 PM
the type of error depends on the type of DOCTYPE

on some DOCTYPEs, specific elements should not be used within the <body> ... eg. <link>, <style>, etc