Jump to content

thekoopa

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Posts posted by thekoopa

  1. Yes, thanks so much. I just started doing this about a week ago and you answered alot of my questions. All the tutorials I have read seem to say different techniques about achieving certain things at different times. I really appreciate the time you put into helping me out and I'm glad I stumpled upon this forum.

  2. So for the past few days I've been reading tutorials and looking at code, but I can't seem to figure exactly how to do this.

    What I'm looking for is this www.thekoopa.com/clix to look like this http://img151.imageshack.us/img151/3498/needjj2.jpg and every time I click on of my buttons have it display it in a semi transparent grey box with a white border.

     

    If someone could point me in the right direction I would love it. Thanks.

  3. I am following this basic tutorial on building a simple page with php but I keep getting an error.

     

    Parse error: syntax error, unexpected '<' in /home/thekoop/public_html/testtest/main.php on line 2

     

    I followed the tutorial exactly as it says. Here's to code for it.

    <?php 
    <html> 
    <head> 
    <title>Simple PHP page</title> 
    </head> 
    <body> 
    <?php 
    include ($_SERVER['DOCUMENT_ROOT'].'/inc/header.php'); 
    include ($_SERVER['DOCUMENT_ROOT'].'/inc/navigation.php'); 
    include ($_SERVER['DOCUMENT_ROOT'].'/inc/footer.php'); 
    ?> 
    </body> 
    </html>

     

    I know this is probably something really dumb but this is my first time using php.

  4. So what I'm trying to do is implement a content box that will have a transparent background. Is that possible? and How?

     

    Here's a link of what I'm trying to explain. www.innatemediagroup.com the content boxes under press release.

     

    Thanks for your help.

×
×
  • 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.