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
Aug 14, 2002, 6:56 AM
Veteran (1187 posts)
Aug 14, 2002, 6:56 AM
Post #2 of 10
Views: 3223
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
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
Aug 14, 2002, 7:20 PM
Veteran (17240 posts)
Aug 14, 2002, 7:20 PM
Post #6 of 10
Views: 3180
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:
<%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
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
Aug 29, 2002, 3:39 PM
Novice (5 posts)
Aug 29, 2002, 3:39 PM
Post #10 of 10
Views: 3145
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