Jump to content

CLTaylor

Members
  • Posts

    20
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

CLTaylor's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. GREAT NEWS - my siteis alive! Thanks to all that cared enough to help. But the prize goes to Mike - it was the tables! I cleaned up the html on the tables and voila ... it's perfect. Thanks everyone. Have a great weekend!
  2. Just want to thank everyone who has tried to help. I have saved the files both in utf-8 and ansi and it has not made any difference yet. I tried adding the extra table at the end Mike, and what was strange about that is it made the skewed design show up in my htm editor the way it was on the server. Before, it was just on the server. So wierd. I tried putting the java around the includes like this: <td> echo <script> echo/* ("include/links.php"); echo */ echo <script> <br></td> </tr> <tr> <td><img src="images/left_orange.jpg" width="165" height="29" /></td> </tr> <tr> <td> echo <script> echo/* ("include/newsletter.php"); echo */ echo <script></td> and got this page as a result: www.menopauseinfo.org/index2.php
  3. Thanks for trying Mike. I'm posting the code here for you to see. My html helpers tell me I have an incomplete DOCTYPE, so I'm also including that. If you look at www.menopauseinfo.org/index.htm you can see that the page loads fine. UNTIL I had the .php includes which you can see at www.menopauseinfo.org/index.php <table width="900" border="0" cellspacing="0" cellpadding="0" align="center"> <tr valign="top"> <td width="165" bgcolor="#EEEEEE"> <table width="165" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/left_red.jpg" width="165" height="27" /></td> </tr> <tr> <td> <?php include("include/links.php"); ?><br></td> </tr> <tr> <td><img src="images/left_orange.jpg" width="165" height="29" /></td> </tr> <tr> <td> <?php include("include/newsletter.php"); ?></td> </tr> </table> Here's what I have for my head in case that helps. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd."> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="TITLE" content= "Menopause | Menopause Symptoms | Early Menopause"> <meta name="description" content= "Menopause articles, resources and links so you can learn how to eliminate the symptoms of menopause"> <meta name="keywords" content= "menopause symptoms,hormones,estrogen,progesterone,hot flashes,night sweats,perimenopause,bioidenticals"> <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii"> <link rel="stylesheet" href="styles.css" type="text/css"> </head>
  4. Thanks for the help, but my problem is I'm not a coder. Maybe it will help to show you the 2 pages I have created. This page www.menopauseinfo.org/index.php works fine But the minute I add the .php includes, I get this: www.menopauseinfo.org/index-old.php Maybe someone can tell what's causing the problem now. Thanks
  5. Thanks for your response regarding my html. I will have to find someone to fix these mistakes as I don't pretend to be a programmer of any kind. Can someone please tell me what the doctype for php should be?
  6. compare this ULR www.menopauseinfo.org in both internet explorer and mozilla it works fine in firefox, but in IE the design is thrown off
  7. Ok, sorry. I was trying to find that right place to post because you said the first one was wrong. I pasted the code into the other location. Also, it appears that this problems happens only in IE and Mozilla is fine.
  8. Thanks for helping. Here's the code that appears to be causing the problem <table width="165" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/left_red.jpg" width="165" height="27"></td> </tr> <tr> <td> <?php include("include/links.php"); ?> <br> </td> </tr> <tr> <td><img src="images/left_orange.jpg" width="165" height="29"></td> </tr> <tr> <td> <?php include("include/newsletter.php"); ?> </td> </tr> </table>
  9. I'm developing a new site in Expressions Web and saving the files as .php. When I use the .php includes, it throws off my site design and I can't see how to fix it. Can someone please take a look at this page and let me know? www.menopauseinfo.org Thanks Cathy
  10. Can someone please take a look at this page and tell me my .php include files are causing this page to freak out? Thanks so much to anyone who can help Cathy
  11. Can someone PLEASE look at this page and tell me what is wrong with my coding. www.menopauseinfo.org/index.php I fixed the .php links so that would show, but it threw off the alignment some how, and I can't seem to fix it. I appreciate any help at this point. Thanks, Cathy
  12. Thanks for helping. Just FYI, does the .htaccess file serve the same purpose? Can I get this to work?
  13. This website is hosted by Godaddy
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.