Jump to content

dinostatic

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by dinostatic

  1. oh!!!! thanks so much! yea, i have the path of the image leading from the connect.php file not the index.php file! that makes so much more sense! thank you so so much (:
  2. Hello! I am very new to php, so I was wondering how I could fix a simple problem (: I want to use a php include to put content on a left column. The coding is really, really simple, it's just <?php include ("content/_left/connect.php"); ?> Whenever I load this on to my test server the images on the connect.php file don't show up. Is this because of the php include or is this something within the code of connect? The code for the images is simple html, it's just <img src="../../Images/youtube_link.png" width="175" height="20" /> Also for the php include function, do I have to include a php file? Can it be an html file? Or something else? I am new on coding by hand, so I apologize for any noobiness /: I am learning as much as I can on my own
  3. I'm just now getting into PHP so I can make my website way easier to use. But whenever I put an include into a cell, it messes up the Design window o: I know that when coding, the design window isn't a huge deal, but I'd like to be able to see what I'm doing /: Here are some pictures to show what happens when I include(); Before Code After Code In the design window all the tables are gone and messed up /: It looks fine in the browser (Here's the test site where it seems to be working http://www.dinotest.site90.com) I don't know what the problem is
×
×
  • 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.