Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 11-01-2004, 08:05 PM <---PHP Moron Cont
MrNiHa's Avatar
Experienced Talker

Posts: 45
Trades: 0
hey check it out bc its not working for some reason www.no3vil.com/gc/admin.php
__________________
Today is the tomorrow we worried about yesterday! =D
MrNiHa is offline
Reply With Quote
View Public Profile Visit MrNiHa's homepage!
 
 
Register now for full access!
Old 11-01-2004, 08:37 PM
Unknown.

Posts: 1,693
Trades: 0
Sorry to say I cant read minds..

Could you describe whats with it?? And also if you post the code it may help

--James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 11-01-2004, 11:28 PM
lothop's Avatar
Ultra Talker

Posts: 303
Trades: 0
U mean the miss linked image?
__________________
Websites Created;
warscope.com
ratepayers.org.nz
lothop is offline
Reply With Quote
View Public Profile
 
Old 11-02-2004, 11:22 AM
MrNiHa's Avatar
Experienced Talker

Posts: 45
Trades: 0
Index

HTML Code:
<html>
<head>
<title>God's Chair</title>
</head>

<body bgcolor="#ffffff" style="margin:0px;">

<!-- TOP NAV -->


<?php 

require("header.php"); 

require("leftbar.php"); 

?> 

<table width="85%" border="1">
        <tr> 
          <th width="164"><font size="-1">Counter Strike Name </font> 
          <th width="73"><font size="-1">Real Name </font> 
          <th width="244"><font size="-1">Position </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Soloist </font> 
          <th><font size="-1">Matt </font> 
          <th><font size="-1">Main Admin, Server Owner, Web Page Creator </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Choir Director </font> 
          <th><font size="-1">Derek </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Tenore </font> 
          <th><font size="-1">Chris </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Castrato </font> 
          <th><font size="-1">Jake </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Kazoo </font> 
          <th><font size="-1">Pat </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Slide Whistle </font> 
          <th><font size="-1">Cameron </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Bass </font> 
          <th><font size="-1">Joe </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Slash </font> 
          <th><font size="-1">Javier </font> 
          <th><font size="-1">Admin </font></table>




</td> 
</tr> 
</table> 
</body>
</html>
Header
HTML Code:
<html>
<head>
</head>

<body bgcolor="#ffffff" style="margin:0px;">

<!-- TOP NAV -->

<table width="100%" cellpadding="0" cellspacing="0" summary="layout table"  border="0">
<tr><td><img src="http://www.no3vil.com/gc/header.gif" width="766" height="200"></td></tr>
</table>
</body>
</html>

Leftbar
HTML Code:
<html>
<head>
</head>

<body bgcolor="#ffffff" style="margin:0px;">

<!-- TOP NAV -->


<table width="15%" cellpadding="0" cellspacing="0" summary="layout table"  border="0">
<tr><td bgcolor="ffffff" width="15%">
<ul>
<li><a href="index.php">Home</a>
<li><a href="admin.php">Admins</a>
<li><a href="dl.php">Downloads</a>
<li><a href="http://24.24.40.45/counter-strike/phpbb2/index.php">Forum</a>
<li><a href="maps.php">Maps</a>
<li><a href="rules.php">Server Rules</a>
<li><a href="http://24.24.40.45/counter-strike/hlstats">Server Stats</a>
<li><a href="superhero.php">Superheros</a>
</ul>
</td>
</tr>
</table>
</body>
</html>
__________________
Today is the tomorrow we worried about yesterday! =D
MrNiHa is offline
Reply With Quote
View Public Profile Visit MrNiHa's homepage!
 
Old 11-02-2004, 11:43 AM
Unknown.

Posts: 1,693
Trades: 0
But what exactly is wrong!?!?

--James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 11-03-2004, 06:02 PM
MrNiHa's Avatar
Experienced Talker

Posts: 45
Trades: 0
check out my website, its supposed to have the navbar and the index vertically together, like the navbar should be next to the index not above it...

the website is www.no3vil.com/gc/admin.php
__________________
Today is the tomorrow we worried about yesterday! =D
MrNiHa is offline
Reply With Quote
View Public Profile Visit MrNiHa's homepage!
 
Old 11-03-2004, 06:30 PM
Unknown.

Posts: 1,693
Trades: 0
Right.. I understand now..

What you could do is adad a table and have two columns one for the navbar and the otehr for the table..

So the code for index.php would change to...

Code:
<html>
<head>
<title>God's Chair</title>
</head>
<body bgcolor="#ffffff" style="margin:0px;">
<!-- TOP NAV -->

<?php require("header.php");?>

<table width="100%" border="0">
<tr>
<td>
<? require("leftbar.php"); ?>
</td>
<td>
<table width="85%" border="1">
        <tr> 
          <th width="164"><font size="-1">Counter Strike Name </font> 
          <th width="73"><font size="-1">Real Name </font> 
          <th width="244"><font size="-1">Position </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Soloist </font> 
          <th><font size="-1">Matt </font> 
          <th><font size="-1">Main Admin, Server Owner, Web Page Creator </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Choir Director </font> 
          <th><font size="-1">Derek </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Tenore </font> 
          <th><font size="-1">Chris </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Castrato </font> 
          <th><font size="-1">Jake </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Kazoo </font> 
          <th><font size="-1">Pat </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Slide Whistle </font> 
          <th><font size="-1">Cameron </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Bass </font> 
          <th><font size="-1">Joe </font> 
          <th><font size="-1">Admin </font></tr>
        <tr> 
          <th><font size="-1">{[*G.C*]} Slash </font> 
          <th><font size="-1">Javier </font> 
          <th><font size="-1">Admin </font></table>
</td> 
</tr> 
</table>
</td>
</tr>
</table>
</body> </html>
But ofcourse you need to change the widths of the other table and stuff also so it will all fit on..

--James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to <---PHP Moron Cont
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.87395 seconds with 12 queries