• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Cheatpark.net version 2.0

What's the purpose of the iframe anyway? All it leads to is an incomplete document that only contains:

<a href=http://www.cheatpark.net/phpexchange/engine.php?op=click&cid=2&bid=2 target=_blank><img src=http://www.cheatpark.net/phpexchange/banners/2.gif border=0 width=468 height=60></a>

Seems totally pointless. :confused2
 
Originally posted by meow
What's the purpose of the iframe anyway? All it leads to is an incomplete document that only contains:

<a href=http://www.cheatpark.net/phpexchange/engine.php?op=click&cid=2&bid=2 target=_blank><img src=http://www.cheatpark.net/phpexchange/banners/2.gif border=0 width=468 height=60></a>

Seems totally pointless. :confused2
Yeah but the iframe code I was given with the script and didn't know what else to use.
 
Think, cheatpark. All there is is a linked image. So what would you insert instead of the iframe? Could it be....the linked image?
 
Comments:

- I'm not a big fan of the blocky nav bar. It looks very strange in comparison to your curved logo. Also, I feel it looks like it's pushed too far to the edges of the screen. I suggest bringing the two nav bars on the left+right in a bit. Also, the nav bar on the right is totally empty in comparison to the filled left bar. Perhaps you should go for a more even division?

- I like the hover over effect that you have for each link on the nav bar. It really helps the user know what the page is about. :)

- Customize your forums. I hate the color scheme of the uncustomized phpBB 2.0 board. Even YaBB's style *gasp* is better uncustomized.

- I don't like the logo too much, either. The ad banner seems to be the main focus of your site. Again, the blockiness of the left side bothers me because it doesn't look nice in comparison with the curved right side.

Layout: 80%
 
Originally posted by meow
Think, cheatpark. All there is is a linked image. So what would you insert instead of the iframe? Could it be....the linked image?
Yeah but the contents could change if there was another banner in the script. How am I supposed to do that?
 
Well, it kinda does stretch across the whole page in Netscape. What version of Netscape are you talking about?
 
All right, I see your problem, your table, among other things, is screwed up.
Code:
...
<td align="left" valign="top" width="94%" height="66">
    ^---[b]If you wanted it to span the [i]whole[/i] page, this ought be 100% wide[/b]
<div align="center">
<p><font size="5" color="#000099">Template</font></p>
---[b]</div> here[/b]
<font>
    ^---[b]that's not going to work in NS4 the way you've got
        your CSS going. I'm terribly surprised it does in NS6[/b]
test test test test test test test test test test test test  test...
</font>
---[b]</td> here[/b]
---[b]</tr> here[/b]
<tr>
<td align="left" valign="top" width="74%" height="38">
    ^---[b]That's going to be 94% wide too[/b]
...
 
The css stuff don't work in netscape 4. It works in ie and mozilla though. I've also made it now so that netscape users can see the banner. Is there a way to get around it by making some javascript or something?
 
Told you the CSS wouldn't work. Get around what with js? The CSS problem? Better change the CSS. Netscape doesn't inherit properties into tables. The rules you apply to body won't wont inside the table.

Not a standard solution, but as you have it now you could use:

body,td,p
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000099;
}
 
Originally posted by cheatpark
It worked but you made one mistake so I had to remove one of the lines.
Dude, I just added td and p to body. The rest was the code from your page.
 
Originally posted by meow

Dude, I just added td and p to body. The rest was the code from your page.
I had to remove the font weight bit because all the text appeared bold. That was your mistake. :biggrin2: You must have got the code mixed up or something. Anyway why does the menu expand for some reason in netscape? And does the design look better than the first (red) one?
 
The way the main text spans the whole page looks pretty awful...

The adlibs could do with being a MATCHING colour to the somewhat "square" looking nav, too...

- Aquatix
 
This is annoying. I just found out my site don't work properly in opera. Its seems a similar problem which netscape is having.
 
Back
Top