Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Troulbe inserting cute news into my site


  • Please log in to reply

#1
jeneni

jeneni

    New Member

  • Member
  • Pip
  • 3 posts
My problem is that when I insert the code into my layout nothing works. The page looks as if the tables aren't working...

If you're not familiar with cutenews, its a newscript. http://www.cutephp.com/cutenews/



Here's the page.

And just so there's no confusion... it SHOULD look like this: http://www.incaseofz...com/zombies.php

I can't put it into an iframe because theres no way to make it expand and I don't want scroll bars inside the frame.

Here's my code. Please let me know if you're seeing something I'm not. Thanks!

bloggy.php :

<?PHP
 include("top.txt");

 $category = "1";
 $number = "5";
 include("cutenews/show_news.php");

 include("bottom.txt");
?>


top.txt :

<HTML>

<HEAD>
<TITLE>In Case of Zombies!</TITLE>

<script LANGUAGE="JavaScript"><!--

// preload images:
if (document.images) {
update = new Image(105,38); update.src = "http://www.incaseofzombies.com/images/update.jpg";
update2 = new Image(105,38); update2.src = "http://www.incaseofzombies.com/images/update2.jpg";

comic = new Image(145,38); comic.src = "http://www.incaseofzombies.com/images/comic.jpg";
comic2 = new Image(145,38); comic2.src = "http://www.incaseofzombies.com/images/comic2.jpg";

forums = new Image(102,38); forums.src = "http://www.incaseofzombies.com/images/forums.jpg";
forums2 = new Image(102,38); forums2.src = "http://www.incaseofzombies.com/images/forums2.jpg";

merchandise = new Image(163,38); merchandise.src = "http://www.incaseofzombies.com/images/merchandise.jpg";
merchandise2 = new Image(163,38); merchandise2.src = "http://www.incaseofzombies.com/images/merchandise2.jpg";

interactive = new Image(150,38); interactive.src = "http://www.incaseofzombies.com/images/interactive.jpg";
interactive2 = new Image(150,38); interactive2.src = "http://www.incaseofzombies.com/images/interactive2.jpg";

links= new Image(76,38); links.src = "http://www.incaseofzombies.com/images/links.jpg";
links2 = new Image(76,38); links2.src = "http://www.incaseofzombies.com/images/links2.jpg";

mission_g = new Image(119,15); mission_g.src = "http://www.incaseofzombies.com/images/mission_g.gif";
mission_r = new Image(119,15); mission_r.src = "http://www.incaseofzombies.com/images/mission_r.gif";

stats_g = new Image(119,15); stats_g.src = "http://www.incaseofzombies.com/images/stats_g.gif";
stats_r = new Image(119,15); stats_r.src = "http://www.incaseofzombies.com/images/stats_r.gif";

jblog_g = new Image(119,15); jblog_g.src = "http://www.incaseofzombies.com/images/jblog_g.gif";
jblog_r = new Image(119,15); jblog_r.src = "http://www.incaseofzombies.com/images/jblog_r.gif";

sblog_g = new Image(119,15); sblog_g.src = "http://www.incaseofzombies.com/images/sblog_g.gif";
sblog_r = new Image(119,15); sblog_r.src = "http://www.incaseofzombies.com/images/sblog_r.gif";

mblog_g = new Image(119,15); mblog_g.src = "http://www.incaseofzombies.com/images/mblog_g.gif";
mblog_r = new Image(119,15); mblog_r.src = "http://www.incaseofzombies.com/images/mblog_r.gif";

survival_g = new Image(119,15); survival_g.src = "http://www.incaseofzombies.com/images/survival_g.gif";
survival_r = new Image(119,15); survival_r.src = "http://www.incaseofzombies.com/images/survival_r.gif";

firstaid_g = new Image(119,15); firstaid_g.src = "http://www.incaseofzombies.com/images/firstaid_g.gif";
firstaid_r = new Image(119,15); firstaid_r.src = "http://www.incaseofzombies.com/images/firstaid_r.gif";

selfdefense_g = new Image(119,15); selfdefense_g.src = "http://www.incaseofzombies.com/images/selfdefense_g.gif";
selfdefense_r = new Image(119,15); selfdefense_r.src = "http://www.incaseofzombies.com/images/selfdefense_r.gif";

strategy_g = new Image(119,15); strategy_g.src = "http://www.incaseofzombies.com/images/strategy_g.gif";
strategy_r = new Image(119,15); strategy_r.src = "http://www.incaseofzombies.com/images/strategy_r.gif";

weapons_g = new Image(119,15); weapons_g.src = "http://www.incaseofzombies.com/images/weapons_g.gif";
weapons_r = new Image(119,15); weapons_r.src = "http://www.incaseofzombies.com/images/weapons_r.gif";

items_g = new Image(119,15); items_g.src = "http://www.incaseofzombies.com/images/items_g.gif";
items_r = new Image(119,15); items_r.src = "http://www.incaseofzombies.com/images/items_r.gif";

gear_g = new Image(119,15); gear_g.src = "http://www.incaseofzombies.com/images/gear_g.gif";
gear_r = new Image(119,15); gear_r.src = "http://www.incaseofzombies.com/images/gear_r.gif";

}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}


//--></SCRIPT>

<link href="http://www.incaseofzombies.com/zombies.css" rel="stylesheet" type="text/css">

</HEAD>

<BODY BGCOLOR="#000000" topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" marginheight="0" marginwidth="0">

<TABLE WIDTH="1000" BORDER=0 CELLPADDING=0 CELLSPACING=0>

<TR>
<TD ROWSPAN=2 BGCOLOR="#000000" wIDTH="2" HEIGHT="154">
</TD>
<TD COLSPAN=2 BACKGROUND="http://www.incaseofzombies.com/images/icoz_logo.jpg" WIDTH="250" HEIGHT="116" BORDER="0" ALT="incaseofzombies.com">
</TD>
<TD COLSPAN=4 BACKGROUND="http://www.incaseofzombies.com/images/zombie_ad.jpg" WIDTH="491" HEIGHT="116" BORDER="0" ALT="You could advertise here!">
</TD>
<TD ROWSPAN=2 BACKGROUND="http://www.incaseofzombies.com/images/brickright.jpg" WIDTH="258" Height="154">
</TD>
</TR>
<TR>


<!---MOUSE OVER HERE---!>
<TD><A HREF="http://www.incaseofzombies.com/zombies.php"
	onMouseOver="hiLite('img_update','update2')"
    onMouseOut="hiLite('img_update','update')">
<IMG SRC="http://www.incaseofzombies.com/images/update.jpg" WIDTH="105" HEIGHT="38" BORDER="0" ALT="Updates" NAME="img_update"></A>
</TD>
<TD><A HREF="http://www.incaseofzombies.com/comic.php"
	onMouseOver="hiLite('img_comic','comic2')"
    onMouseOut="hiLite('img_comic','comic')"><IMG SRC="http://www.incaseofzombies.com/images/comic.jpg" WIDTH="145" HEIGHT="38" BORDER="0" ALT="ICOZ Comic" NAME="img_comic"></A>
</TD>
<TD><A HREF="http://www.incaseofzombies.com/forums/"
	onMouseOver="hiLite('img_forums','forums2')"
    onMouseOut="hiLite('img_forums','forums')"><IMG SRC="http://www.incaseofzombies.com/images/forums.jpg" WIDTH="102" HEIGHT="38" BORDER="0" ALT="Forums" NAME="img_forums"></A>
</TD>
<TD><A HREF="store/store.php"
	onMouseOver="hiLite('img_store','merchandise2')"
    onMouseOut="hiLite('img_store','merchandise')"><IMG SRC="http://www.incaseofzombies.com/images/merchandise.jpg" WIDTH="163" HEIGHT="38" BORDER="0" ALT="ICOZ Store" NAME="img_store"></A>
</TD>
<TD><A HREF="http://www.incaseofzombies.com/interactive.php"
	onMouseOver="hiLite('img_interactive','interactive2')"
    onMouseOut="hiLite('img_interactive','interactive')"><IMG SRC="http://www.incaseofzombies.com/images/interactive.jpg" WIDTH="150" HEIGHT="38" BORDER="0" ALT="Interactive" NAME="img_interactive"></A>
</TD>
<TD><A HREF="links.php"
	onMouseOver="hiLite('img_links','links2')"
  	onMouseOut="hiLite('img_links','links')"><IMG SRC="http://www.incaseofzombies.com/images/links.jpg" WIDTH="76" HEIGHT="38" BORDER="0" ALT="Links" NAME="img_links"></A>
</TD>
</TR>
</TABLE>

<TABLE WIDTH="1000" BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD  VALIGN="top" BACKGROUND="http://www.incaseofzombies.com/images/bricklarge.jpg" WIDTH="186" HEIGHT="588" BORDER="0" ALT="">
<BR>
<!---------LEFT PANEL---------!>

