• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Websites Problem

PGN

I am now PGNFounder
  • 764
    Posts
    21
    Years
    My layout is a little screwed up... I'll give you a link and you'll see why...
    https://pokemongalaxy.t35.com/index.php

    Steve's helped me with my websites bugs quite a bit, and I don't want to bother him...

    So can anyone help me?
     
    Last edited:
    Here's a problem right here. One of these God-forsaken things pops up every time your page is loaded.
     
    Yeah those pop ups suck alot lol.. you should try and find another host. Check out the free hosts thread.
     
    I see no layout there.. perhaps you should post a direct page link.
     
    As I have said in another thread, t35 is my host for testing the pages.
    I edited my above post to directly link to the page with the problem.

    Imakuni? - I was thinking about getting a layout from there [and editing it for my pop-down menu], as I said, I am doing tests, P706 will host me and I will have a real layout
     
    so what exactly is the issue? what does this page need fixed (aside from images/content related stuff)??
     
    here's a sample (not set to php yet) of that same layout slightly modified:
    Code:
    <html>
    <head>
    <title>Pokemon Galaxy - The Ultimate Resource for Pokemon</title>
    
    <style type="text/css">
    .menutitle{
    cursor:pointer;
    margin-bottom: 5px;
    margin-left: 10px;
    background-color:#FF0000;
    color:#000000;
    width:140px;
    padding:2px;
    text-align:center;
    font-weight:bold;
    /*/*/border:1px solid #000000;/* */
    }
     
    .submenu{
    margin-bottom: 0.5em;
    margin-left: 25px;
    }
    </style>
     
    <script type="text/javascript">
     
    /***********************************************
    * Switch Menu script- by Martial B of [url]https://getElementById.com/[/url]
    * Modified by Dynamic Drive for format & NS4/IE4 compatibility
    * Visit [url]https://www.dynamicdrive.com/[/url] for full source code
    ***********************************************/
     
    if (document.getElementById){ //DynamicDrive.com change
    document.write('<style type="text/css">\n')
    document.write('.submenu{display: none;}\n')
    document.write('</style>\n')
    }
     
    function SwitchMenu(obj){
    if(document.getElementById){
    var el = document.getElementById(obj);
    var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
    if(el.style.display != "block"){ //DynamicDrive.com change
    for (var i=0; i<ar.length; i++){
    if (ar[i].className=="submenu") //DynamicDrive.com change
    ar[i].style.display = "none";
    }
    el.style.display = "block";
    }else{
    el.style.display = "none";
    }
    }
    }
     
    </script>
    </head>
    <body text="black" bgcolor="#FFFF00">
    <!-- logo here --><table summary="" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr>
        <td bgcolor="#0090FF" align="center"> <img src="https://pokemonpalace.net/pictures/banner.png" alt=""></td></tr></table>
    <table summary="" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr>
        <td width="20%" valign="top"><br><!-- menu -->
    <!-- Keep all menus within masterdiv-->
    <div id="masterdiv">
     
    <div class="menutitle" onclick="SwitchMenu('sub1')">Site</div>
    <span class="submenu" id="sub1">
    - <a href="index.php">News</a><br>
    - <a href="pgnforums.cjb.net">Forums</a><br>
    - <a href=" ">PokeCommunity</a><br>
    - <a href=" ">News Login</a>
    </span>
     
    <div class="menutitle" onclick="SwitchMenu('sub2')"> </div>
    <span class="submenu" id="sub2">
    - <a href=" "> </a><br>
    - <a href=" "> </a><br>
    - <a href=" "> </a>
    </span>
     
    <div class="menutitle" onclick="SwitchMenu('sub3')"> </div>
    <span class="submenu" id="sub3">
    - <a href=" "> </a><br>
    </span>
     
    <div class="menutitle" onclick="SwitchMenu('sub4')"> </div>
    <span class="submenu" id="sub4">
    - <a href=" "> </a><br>
    - <a href=" "> </a><br>
    - <a href=" "> </a><br>
    - <a href=" "> </a><br>
    </span>
     
    <img src="" onclick="SwitchMenu('sub6')"><br>
    <span class="submenu" id="sub6">
    - <a href=" "> </a><br>
    - <a href=" "> </a><br>
    - <a href=" "> </a><br>
    </span>
     
    </div>
    </div></td>
    <td width="5%" bgcolor="#FFFFFF"></td>
    <td width="75%" bgcolor="#FFFFFF" valign="top">
    <font size=4><b><center>
    Header title here
    </center></b></font>
    
    <p>It has been announced in a press conference of 4Kids Entertainment (company in charge to distribute in America animates of Pok?mon), and Kids WB (channel that transmits it in the U.S.A.) that arrangements have been made and they have bought Three more Seasons of Pok?mon.</p> 
    
    <p>So all Pokemon fans,we are in for a treat this year as the number one Anime mostly watched in the world continues.</p>
    
    <p>It has been announced in a press conference of 4Kids Entertainment (company in charge to distribute in America animates of Pok?mon), and Kids WB (channel that transmits it in the U.S.A.) that arrangements have been made and they have bought Three more Seasons of Pok?mon.</p> 
    
    <p>So all Pokemon fans,we are in for a treat this year as the number one Anime mostly watched in the world continues.</p>
    <br></td>
      </tr>
    	<tr><td bgcolor="#FF0000" colspan="3"><font size=1>All Content is © 2004 PGN. All rights reserved</font></td></tr>
    </table
    <br>
    </body>
    
    </html>

    as you can see.. it's a fairly simple design and is quite easy to fix up to use php/ssi
     
    u might wanna channge the colors. maybe a cool blue. if you need sunglasses to look at a site you arent gonna be very successfull.
     
    i did some work on your layout for you
    *link removed*
     
    Back
    Top