Gossamer Forum
Home : Products : Gossamer Links : Discussions :

adding borders

Quote Reply
adding borders
I understand i need to make a file, called rightside, which i have done, I need to know how/where to include the html for it to show up? Where in the catagory would i place it, and what would the script look like
Quote Reply
Re: [gireland] adding borders In reply to
Hi

How do you want it to appear: a banner, border or a left side column?

Where do you want it to appear, on what page(s)?
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] adding borders In reply to
I need to go on the link pages, see http://alternativemarketplace.com/pages/Books/ on rightside so it would be on every page,
Quote Reply
Re: [gireland] adding borders In reply to
Put the "rightside" template in your templates folder. Then use:

<%include rightside.html%>

in the category.html and other template files.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Stealth] adding borders In reply to
next question is where do i place it?
Quote Reply
Re: [gireland] adding borders In reply to
Uh...if you are using nested tables, then put it in the right column, if not, then put it in a nested table or in a regular table.

EXAMPLE:

Quote:

<%include header.txt%>
<div align="center"><center>
<table border="0" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td valign="top" width="40%">
<%include sidemenu.html%>
</td>
<td valign="top" width="60%">
<%if category%>
<%category%>
<%endif%>
</td></tr>
</table>
</div></center>
<%include footer.txt%>

========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Stealth] adding borders In reply to
Ok, tried and failed miserably to install it on my site, ended up at the top, then bottom, but never the right side, anyone here can help me?
Quote Reply
Re: [gireland] adding borders In reply to
Looks okay on your site to me :)

Last edited by:

Derrida: Aug 29, 2002, 3:26 PM
Quote Reply
Re: [Derrida] adding borders In reply to
Not for me :(
Quote Reply
Re: [Derrida] adding borders In reply to
on the site yes, on the http://alternativemarketplace.com/pages/Books/ and all pages/url.html's it did not work, anyone can add the <%include rightside.txt%> in my category page? so it works, unlike the way i did which was here, there, everywhere except the righthand side