Add to Google

Writing On Templates - help

free web hosting
Open Discussion > Have your say > Support and Feedback > Questions & Queries

Writing On Templates - help

Matrixdudej
well basically i need to know how to put some text on a certain page on my site
www.d24cheap.trap17.com
if you look at the items pages where the columns are thats where i need text to go for the items i have if i need a program or something please tell me which program and also a direct link to a free one would be nice thans in advance
-Matrixdudej

Reply

Mich
QUOTE(Matrixdudej @ Mar 28 2007, 08:18 PM) *
well basically i need to know how to put some text on a certain page on my site
www.d24cheap.trap17.com
if you look at the items pages where the columns are thats where i need text to go for the items i have if i need a program or something please tell me which program and also a direct link to a free one would be nice thans in advance
-Matrixdudej
Do you mean your menu at the top of the page? Could you please explain further what it is you need help with. Your request isn't exactly clear.

Reply

Matrixdudej
http://img217.imageshack.us/my.php?image=itemsaz0.jpg
i need to write there look at the pic

Reply

Mich
I think this is what you mean. Try this code. I have added ...... to guide the eye across to the price easier, but those can be removed.

CODE
<table width="50%" cellspacing="0" cellpadding="0" border="0">
<tr><td valign="top" width="50%">
Item................
<br>Item................
<br>Item
<br>Item
<br>Item
<br>Item
<br>Item
<br>Item
</td>
<td valign="top" width="50%">
$5.00
<br>$5.00
<br>$5.00
<br>$5.00
<br>$5.00
<br>$5.00
<br>$5.00
<br>$5.00
</td>
</tr></table>

 

 

 


Reply

Matrixdudej
QUOTE(Mich @ Mar 28 2007, 07:54 PM) *
I think this is what you mean. Try this code. I have added ...... to guide the eye across to the price easier, but those can be removed.

CODE
<table width="50%" cellspacing="0" cellpadding="0" border="0">
<tr><td valign="top" width="50%">
<br>Item................
<br>Item................
<br>Item
<br>Item
<br>Item
<br>Item
<br>Item
<br>Item
</td>
<td valign="top" width="50%">
$5.00
<br>$5.00
<br>$5.00
<br>$5.00
<br>$5.00
<br>$5.00
<br>$5.00
<br>$5.00
</td>
</tr></table>

where do i input this code and will the first item match the 1st price up?

Reply

Mich
Sorry I took so long to get back to you, but was gone on a short trip. The table would be placed in the body of your html inside the dark gray table in your diagram. It will automatically line up on the left side of that area, which I assume is a table already set up for you. Yes, the Items will line up with the prices. If you don't understand, send me a copy of your whole html and I will take a look at the layout and see if I can help you out.

Reply

Matrixdudej
hmm not sure but by html in diagram do you mean when i right click and then click source and get this
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>D24 Cheap - All the D2 LoD items you'll need, CHEAP! (West)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="images/styles.css" rel="stylesheet" type="text/css">
</head>
<body>

<div id="HEADER">
    <ul>
        
    <li><a href="contact.html">Contact Us</a></li>
        
    <li><a href="about.html">About Us</a></li>
        
    <li><a href="faq.html">FAQ</a></li>
        
    <li><a href="/forums">Forums</a></li>
        
    <li><a href="items.html">Items</a></li>
        
    <li><a href="index.html">Home</a></li>
    </ul>
    <div class="Visual"><img name="Banner" src="images/banner.png" width="760" height="130" alt="D24 Cheap"> </div>
</div>

<div id="CONTENT">
  <h2>You have Chosen USWest<a href="westladder.html"> Click here to go to USWest(Ladder)</a></h2>
  <div id="TEXT">
    <table width="85%" border="0">
      <tr>
        <td>Item</td>
        <td>Price</td>
      </tr>
    </table>
    <table width="75%" border="0">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
    <p>&nbsp;</p>
        </div>
</div>

<div id="FOOTER">
  <div class="center">
    <p>This site is &copy Copyright Joshua Hood, D24 Cheap 2007-2010</p>
    <p>For your safety, please review our <a href="tos.html">TOS</a><br />
      <a href="http://validator.w3.org/check?uri=referer"><img
        src="http://www.w3.org/Icons/valid-html401"
        alt="Valid HTML 4.01 Strict" height="31" width="88"></a> </p>
  </div>
</div>

</body>
</html>

?

Reply

Mich
Code sent via PM.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*







*SIMILAR VIDEOS*
Searching Video's for writing, templates

*MORE FROM TRAP17.COM*
advertisement



Writing On Templates - help