View Full Version : This is showing at end of each post. What to do ?
netmantra
01-04-2009, 06:18 PM
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
sarahG
01-04-2009, 11:11 PM
Either remove it from your comments.php file or leave them there. All they are are the tags that commentators can use when leaving a comment. Some people like to leave them there, others don't. But there's no harm in deleting the markup for it if you don't want to display them, or even just hide them with a HTML comment ie.
<!-- content here -->
netmantra
01-05-2009, 01:08 AM
That was easy. Thanks. I need some more help. I am trying to add a 728 x 90 ad just below the header but am not able to do that. I want to display a block of 4 125 x 125 ads in the sidebar just below the calender. Please guide
sarahG
01-05-2009, 08:38 AM
you need to confirm which theme you're using. Is it for the Evolution theme on your netmantra site?
Also, where exactly would you want your 728x90 advert? Within the header bar or above the first post?
netmantra
01-05-2009, 05:59 PM
1. It is evolution theme and i want to use 728 x 90 below the header and above the posts & about me (which is now an advt.\)
Header
Home Contact us ........
728 x 90 AD
Posts About me
2. The theme is working perfectly with IE & Safari but when i try to open it in Firefox, it doesn't show anything and kid of goes into a loop and nothing comes on the page. Any ideas ?
Thanks a lot.
sarahG
01-05-2009, 10:21 PM
For your horizontal ad you need to open up index.php and insert the code after the <div id="leftcolumn"> line.
For your 4 square ads you need to insert them into the sidebar.php file after the calendar code, ie. right before the
</ul>
<!-- end #sidebar -->
In your sidebar.php file you also need to remove the inserted code as it's only going to cause you problems.
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<div align="center">
<center>
<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#C0C0C0">
<tr>
<td width="125" height="125">
<p align="center"><!--webbot bot="HTMLMarkup" startspan --><a href="http://tinyurl.com/8fcmk3"><img src="http://tinyurl.com/2j6f5l" alt="" border="0" /></a><!--webbot bot="HTMLMarkup" endspan --></td>
<td width="125" height="125"> </td>
</tr>
<tr>
<td width="125" height="125"> </td>
<td> </td>
</tr>
</table>
</center>
</div>
</body>
</html>
vBulletin® v3.8.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.