<TABLE ID="contenttable2" border="0" width="150" style="margin-top: 20px;">
<TR>
<TD>
<p id="head"><A HREF="http://www.incaseofzombies.com/pics.php">ICOZ Pics</A></p>
<BR>
<CENTER>

<A HREF="http://www.incaseofzombies.com/pics.php"><IMG SRC="random.php" BORDER="0" alt="Random" /></A>

</CENTER>
</TD>
</TR>
</TABLE>


<TABLE ID="contenttable2" border="0" width="150" style="margin-top: 20px;">
<TR>
<TD>
<p id="head">Sponsored Links</p>
<BR>
<CENTER>

<IFRAME SRC="adsense_button.html" WIDTH="125" HEIGHT="125"  FRAMEBORDER="0" border="0"  scrolling="no" ></IFRAME>
</CENTER>
</TD>
</TR>
</TABLE>

<TABLE ID="contenttable2" border="0" width="150" style="margin-top: 20px;">
<TR>
<TD>
<p id="head">Donate</p>
<BR>
<CENTER>
<A HREF="whydonate.php">Why Donate? Click Here.</A>
<BR>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----
">
</form>
</CENTER>
</TD>
</TR>
</TABLE>







<!---------END LEFT PANEL---------!>
</TD>
<TD VALIGN="top" WIDTH="421" HEIGHT="588">
<BR>


bottom.txt :

</TD>
<TD VALIGN="top" BACKGROUND="http://www.incaseofzombies.com/images/brickpattern.jpg" WIDTH="136" HEIGHT="588" BORDER="0" ALT="">
<CENTER>
<BR>
<!---------START NAVIGATION---------!>

<IMG SRC="http://www.incaseofzombies.com/images/about.gif" WIDTH="98" HEIGHT="37" BORDER="0" ALT="About">
<BR>
<A HREF="http://www.incaseofzombies.com/mission.php"
	onMouseOver="hiLite('img_mission','mission_r')"
    onMouseOut="hiLite('img_mission','mission_g')"><IMG SRC="http://www.incaseofzombies.com/images/mission_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Mission Statement" NAME="img_mission"></A>
<A HREF="http://www.incaseofzombies.com/stats.php"
	onMouseOver="hiLite('img_stats1','stats_r')"
    onMouseOut="hiLite('img_stats1','stats_g')"><IMG SRC="http://www.incaseofzombies.com/images/stats_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Stats" NAME="img_stats1"></A>
<BR>
<BR>
<IMG SRC="http://www.incaseofzombies.com/images/blog.gif" WIDTH="99" HEIGHT="39" BORDER="0" ALT="Blog">
<BR>
<A HREF="http://www.incaseofzombies.com/blog/jenni.php"
	onMouseOver="hiLite('img_jblog','jblog_r')"
    onMouseOut="hiLite('img_jblog','jblog_g')"><IMG SRC="http://www.incaseofzombies.com/images/jblog_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Jenni's Journal" NAME="img_jblog"></A>
<A HREF="http://www.incaseofzombies.com/blog/scott.php"
	onMouseOver="hiLite('img_sblog','sblog_r')"
    onMouseOut="hiLite('img_sblog','sblog_g')"><IMG SRC="http://www.incaseofzombies.com/images/sblog_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Scott's Journal" NAME="img_sblog"></A>
<A HREF="http://www.incaseofzombies.com/blog/mike.php"
	onMouseOver="hiLite('img_mblog','mblog_r')"
    onMouseOut="hiLite('img_mblog','mblog_g')"><IMG SRC="http://www.incaseofzombies.com/images/mblog_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Mike's Journal" NAME="img_mblog"></A>
<BR>
<BR>
<IMG SRC="http://www.incaseofzombies.com/images/skills.gif" WIDTH="98" HEIGHT="38" BORDER="0" ALT="Skills">
<BR>
<A HREF="http://www.incaseofzombies.com/survival.php"
	onMouseOver="hiLite('img_survival','survival_r')"
    onMouseOut="hiLite('img_survival','survival_g')"><IMG SRC="http://www.incaseofzombies.com/images/survival_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Basic Survival" NAME="img_survival"></A>
<A HREF="http://www.incaseofzombies.com/firstaid.php"
	onMouseOver="hiLite('img_firstaid','firstaid_r')"
    onMouseOut="hiLite('img_firstaid','firstaid_g')"><IMG SRC="http://www.incaseofzombies.com/images/firstaid_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="First Aid" NAME="img_firstaid"></A>
