nablen
03-06-2009, 12:07 AM
My problem:
I want to divide my <td> into three sections horizontally using only <div> or other html commands. As you and see from my page: Nablenpage.com/music there are three catagorys: Techno, Rock, Punk. i want them to be seperated horizontally. I also have borders on right now so you can see the <td> and <tr> divisions. Iv tryed everything i know, if you could help, or point me in right direction that would be great!
Heres my code:
<?php
include("variables.php");
?>
<html>
<title><?php echo $header ?></title>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="img/style.css" />
</head>
<body bgcolor="3d3737">
<center>
<table border="1" cellspacing="0" cellpadding="0" width="1200" height="1000">
<tbody><tr height="5%">
<td id="topleft" width="4%">
</td><td id="mid" width="12%">
<a href="http://xyz.freelogs.com/stats/n/nablen/" target="_top"><img border="0" alt="hit counter dreamweaver" src="http://xyz.freelogs.com/counter/index.php?u=nablen&s=a" ALIGN="middle" HSPACE="4" VSPACE="2"></a><script src=http://xyz.freelogs.com/counter/script.php?u=nablen></script>
<br><a style="font-size:12" href="http://www.freelogs.com/" target="_top"></a>
</td>
<td width="80%" id="mid">
<form action="http://www.google.com/cse" id="cse-search-box">
<div align="right">
<body text="green">
<b>
<big>
Welcome to Nablenpage.com music section! Feel free to browse the music!
</big>
</b>
</body>
<input type="hidden" name="cx" value="015142564998557832108:0bkyjmffqww" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="31" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
</td>
<td width="4%" id="topright"/>
</tr>
<tr height="50%">
<td width="4%" id="sidebar"/>
<td width="12%" id="sidebar" style="text-align:center; vertical-align:top">
<a href="http://nablenpage.com">
<img src="img/button_home.gif"/>
</a><br />
<a href="http://nablenpage.com/phpBB3/">
<img src="img/button_forum.gif"/>
</a><br />
<a href="http://meebo.com">
<img src="img/button_meebo.gif"/>
</a><br />
<a href="http://nablenpage.com/pandora">
<img src="img/button_pandora.gif"/>
</a><br />
</td>
<td width="80%">
<div style="position:fixed; width:33.3%; align:left;">
<img src="img/button_techno.gif"/>
<br />
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashPlayer"/>
<script type="text/javascript">
var so = new SWFObject("playerMultipleList.swf", "mymovie", "295", "200", "7", "#FFFFFF");
so.addVariable("autoPlay","no")
so.addVariable("playlistPath","playlist.xml")
so.write("flashPlayer");
</script>
</div>
<div style="position:fixed; width:33.3%; align:right;">
<img src="img/button_rock.gif"/>
<br />
</div>
</div>
<div style="position:fixed; width:33.3%; align:right;">
<img src="img/button_punk.gif"/>
<br />
</div>
</td>
<td width="4%" id="sidebar"/>
</tr>
<tr height="40%">
<td width="4%" id="sidebar"/>
<td width="12%" id="sidebar"/>
<td width="80%"/>
<td width="4%" id="sidebar"/>
</tr>
<tr height="5%">
<td width="4%" id="bottomleft"/>
<td width="12%" id="mid">
<!-- Site Meter -->
<a href="http://sm5.sitemeter.com/stats.asp?site=sm5nablen" target="_top">
<img src="http://sm5.sitemeter.com/meter.asp?site=sm5nablen" alt="Site Meter" border="0"/></a>
<!-- Copyright (c)2006 Site Meter -->
</td>
<td width="80%" id="mid"/>
<td width="4%" id="bottomright"/>
</tr>
</center>
</body>
</html>
And if its really an easy fix, i apologize ahead of time, i simply dont know where to start diagnosing the problem.
-Nablen
I want to divide my <td> into three sections horizontally using only <div> or other html commands. As you and see from my page: Nablenpage.com/music there are three catagorys: Techno, Rock, Punk. i want them to be seperated horizontally. I also have borders on right now so you can see the <td> and <tr> divisions. Iv tryed everything i know, if you could help, or point me in right direction that would be great!
Heres my code:
<?php
include("variables.php");
?>
<html>
<title><?php echo $header ?></title>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="img/style.css" />
</head>
<body bgcolor="3d3737">
<center>
<table border="1" cellspacing="0" cellpadding="0" width="1200" height="1000">
<tbody><tr height="5%">
<td id="topleft" width="4%">
</td><td id="mid" width="12%">
<a href="http://xyz.freelogs.com/stats/n/nablen/" target="_top"><img border="0" alt="hit counter dreamweaver" src="http://xyz.freelogs.com/counter/index.php?u=nablen&s=a" ALIGN="middle" HSPACE="4" VSPACE="2"></a><script src=http://xyz.freelogs.com/counter/script.php?u=nablen></script>
<br><a style="font-size:12" href="http://www.freelogs.com/" target="_top"></a>
</td>
<td width="80%" id="mid">
<form action="http://www.google.com/cse" id="cse-search-box">
<div align="right">
<body text="green">
<b>
<big>
Welcome to Nablenpage.com music section! Feel free to browse the music!
</big>
</b>
</body>
<input type="hidden" name="cx" value="015142564998557832108:0bkyjmffqww" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="31" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
</td>
<td width="4%" id="topright"/>
</tr>
<tr height="50%">
<td width="4%" id="sidebar"/>
<td width="12%" id="sidebar" style="text-align:center; vertical-align:top">
<a href="http://nablenpage.com">
<img src="img/button_home.gif"/>
</a><br />
<a href="http://nablenpage.com/phpBB3/">
<img src="img/button_forum.gif"/>
</a><br />
<a href="http://meebo.com">
<img src="img/button_meebo.gif"/>
</a><br />
<a href="http://nablenpage.com/pandora">
<img src="img/button_pandora.gif"/>
</a><br />
</td>
<td width="80%">
<div style="position:fixed; width:33.3%; align:left;">
<img src="img/button_techno.gif"/>
<br />
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashPlayer"/>
<script type="text/javascript">
var so = new SWFObject("playerMultipleList.swf", "mymovie", "295", "200", "7", "#FFFFFF");
so.addVariable("autoPlay","no")
so.addVariable("playlistPath","playlist.xml")
so.write("flashPlayer");
</script>
</div>
<div style="position:fixed; width:33.3%; align:right;">
<img src="img/button_rock.gif"/>
<br />
</div>
</div>
<div style="position:fixed; width:33.3%; align:right;">
<img src="img/button_punk.gif"/>
<br />
</div>
</td>
<td width="4%" id="sidebar"/>
</tr>
<tr height="40%">
<td width="4%" id="sidebar"/>
<td width="12%" id="sidebar"/>
<td width="80%"/>
<td width="4%" id="sidebar"/>
</tr>
<tr height="5%">
<td width="4%" id="bottomleft"/>
<td width="12%" id="mid">
<!-- Site Meter -->
<a href="http://sm5.sitemeter.com/stats.asp?site=sm5nablen" target="_top">
<img src="http://sm5.sitemeter.com/meter.asp?site=sm5nablen" alt="Site Meter" border="0"/></a>
<!-- Copyright (c)2006 Site Meter -->
</td>
<td width="80%" id="mid"/>
<td width="4%" id="bottomright"/>
</tr>
</center>
</body>
</html>
And if its really an easy fix, i apologize ahead of time, i simply dont know where to start diagnosing the problem.
-Nablen