Matrixdudej 0 Report post Posted March 29, 2007 well basically i need to know how to put some text on a certain page on my sitehttp://forums.xisto.com/no_longer_exists/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 Share this post Link to post Share on other sites
Mich 0 Report post Posted March 29, 2007 well basically i need to know how to put some text on a certain page on my site http://forums.xisto.com/no_longer_exists/ 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. Share this post Link to post Share on other sites
Matrixdudej 0 Report post Posted March 29, 2007 http://imageshack.com/f/61itemsaz0ji need to write there look at the pic Share this post Link to post Share on other sites
Mich 0 Report post Posted March 29, 2007 (edited) 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. <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> Edited April 3, 2007 by Mich (see edit history) Share this post Link to post Share on other sites
Matrixdudej 0 Report post Posted March 29, 2007 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. <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? Share this post Link to post Share on other sites
Mich 0 Report post Posted April 2, 2007 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. Share this post Link to post Share on other sites
Matrixdudej 0 Report post Posted April 2, 2007 hmm not sure but by html in diagram do you mean when i right click and then click source and get this <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://forums.xisto.com/no_longer_exists/ 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> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr></table> <p> </p> </div></div><div id="FOOTER"> <div class="center"> <p>This site is © 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://forums.xisto.com/no_longer_exists/; alt="Valid HTML 4.01 Strict" height="31" width="88"></a> </p> </div></div></body></html>? Share this post Link to post Share on other sites
Mich 0 Report post Posted April 3, 2007 Code sent via PM. Share this post Link to post Share on other sites