Websites Problem

Started by PGN June 19th, 2004 2:38 AM
  • 747 views
  • 10 replies

PGN

I am now PGNFounder

USA
Seen September 15th, 2007
Posted July 17th, 2007
764 posts
19.3 Years
My layout is a little screwed up... I'll give you a link and you'll see why...
http://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?
Ilex Forest
"We don't need no dang slogan!"

Rukario

Banned

Somewhere in Ilex Forest
Seen April 6th, 2019
Posted March 17th, 2019
7,587 posts
20.7 Years
I see no layout there.. perhaps you should post a direct page link.

PGN

I am now PGNFounder

USA
Seen September 15th, 2007
Posted July 17th, 2007
764 posts
19.3 Years
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
Ilex Forest
"We don't need no dang slogan!"

Rukario

Banned

Somewhere in Ilex Forest
Seen April 6th, 2019
Posted March 17th, 2019
7,587 posts
20.7 Years
so what exactly is the issue? what does this page need fixed (aside from images/content related stuff)??
Age 32
Oakland Ca
Seen December 29th, 2008
Posted August 11th, 2008
3,549 posts
19.3 Years
On your Links. dont just put pokecommunity.com or it wont work. put http://www.pokecommunity.com or http://pokecommunity.com
Stop waiting for GSC Remakes! Play the fan made remakes!
I support these rom hacks:



Also, while you're here, check out my GSC music project:
Thread | PureVolume

Rukario

Banned

Somewhere in Ilex Forest
Seen April 6th, 2019
Posted March 17th, 2019
7,587 posts
20.7 Years
here's a sample (not set to php yet) of that same layout slightly modified:
<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 http://getElementById.com/
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
* Visit http://www.dynamicdrive.com/ 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="http://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 Pokmon), 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 Pokmon.</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 Pokmon), 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 Pokmon.</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 &copy; 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
Age 32
Oakland Ca
Seen December 29th, 2008
Posted August 11th, 2008
3,549 posts
19.3 Years
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.
Stop waiting for GSC Remakes! Play the fan made remakes!
I support these rom hacks:



Also, while you're here, check out my GSC music project:
Thread | PureVolume