Overclock.net - Overclocking.net
     
 
Home Gallery Reviews Blogs Register Today's Posts Mark Forums Read Members List


Go Back   Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Web Coding

Reply
 
LinkBack Thread Tools
Old 06-12-08   #11 (permalink)
Overclocker
 
P£P§!'s Avatar
 
intel nvidia

Join Date: May 2008
Location: Houston, Texas
Posts: 668

Rep: 62 P£P§! is acknowledged by some
Unique Rep: 46
Folding Team Rank: 451
Team Name: mixers
Trader Rating: 4
Default

looks the same to me

System: New Build
CPU
E8400 3.78Ghz @ 1.28v
Motherboard
780i ( Coming Soon)
Memory
4GB (4x1GB) Corsair Dominators
Graphics Card
Evga 9800 GTX+ ( Coming Soon)
Hard Drive
1x WD 250GB 1x 500GB Maxtor
Power Supply
Corsair VX550W
Case
Antec 1200 ( Coming Soon)
CPU cooling
True 120+ Ultra Kaze
OS
Vista Home Premium x64
Monitor
17" Balance
P£P§! is online now I fold for Overclock.net P£P§!'s Gallery   Reply With Quote
Old 06-12-08   #12 (permalink)
Intel Overclocker
 
Semper Fidelis's Avatar
 
intel nvidia

Join Date: Jun 2007
Location: Texas
Posts: 2,492

Rep: 234 Semper Fidelis is acknowledged by manySemper Fidelis is acknowledged by manySemper Fidelis is acknowledged by many
Unique Rep: 148
Hardware Reviews: 2
Trader Rating: 0
Default

I should have been more detailed, my bad... I was just in a rush to try to finish this thing.

The problem is with Firefox, not IE. In Firefox, it screws up something with the alignment.

In IE7, It looks like this:


In Firefox, It looks like this:
__________________
Quote:
Originally Posted by ENTERPRISE View Post
A PC can run with an OS. It just means it has reduced functionality lol.
Get Custom Avatars Here | Wallpapers Here | Brown Flow | CM690 Club | OCN Pixel Wall | Ballistix Club

"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke
Aumotocnic: An unfortunate member of the overclock.net insomnia club.
Overclock.net Headphone Club: Because perfect hair is overrated.

System: DX10 Box
CPU
E6750 @ 3.2 (400 x 8) 1.39v
Motherboard
Abit IP35-Pro (BIOS: 17)
Memory
4GB G.Skill PK's (800MHz @ 5-5-5-15)
Graphics Card
BFG 8800GT OC (666/1728/1838)
Hard Drive
2 x Seagate Barracuda 320GB
Sound Card
Sound Blaster Live 24-bit
Power Supply
OCZ GameXStream 600W
Case
Cooler Master RC-690
CPU cooling
Stock HSF w/Artic Silver 5
GPU cooling
Stock HSF
OS
Vista Home Premium x86
Monitor
Samsung 22" 225BW
Semper Fidelis is offline Semper Fidelis's Gallery   Reply With Quote
Old 06-12-08   #13 (permalink)
PC Gamer
 
Kip69's Avatar
 
intel nvidia

Join Date: Feb 2007
Location: ChiaYi, Taiwan
Posts: 479

Rep: 55 Kip69 is acknowledged by some
Unique Rep: 49
Trader Rating: 0
Default

Yup. It duz look better in IE. Whats wrong with the world!
__________________
Look at my 2nd place winning case mod case help my city
Conan 4 sale

Bring back the turbo button!

If you can read this thank a teacher. iff u kan't den kall diss number #1-800-Icantread.

Don't berate yourself for previous behavior. Don't congratulate yourself, either. Just take the next opportunity to make a difference to the next person, and help make what we cannot change bearable.

System: New from Taiwan
CPU
E8400
Motherboard
GA P35 DS3L
Memory
2x 2GB OCZ "SLi"
Graphics Card
Gigabyte 8800GT
Hard Drive
over 1.25TB in 5 drives
Sound Card
na
Power Supply
Andyso 800
Case
Gigabyte 3D Arora
CPU cooling
Hyper 211 with 2x120 fans 'n AS5
GPU cooling
very crappy stock
OS
Vista 32 Home Prem
Monitor
*New* 24 inch Acer P243w
Kip69 is offline   Reply With Quote
Old 06-12-08   #14 (permalink)
Intel Overclocker
 
h33b's Avatar
 
intel nvidia

Join Date: Feb 2008
Location: $Texas
Posts: 1,149

Rep: 124 h33b is acknowledged by manyh33b is acknowledged by many
Unique Rep: 106
Folding Team Rank: 231
Team Name: Lone Folders
Trader Rating: 11
Default

What does your code look like on the website? It seems like an alignment issue to me. If you are using fixed widths (width=150), try switching to adaptive width (align="10%"). IE and FF may interpret these differently. Or are you using a WYSIWYG editor? That usually causes many problems in making things look exactly the way you want in every browser.
__________________
My lapped q6600 and Tuniq Tower
Folding for OCN
Quote:
Originally Posted by pioneerisloud View Post
And NEVER go AS5 to mouth!
Killed my first motherboard due to overclock on 5/17/08 - I'll miss you P5N-E SLI

System: Monster Mash
CPU
C2Q Q6600 G0 @ 3.4 (lapped)
Motherboard
Asus p5k Deluxe Wifi
Memory
4x1GB OCZ SLI PC8500
Graphics Card
Asus 8800GTX 768MB
Hard Drive
WD 250GB x2 Raid 0; WD 640AAKS
Sound Card
X-Fi Xtreme Music + Front Panel
Power Supply
OCZ Xtreme 700W
Case
Antec P182
CPU cooling
Tuniq Tower 120 (lapped)
GPU cooling
HR-03 Plus
OS
Vista Ultimate x64
Monitor
Sceptre x22wg-Gamer
h33b is offline I fold for Overclock.net   Reply With Quote
Old 06-12-08   #15 (permalink)
Intel Overclocker
 
Semper Fidelis's Avatar
 
intel nvidia

Join Date: Jun 2007
Location: Texas
Posts: 2,492

Rep: 234 Semper Fidelis is acknowledged by manySemper Fidelis is acknowledged by manySemper Fidelis is acknowledged by many
Unique Rep: 148
Hardware Reviews: 2
Trader Rating: 0
Default

Yeah, right now everything is fixed with. But I dont think there is any way that I can use the adaptive with, there would just be too much math involved in calculating the exact percentages.

The only thing I am using to edit the code is notepad.

As far as the actual code goes, here is the structure.

index.php
PHP Code:
<head>
<title>ZEM Events | Simple Sophisticated Solutions | 571.379.8888 |</title>
</head>
<?php


    
include_once('header.php');

    

    

    switch(
$_GET['id'])

    {
     default:            

        include_once(
'pages/home.php');

        break;


        case 
'news':

            include_once(
'pages/news.php');

        break;
        
        
        case 
'contact':

            include_once(
'pages/contact.php');

        break;
    }

  

    include_once(
'footer.php');    