<A HREF="selfdefense.php"
	onMouseOver="hiLite('img_selfdefense','selfdefense_r')"
    onMouseOut="hiLite('img_selfdefense','selfdefense_g')"><IMG SRC="http://www.incaseofzombies.com/images/selfdefense_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Self Defense" NAME="img_selfdefense"></A>
<A HREF="strategy.php"
	onMouseOver="hiLite('img_strategy','strategy_r')"
    onMouseOut="hiLite('img_strategy','strategy_g')"><IMG SRC="http://www.incaseofzombies.com/images/strategy_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Strategy" NAME="img_strategy"></A>
<BR>
<BR>
<IMG SRC="http://www.incaseofzombies.com/images/supplies.gif" WIDTH="98" HEIGHT="38" BORDER="0" ALT="Supplies">
<BR>
<A HREF="http://www.incaseofzombies.com/weapons.php"
	onMouseOver="hiLite('img_weapons','weapons_r')"
    onMouseOut="hiLite('img_weapons','weapons_g')"><IMG SRC="http://www.incaseofzombies.com/images/weapons_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Weapons" NAME="img_weapons"></A>
<A HREF="http://www.incaseofzombies.com/items.php"
	onMouseOver="hiLite('img_items','items_r')"
    onMouseOut="hiLite('img_items','items_g')"><IMG SRC="http://www.incaseofzombies.com/images/items_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Household Items" NAME="img_items"></A>
<A HREF="http://www.incaseofzombies.com/gear.php"
	onMouseOver="hiLite('img_gear','gear_r')"
    onMouseOut="hiLite('img_gear','gear_g')"><IMG SRC="http://www.incaseofzombies.com/images/gear_g.gif" WIDTH="119" HEIGHT="15" BORDER="0" ALT="Gear" NAME="img_gear"></A>

<!---------END NAVIGATION---------!>
</CENTER>
</TD>
<TD BACKGROUND="http://www.incaseofzombies.com/images/brickright.jpg" WIDTH="258" HEIGHT="588" BORDER="0" ALT="">


</TD>
</TR>

<TR>
<TD BACKGROUND="http://www.incaseofzombies.com/images/bricklarge.jpg" WIDTH="186" HEIGHT="750" BORDER="0" ALT="">
</TD>
<TD COLSPAN=3 background="http://www.incaseofzombies.com/images/zombie_kid.jpg" WIDTH="814" HEIGHT="750" BORDER="0" ALT="">

<TABLE WIDTH="814" HEIGHT="750" CELLPADDING="0" CELLSPACING="0">
<TR COLSPAN=2>
<TD VALIGN="top">


</TD>
</TR>
<TR>
<TD VALIGN="bottom">
<FONT COLOR="#FFFFFF">
<CENTER>This site, and all the graphics, artwork, and content within are copyright &copy; 2005 by In Case of Zombies unless otherwise stated. All rights reserved.</FONT>
<BR><BR>
</CENTER>
</TD>
</TR>
</TABLE>

</TD>
</TR>

</TABLE>

</BODY>

</HTML>

Edited by jeneni, 22 August 2005 - 10:26 PM.

  • 0

Advertisements


#2
fleming

fleming

    Member

  • Member
  • PipPip
  • 24 posts
I quickly looked, and I don't think this is right so far:

<script LANGUAGE="JavaScript"><!--

You have the ending of a comment tag there, which might not load the javascript properly.

That is a stab in the dark though.

Also this:

//--></SCRIPT>

Don't think that's right either.

I am not that great at PHP but i will try and look through it and see what I can come up with.

Well I am not sure, when I look at your page it looks like your text is displaying... I mean where it sats MOnkey Monkey, thats where you have cutenews feeding the text correct?

You do also have some legacy code inside your page, plus I would use CSS to style your body tags.

Sorry I cannot be of much help.

Edited by fleming, 08 August 2005 - 06:39 AM.

  • 0

#3
ssone

ssone

    Member

  • Member
  • PipPipPip
  • 301 posts
no thats not the problem (the javascript tags).

Why don't you take the script from cutenews instead of the zombie site?
  • 0

#4
ssone

ssone

    Member

  • Member
  • PipPipPip
  • 301 posts
If you took it from incaseofzombies, than you probably didn't take all the files needed to run the script.
  • 0

#5
jeneni

jeneni

    New Member

  • Topic Starter
  • Member
  • Pip
  • 3 posts
The zombie site IS my site. I was just testing it on my other one first.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP