Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Customization Ideas    Need some help :)
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Groupee Member
Picture of Commish
Posted
Ok I cant seem to get the tables formatted correctly. The header comes in fine and the left of the page comes in fine but I cant seem to get the "forums" next to the left side. It is always below it. Can someone take a look at my code and see why. Thanks!!!

**********************************
********* FOLLOWING IS INSERTED IN HEADER


<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" height="0" style="border-bottom: thin none rgb(0,0,128)"><p
align="center"></td>
</tr>
</table>
</center></div>

********* FOLLOWING IS INSERTED AFTER BODY OPENING

<div align="left">

<table border="0" cellpadding="0" cellspacing="0" width="11%">
<tr>
<td width="100%" background="http://youthhockeyforum.com/ice.gif"
style="font-family: Times New Roman; font-weight: normal; font-style: italic; border-left: thin dashed rgb(0,0,128); border-right: thin dashed rgb(0,0,128); border-top: thin none rgb(0,0,128); border-bottom: thin dashed rgb(0,0,128)"><p
align="center"><font color="#0000FF"><em><strong><big><big><marquee bgcolor="#FFFFFF"
border="0" scrolldelay="0" width="100%" height="28" behavior="alternate">Site Menu</marquee></big></big></strong></em></font></p>
<p align="left"><font color="#0000FF"><a href="./">Home</a></font><font color="#000000"><br>
<a href="ubb.x">Hockey Forums</a><br>
<a href="chime">Live Chat Room(s)</a><br>
<a href="myspace">Your Locker Room</a><br>
<a href="http://www.youthhockeyforum.com/library/library.html">Library</a><br>
<a href="http://www.youthhockeyforum.com/linkdir/resources/resources.html">Associations</a><br>
<a href="http://www.youthhockeyforum.com/hosting/news.html">Hockey News</a><br>
<a href="http://www.youthhockeyforum.com/links/index.php">Team Websites</a><br>
<a href="http://www.youthhockeyforum.com/donate.html">Help The Forum</a><br>
<a href="http://www.youthhockeyforum.com/refer/referb.php">Refer A Friend</a><br>
<a href="../hosting/links.html">Hockey Links</a><br>
<a href="http://www.youthhockeyforum.com/linkmachine2/resources/resources.html">Hockey
Camps</a><br>
<a href="members">Member Directory</a></font><big><big><br>
<a href="ubb.x?a=ci&ci_id=99710642221&feedType=rss2"><img
src="http://us.i1.yimg.com/us.yimg.com/i/us/nws/th/icon_xml2.gif" alt="Rss News Feed!"
border="0" align width="35" height="13"></a></big></big></td>
</tr>
<tr>
<td width="100%" valign="top" align="left"
style="border-left: thin dashed rgb(0,0,128); border-right: thin dashed rgb(0,0,128); border-bottom: thin dashed rgb(0,0,128)"><img
src="file:///C:/Documents%20and%20Settings/jon/My%20Documents/My%20Pictures/paperboy.jpg"
width="140" height="131" alt="paperboy.jpg (30614 bytes)"><a
href="http://www.mozilla.org/products/firefox" target="_new"> <script
language="JavaScript"
src="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fnews.search.yahoo.com%2Fnews%2Frss%3Fp%3Dkids%2Bice%2Bhockey%26ei%3DUTF-8%26fl%3D0&chan=n&num=0&desc=n>1&date=y&targ=y&html=n"
type="text/javascript"></script> <noscript> </a><a
href="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fnews.search.yahoo.com%2Fnews%2Frss%3Fp%3Dkids%2Bice%2Bhockey%26ei%3DUTF-8%26fl%3D0&chan=n&num=0&desc=n>1&date=y&targ=y&html=y">View
RSS feed</a> </noscript>
</font>
</td>
</tr>
</table>


********* FOLLOWING IS INSERTED BEFORE BODY CLOSING



</td>

</tr>

</table>
 
Posts: 103 | Registered: August 24, 2004Reply With QuoteEdit or Delete MessageReport This Post
Groupee
Posted Hide Post
HEAD is for meta tags, css, and global javascript code. It is not for header elements. You cannot place visible elements in the HEAD section.

Beyond that, your HTML code is mangled. What did you use to generate it?
 
Posts: 3880 | Location: Seattle, WA | Registered: January 01, 2000Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Picture of Commish
Posted Hide Post
quote:
, 2005 01:45 PM
HEAD is for meta tags, css, and global javascript code. It is not for header elements. You cannot place visible elements in the HEAD section.

Beyond that, your HTML code is mangled. What did you use to generate it?


I am a hack when it comes to coding. I am using frontpage 98. But it looks fine. I just cant get the forums next to the left side menu.
Here is the direct code from frontpage.

************************
<html>

<head>
<title>Youth Hockey Forum</title>
<meta NAME="description"
CONTENT="An online community for youth hockey. Includes a forum where parents and players can discuss all aspects of travel and house youth hockey">
<meta NAME="keywords"
CONTENT="youth,hockey,forum,chat,disscussion,travel,house,nhl,ice,usa hockey">
<script language="JavaScript">
<!--

// we check to see if we are the top window
if ( top != self )
{
top.location.href = unescape(window.location.pathname);
}

