Log In · Register

 
Site help ..
squeex3
post Jun 11 2006, 10:41 AM
Post #1


Senior Member
***

Group: Member
Posts: 45
Joined: Oct 2005
Member No: 279,128



Here is my freewebs ~

Can someone tell me what's up with the text? It's supposed to be on the left ermm.gif


CODE
<html>

<!-- Every HTML page starts off with this tag. Under no circumstances do you remove it!! -->

<head>
<title>Innocence.</title>
<style fprolloverstyle>A:hover {text-decoration: overline underline; color: #9ab4ab; font-weight: bold}
</style>
</head>

<body topmargin="20" bgcolor="#d6e0da" link="#445e55" vlink="#445e55" alink="#445e55" style="font-family: Tahoma; font-size: 8pt">

<!-- This defines the page properties; The margin, the background color, the link color, the rollover color of the link, and what color the link will turn once clicked, and it defines the font(s), the font(s) size(s). -->

<div align="left">
<!-- This defines how your page is aligned. In this case, the outer table is centered, so that everything is centered. -->

<table border="0" width="550" cellpadding="0" style="border-collapse: collapse" bordercolor="#d6e0da">

<!-- This is the large table, which contains everything.  The width is 790 pixels (which is the width of my site header.  Make sure that your site header is the same width of the table!! , and there is no cell padding. In this case, I gave it a small border, which is one pixel, black, and collapsed.


<tr>
<!-- This is a table row.  This tag is mandetory!! You need it after the <table> tag. -->

<td width="550" height="300" valign="top">

<!-- This is the table for the site header.  Make sure you set the width, and height to the width and height of your banner! -->

<img src="http://i71.photobucket.com/albums/i135/myxgraphics/SigsxBlends/MourningDaisies.png">

<!-- This is the header. -->

</td>
</tr>

<!-- These are the table closing tags.  You need these in! -->

<tr>

<!-- Here we have the start to a cell.  Cells are what you call the sections within tables.  This is my link row, which is just below the header image.  --!>

<td height="19">

<!-- This defines the height of my cell -->

<p align="center"><font face="Tahoma">
<b>

<!-- This means that all the links will be centered , and the font is Verdana. The links will be in bold. -->

<font size="1">

<!-- Defines the font size -->

<a href="link">Link</a> ::
<a href="link">Link</a> ::
<a href="link">Link</a> ::
<a href="link">Link</a> ::
<a href="link">Link</a> ::
<a href="link">Link</a> ::

<!-- These are the links. These are the elements that you need to change: link (insert the hyperlink here), and Link (insert here the word that you want the hyperlink to display, so its not just the URL. -->

</font>
</b>
</font>
</td>
</tr>

<!-- These are just the closing tags. -->



<td width="9" valign="top">&nbsp;</td>

<!-- When you look at the preview, you will notice the border thing, which is white and black running down between the link bar, and the content section.  This here is a spacer cell for it. -->

<td width="550" valign="top">

<!-- Remember up somewhere when the side bar started, and how I said that we are going to make two cells for the table? Well this is the second cell, and its the cell for the content part smile.gif -->

<table border="0" width="550" cellspacing="0" cellpadding="0" bgcolor="#bac8c0>

<!-- This is your content table, and its inside of one of the two cells. -->

<tr>
<td>

<!-- Like always, this table has a cell. -->

<p align="left">&nbsp;</p>

<!-- Thats just a line break, so that your content doesn't start at the very top smile.gif -->

<p align="left"><font face="Tahoma" style="font-size: 8pt">

<!-- This states that all text in your content table, and cell will be centered, in Verdana, and will be size 8. -->

Your content can go here...Your content can go here...Your content can go here...Your content can go here...

</font>
</p>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

<!-- There have have all of the ending tags.  Even if it may not make sense to you, and you think there are too many, don't take them out, unless its backed up.  It could mess things up. -->


<tr>
<td>

<!-- This is a cell row, which appears at the very bottom of the page.  Its the cell which will hold a table, which will hold all of the copy right signs smile.gif -->

<table border="0" width="550" cellspacing="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#000000">

<!-- Voila the table inside the cell. -->

<tr>
<td bgcolor="#d6e0da">

<!-- The cell inside the table, as usual. -->

<p align="center">

<!-- This means that the text inside this cell will be centered. -->

<font face="Tahoma" size="1">Layout ©
<a href="http://www.graphixbydesire.com/">GraphixByDesire</a>,
Content © Innocence - ×3. </font></td>

<!-- There is the place to put your copyright signs. I would like you to keep my copyright in there (the layout one, and it links to my website), if you use this code for your website.  Its only fair smile.gif -->

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

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

<!-- Ending tags. -->

</body>

<!-- This is the ending of your body tag.  This means that any other content put outside of these two tags will not be in your table, and website... -->

</html>

<!-- The final ending tag, which ends your webpage! -->




Help appreciated ~ :)
 
 
Start new topic
Replies
satisfied-tom
post Jun 11 2006, 11:37 AM
Post #2


ksjchskjdahfkja
*****

Group: Member
Posts: 958
Joined: Jan 2004
Member No: 1,175



i fixed it for you.

heres the new code.

CODE
<html>

<!-- Every HTML page starts off with this tag. Under no circumstances do you remove it!! -->

<head>
<title>Innocence.</title>
<style fprolloverstyle>A:hover {text-decoration: overline underline; color: #9ab4ab; font-weight: bold}
</style>
</head>

<body topmargin="20" bgcolor="#d6e0da" link="#445e55" vlink="#445e55" alink="#445e55" style="font-family: Tahoma; font-size: 8pt">

<!-- This defines the page properties; The margin, the background color, the link color, the rollover color of the link, and what color the link will turn once clicked, and it defines the font(s), the font(s) size(s). -->

<div align="left">
<!-- This defines how your page is aligned. In this case, the outer table is centered, so that everything is centered. -->

<table border="0" width="550" cellpadding="0" style="border-collapse: collapse" bordercolor="#d6e0da">

<!-- This is the large table, which contains everything.  The width is 790 pixels (which is the width of my site header.  Make sure that your site header is the same width of the table!! , and there is no cell padding. In this case, I gave it a small border, which is one pixel, black, and collapsed.


<tr>
<!-- This is a table row.  This tag is mandetory!! You need it after the <table> tag. -->

<td width="550" height="300" valign="top">

<!-- This is the table for the site header.  Make sure you set the width, and height to the width and height of your banner! -->

<img src="http://i71.photobucket.com/albums/i135/myxgraphics/SigsxBlends/MourningDaisies.png">

<!-- This is the header. -->

</td>
</tr>

<!-- These are the table closing tags.  You need these in! -->

<tr>

<!-- Here we have the start to a cell.  Cells are what you call the sections within tables.  This is my link row, which is just below the header image.  --!>

<td height="19">

<!-- This defines the height of my cell -->

<p align="center"><font face="Tahoma">
<b>

<!-- This means that all the links will be centered , and the font is Verdana. The links will be in bold. -->

<font size="1">

<!-- Defines the font size -->

<a href="link">Link</a> ::
<a href="link">Link</a> ::
<a href="link">Link</a> ::
<a href="link">Link</a> ::
<a href="link">Link</a> ::
<a href="link">Link</a> ::

<!-- These are the links. These are the elements that you need to change: link (insert the hyperlink here), and Link (insert here the word that you want the hyperlink to display, so its not just the URL. -->

</font>
</b>
</font>
</td>
</tr>

<!-- These are just the closing tags. -->



<td width="9" valign="top">&nbsp;</td>

<!-- When you look at the preview, you will notice the border thing, which is white and black running down between the link bar, and the content section.  This here is a spacer cell for it. -->

<td width="550" valign="top">

<!-- Remember up somewhere when the side bar started, and how I said that we are going to make two cells for the table? Well this is the second cell, and its the cell for the content part smile.gif -->

</td>
<!-- This is your content table, and its inside of one of the two cells. -->

<tr>
<td>

<!-- Like always, this table has a cell. -->

<p align="left">&nbsp;</p>

<!-- Thats just a line break, so that your content doesn't start at the very top smile.gif -->

<p align="left"><font face="Tahoma" style="font-size: 8pt">

<!-- This states that all text in your content table, and cell will be centered, in Verdana, and will be size 8. -->

Your content can go here...Your content can go here...Your content can go here...Your content can go here...

</font>
</p>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

<!-- There have have all of the ending tags.  Even if it may not make sense to you, and you think there are too many, don't take them out, unless its backed up.  It could mess things up. -->


<tr>
<td>

<!-- This is a cell row, which appears at the very bottom of the page.  Its the cell which will hold a table, which will hold all of the copy right signs smile.gif -->

<table border="0" width="550" cellspacing="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#000000">

<!-- Voila the table inside the cell. -->

<tr>
<td bgcolor="#d6e0da">

<!-- The cell inside the table, as usual. -->

<p align="center">

<!-- This means that the text inside this cell will be centered. -->

<font face="Tahoma" size="1">Layout ©
<a href="http://www.graphixbydesire.com/">GraphixByDesire</a>,
Content © Innocence - ×3. </font></td>

<!-- There is the place to put your copyright signs. I would like you to keep my copyright in there (the layout one, and it links to my website), if you use this code for your website.  Its only fair smile.gif -->

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

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

<!-- Ending tags. -->

</body>

<!-- This is the ending of your body tag.  This means that any other content put outside of these two tags will not be in your table, and website... -->

</html>

<!-- The final ending tag, which ends your webpage! -->
 

Posts in this topic
sakura_88   Site help ..   Jun 11 2006, 10:41 AM
satisfied-tom   i fixed it for you. heres the new code. CODE ...   Jun 11 2006, 11:37 AM
sakura_88   Yey! Thank you   Jun 11 2006, 11:57 AM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: