Can I have help fixing my code?
Posted: Mon Jan 01, 2007 6:19 pm
feyd | Please use
Why won't this load? It becomes: http://neal41835.freepgs.com/pokerchips ... blic_html/ (I have all the files in this fixed too)
Do I need an index.html? If I do how do I link to this?
Thanks just fix the code and repost if you guys know how I appriciate it.
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Here is my index.php:Code: Select all
<!--
NOTICE:
ANYTHING INSIDE OF THESE ARROWS TELLS YOU WHAT SOMETHING DOES AND HOW TO EDIT IT! EZ-EDIT!
-->
<HTML>
<HEAD><TITLE>Poker Chips Store: Great Prices</TITLE>
</HEAD>
<BODY MARGINHEIGHT="0" MARGINWIDTH="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0">
<TABLE BORDER="0" ROWS="3" WIDTH="100%" CELLSPACING="0">
<?php include "top-menu.php"; ?>
<!--
OPEN THE FILE CALLED "top-menu.php" TO EDIT THE MENU AND LINKS!
-->
<?php include "categories.php"; ?>
<!--
OPEN THE FILE CALLED "categories.php" TO EDIT THE LINKS AND TEXT
TO THE TABLE LOCATED TO THE LEFT ON THE FRONT PAGE!
-->
</TD>
<td valign="top">
<table border="0" align="center" cellspacing="0">
<td>
<?php include "main-text.php"; ?>
<!--
OPEN THE FILE CALLED "main-text.php" AND EDIT THE TEXT IN THERE AND IT WILL CHANGE THE
TEXT THAT IS ON THE FRONT PAGE!
-->
</td></table>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>Do I need an index.html? If I do how do I link to this?
Thanks just fix the code and repost if you guys know how I appriciate it.
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]