//-->
</script>

<style type="text/css" media="all">


.rss_box {
margin: 0em;
width: 150px;
background-color: #4682B4
;
border: 0px solid blue;

}
.rss_items {
margin-top:0px;
padding:0.5em; 0.5em;
margin-left:0px;
color:#191970
;
}
p.rss_title {padding:0.5em;}
.rss_title {
font-size: 8pt;
background-color: #ff9900;
color: #ffffff;
font-weight:bold;
text-align: center;
}

.rss_item {
font-size: 9pt;
list-style:none;
padding-bottom:1em;
}

.rss_item a {
color:white;
font-size: 11pt;
font-weight:bold;
}

.rss_item a:visited {
color: black;
}

.rss_date {



font-size: 7pt;
color: #FFEBCD
;
}


</style>
</head>

<body bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0">
<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="50%" style="border-bottom: thin dashed rgb(0,0,128)"><img
src="http://www.youthhockeyforum.com/images/testbanner.jpg" border="0" alt width="592"
height="123"></td>
<td width="50%" valign="middle" align="right"
style="border-bottom: thin dashed rgb(0,0,128)"><a
href="http://www.hockey.com?source=yhf target=" _blank"><img
src="http://www.youthhockeyforum.com/images/new_logo3.gif"
alt="Official Outfitter Of The YouthHockeyForum.com" border="0" width="468" height="60"></a></td>
</tr>
</table>
</center></div><div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" height="0" style="border-bottom: thin none rgb(0,0,128)"></td>
</tr>
</table>
</center></div><div align="left">

<table border="0" cellpadding="0" cellspacing="0" width="11%">
<tr>
<td width="100%" background="http://youthhockeyforum.com/ice.gif"
style="font-family: Times New Roman; font-weight: bold; font-style: normal; border-left: thin dashed rgb(0,0,128); border-right: thin dashed rgb(0,0,128); border-top: thin none rgb(0,0,128); border-bottom: thin dashed rgb(0,0,128); padding-left: 5px; padding-bottom: 5px"><p
align="left"><font color="#FF0000"><em><strong><big><big><marquee bgcolor="#FFFFFF"
border="0" scrolldelay="0" width="100%" height="28" behavior="alternate">Site Menu</marquee></big></big></strong></em></font></p>
<p align="left"><font color="#0000FF">Home</font><font
color="#000000"><br>
Hockey Forums<br>
Live Chat Room(s)<br>
Your Locker Room<br>
Library<br>
Associations<br>
Hockey News<br>
Team Websites<br>
Help The Forum<br>
Refer A Friend<br>
Hockey Links<br>
Hockey
Camps
<br>
Member Directory</font><big><big><br>
<a
href="http://youthhockeyforum.com/eve/ubb.x?a=ci&ci_id=99710642221&feedType=rss2"><img
src="http://us.i1.yimg.com/us.yimg.com/i/us/nws/th/icon_xml2.gif" alt="Rss News Feed!"
border="0" align width="35" height="13"></a></big></big></td>
</tr>
<tr>
<td width="100%" valign="top" align="left"
style="border-left: thin dashed rgb(0,0,128); border-right: thin dashed rgb(0,0,128); border-bottom: thin dashed rgb(0,0,128)"><img
src="file:///C:/Documents%20and%20Settings/jon/My%20Documents/My%20Pictures/ice.gif"
width="150" height="136" alt="ice.gif (14769 bytes)"><a
href="http://www.mozilla.org/products/firefox" target="_new"> <script
language="JavaScript"
src="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fnews.search.yahoo.com%2Fnews%2Frss%3Fp%3Dkids%2Bice%2Bhockey%26ei%3DUTF-8%26fl%3D0&chan=n&num=0&desc=n>1&date=y&targ=y&html=n"
type="text/javascript"></script> <noscript> </a><a
href="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fnews.search.yahoo.com%2Fnews%2Frss%3Fp%3Dkids%2Bice%2Bhockey%26ei%3DUTF-8%26fl%3D0&chan=n&num=0&desc=n>1&date=y&targ=y&html=y">View
RSS feed</a> </noscript> </td>
</tr>
</table>
</div>
</body>
</html>
*******
 
Posts: 103 | Registered: August 24, 2004Reply With QuoteEdit or Delete MessageReport This Post
Eve Developer
Aspiring Monkey
Posted Hide Post
The trick with getting HTML on the left of the forums is to put a wrapping table around your left hand menu so that the forums are within a TD of the wrapping table.

Basically you would put everthing upto and including the TD that your want the forums to be in into the Insert After Opening Body Tag. Something like:

<table>
  <tr>
    <td> HTML for left hand Menu </td>
    <td> this is where we want the forums


And then you would put the close table information in the Insert Before Closing Body Tag:

    </td>
  </tr>
</table>


This is a very basic example. It would take a bit of work to get your HTML to work with this. You should probably play around with HTML some more on a more fundamental level so you can get a better grasp on how it works.

Personally I hate frontpage and Dreamweaver because of how horribly over comlicated the HTML that they create is.


Jonmark Weber
Developer
Groupee, Inc.
 
Posts: 1887 | Location: Seattle | Registered: November 10, 2000Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Customization Ideas    Need some help :)