Gossamer Forum
Home : Products : Links 2.0 : Customization :

Can build but pages are blank.

Quote Reply
Can build but pages are blank.
I am modifying my site_html.pl for the first time.
I am cutting an dpasting and maybe that is the problem.

I can get the pages built, but I can not see most of the pages. More specifically, the home page among others is blank.

Any ideas what I am doing?

Here is the code for site muen.

$site_menu = qq~
<$font_menu>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td valign="top" align="center" width="165" bgcolor=" #FFCCCC"><table border="0" cellpadding="2"
width="150" cellspacing="3">
<tr>
<td bgcolor="#000080" align="center" width="145"><font color="#FFFFFF" size="2"><strong>Directory
Commands</strong></font></td>
</tr>
<tr>
<td><A HREF="$build_root_url">Home</A><br>
<A HREF="$build_add_url">Add a Resource</A><br>
<A HREF="$build_modify_url">Modify a Resource</A><br>
<A HREF="$build_new_url">What's New</A><br>
<A HREF="$build_cool_url">What's Cool</A> <br>
<A HREF="$build_root_url/rates.cgi">Top Rated</A><br>
<A HREF="$build_add_url">Link Tree</A> <br>
<A HREF="$build_jump_url?$db_key=random">Random Link</A><br>
</td></tr>
</font>
~;


and this is a section of the home page code:
<center>
<center>$site_ad</center>
<table border="0" width="700">
<tr><td valign="top">
<P><hr size=1 width=700>
<table width=700 cellspacing=0 cellpadding=0 border=0><tr><td><$font_title>$site_title</font><BR>
<$font><i>$site_subtitle</i></font></td><td align=center>$site_mail</td></tr></table>
<center><hr size=1 width=700>
$site_menu
<P><$font_subtitle><strong><center>Categories:</center></strong></font>
<$font_category><strong>$category</strong></font>
<P align=center><$font>There are <strong>$grand_total</strong> links for you to choose from!</font></p>

</center>
$site_footer
</td></tr>
</table>


why is it not working?
It builds butI can not see the pages.

[This message has been edited by ProfessorSW (edited January 19, 1999).]
Subject Author Views Date
Thread Can build but pages are blank. ProfessorSW 1465 Jan 18, 1999, 4:05 PM
Post Re: Can build but pages are blank.
Mark Badolato 1437 Jan 18, 1999, 4:45 PM