?>
header.php
PHP Code:
<html>
<head>
<title>Untitled-1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="styles/style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#6D6D6D" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<table id="Table_01" width="800" height="749" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4"><img src="images/index_01.gif" width="800" height="34" alt=""></td>
</tr>
<tr>
<td rowspan="5" background="images/leftside.gif" width="54"></td>
<td colspan="2"><img src="images/header.jpg" width="677" height="125" alt=""></td>
<td rowspan="5" background="images/rightside.gif" width="69"></td>
</tr>
<tr>
<td colspan="2"><img src="images/index_05.gif" width="677" height="1" alt=""></td>
</tr>
<tr>
<td colspan="2" width="677" height="21" background="images/index_06.gif" class="navigation">
<? include("navigation.php"?>
</td>
</tr>
<tr>
<td colspan="2"><img src="images/index_07.gif" width="677" height="2" alt=""></td>
</tr>
<tr>
<td width="219" background="images/leftsidespacer.gif" valign="top">
<? include("left.php"?>
</td>
<td width="458" height="530" bgcolor="#FFFFFF" valign="top">
footer.php
PHP Code:
</td>

</
tr>

<
tr>

<
td colspan="4">

<
img src="images/index_10.gif" width="800" height="36" alt="">

</
td>

</
tr>

</
table>

</
center>

</
body>

</
html
navigation.php
PHP Code:
&nbsp; <a href="index.php?id=home">Home</a> &nbsp;
|
&
nbsp; <a href="index.php?id=news">News</a> &nbsp;
|
&
nbsp; <a href="#">Link3</a> &nbsp;
|
&
nbsp; <a href="#">Link4</a> &nbsp;
|
&
nbsp; <a href="index.php?id=contact">Contact</a
left.php
PHP Code:
<head>
<
link href="styles/style.css" rel="stylesheet" type="text/css">
</
head>

  <
table width="100%" cellspacing="0px" cellpadding="0px">

  <
tr>

  <
td class="top_menu">

What should we put here?

</
td>

  </
tr>
  </
table
style.css
Code:
select {font-size: 10px;}

a:link     {color: #117CE1;  text-decoration: none;  padding: 4px; font-weight: bold;}
a:visited  {color: #117CE1; text-decoration: none;  padding: 4px; font-weight: bold;}
a:active   {color: #0C5396;  text-decoration: none;  padding: 4px; font-weight: bold;} 
a:hover   {color: #7AB3E8;  text-decoration: none; padding: 4px; font-weight: bold;}

body {font-family: verdana;}

.top {color: #000000; font-size: 11px; padding: 4px;}

.navigation {color: #FFFFFF; font-size: 11px; padding: 4px;}

.top_menu {height: 23px; color: #000000; font-size: 11px; padding: 5px;}

.mid_menu {color: #000000; font-size: 11px; padding: 10px;}

.top_news {height: 23px; color: #000000; font-size: 10px; text-align: center;}

.mid_news{color: #000000; font-size: 11px; padding: 5px;}

.h1 {
	color: #0C5396;
	font-size:12px;
	}

.h2 {
	color: #4487C6;
	font-size:12px;
	text-indent:10px;
	text-align:left;
	}

.h3 {
	color:#0C5396;
	font-size:10px;
	text-align:left
	}
.pb {
	font-size: 10px;
	color: #0C5396;
	text-indent:10px;
	text-align:right;
}
There is also home.php, contact.php, and news.php, but none of that contains any of the layout, it is just text, so that should have no impact on the layout.
__________________
Quote:
Originally Posted by ENTERPRISE View Post
A PC can run with an OS. It just means it has reduced functionality lol.
Get Custom Avatars Here | Wallpapers Here | Brown Flow | CM690 Club | OCN Pixel Wall | Ballistix Club

"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke
Aumotocnic: An unfortunate member of the overclock.net insomnia club.
Overclock.net Headphone Club: Because perfect hair is overrated.

System: DX10 Box
CPU
E6750 @ 3.2 (400 x 8) 1.39v
Motherboard
Abit IP35-Pro (BIOS: 17)
Memory
4GB G.Skill PK's (800MHz @ 5-5-5-15)
Graphics Card
BFG 8800GT OC (666/1728/1838)
Hard Drive
2 x Seagate Barracuda 320GB
Sound Card
Sound Blaster Live 24-bit
Power Supply
OCZ GameXStream 600W
Case
Cooler Master RC-690
CPU cooling
Stock HSF w/Artic Silver 5
GPU cooling
Stock HSF
OS
Vista Home Premium x86
Monitor
Samsung 22" 225BW
Semper Fidelis is offline Semper Fidelis's Gallery   Reply With Quote
Old 06-13-08   #16 (permalink)
New to Overclock.net
 
intel nvidia

Join Date: Mar 2007
Posts: 60

Rep: 4 kyotejones Unknown
Unique Rep: 4
Trader Rating: 0
Default

There are 4 header tags all over this page. should probably sort out the structure of the html before trying to worry about alignment.
__________________
System: SCUD
CPU
Pentium C2D 2.4GHz
Motherboard
ASUS P5N32-E SLI
Memory
2x1Gb Balistix
Graphics Card
GeForce 7950 GT
Sound Card
SupremeFX (ADI 1988b)
Power Supply
ENERMAX Liberty 620W
Case
RAIDMAX SMILODON ATX
CPU cooling
ARCTIC COOLING Freezer 7
GPU cooling
Passive Heat Sink + CPU Fan
OS
Win XP Pro
Monitor
2x20" Samsung SyncMaster
kyotejones is offline   Reply With Quote
Old 06-13-08   #17 (permalink)
New to Overclock.net
 
intel nvidia

Join Date: Mar 2007
Posts: 60

Rep: 4 kyotejones Unknown
Unique Rep: 4
Trader Rating: 0
Default

Its these two parts of the table causing it.


Code:
    <tr>
      <td colspan="4" ><img src="http://www.overclock.net/images/index_01.gif" width="800" height="34" alt=""></td>
    </tr>
AND

Code:
    <tr>
      <td colspan="4"><img src="http://www.overclock.net/images/index_10.gif" width="800" height="36" alt=""> </td>
    </tr>
__________________
System: SCUD
CPU
Pentium C2D 2.4GHz
Motherboard
ASUS P5N32-E SLI
Memory
2x1Gb Balistix
Graphics Card
GeForce 7950 GT
Sound Card
SupremeFX (ADI 1988b)
Power Supply
ENERMAX Liberty 620W
Case
RAIDMAX SMILODON ATX
CPU cooling
ARCTIC COOLING Freezer 7
GPU cooling
Passive Heat Sink + CPU Fan
OS
Win XP Pro
Monitor
2x20" Samsung SyncMaster

Last edited by kyotejones : 06-13-08 at 11:23 PM.
kyotejones is offline   Reply With Quote
Old 06-14-08   #18 (permalink)
Intel Overclocker
 
Semper Fidelis's Avatar
 
intel nvidia

Join Date: Jun 2007
Location: Texas
Posts: 2,492

Rep: 234 Semper Fidelis is acknowledged by manySemper Fidelis is acknowledged by manySemper Fidelis is acknowledged by many
Unique Rep: 148
Hardware Reviews: 2
Trader Rating: 0
Default

Thanks man, I just changed the width to 100% instead of 800, and it fixed it.

As for the header tags, I am new to PHP and I thought you need those there to show the CSS styles for that page, but I will take them out and see if it works without.
__________________
Quote:
Originally Posted by ENTERPRISE View Post
A PC can run with an OS. It just means it has reduced functionality lol.
Get Custom Avatars Here | Wallpapers Here | Brown Flow | CM690 Club | OCN Pixel Wall | Ballistix Club

"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke
Aumotocnic: An unfortunate member of the overclock.net insomnia club.
Overclock.net Headphone Club: Because perfect hair is overrated.

System: DX10 Box
CPU
E6750 @ 3.2 (400 x 8) 1.39v
Motherboard
Abit IP35-Pro (BIOS: 17)
Memory
4GB G.Skill PK's (800MHz @ 5-5-5-15)
Graphics Card
BFG 8800GT OC (666/1728/1838)
Hard Drive
2 x Seagate Barracuda 320GB
Sound Card
Sound Blaster Live 24-bit
Power Supply
OCZ GameXStream 600W
Case
Cooler Master RC-690
CPU cooling
Stock HSF w/Artic Silver 5
GPU cooling
Stock HSF
OS
Vista Home Premium x86
Monitor
Samsung 22" 225BW
Semper Fidelis is offline Semper Fidelis's Gallery   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools



All times are GMT -4. The time now is 01:23 AM.


Overclock.net is a Carbon Neutral Site Creative Commons License Internet Security By ControlScan

Terms of Service / Forum Rules | Privacy Policy | Advertising | Become an Official Vendor
Copyright © 2008 Shogun Interactive Development. Most rights reserved.
Page generated in 0.18242 seconds with 9 queries