Any ideas?
I got it working on the News page after you click "read more." There the news title displays as a link and works properly, but for some reason it wont work on the main news.php page. looking at my source code I see this:
<!--news_prepost_1-->
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain-left'></td>
<td class='capmain'><a href='news.php?readmore=4'><a name='news_4' id='news_4'></a>Bentley Continental Supersports On Display at Geneva Auto Show</a></td>
<td class='capmain-right'></td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0' class='spacer'>
<tr>
<td class='main-body middle-border'><a href='http://greenspeedmagazine.com/fusion/files/news.php?readmore=4'><img src='http://www.carenthusiast.com/bentley/bentley_continental_supersports_2009_019.jpg' style='margin:5px' width='580px' height='align='366px' left' /></a><br />
<span class='small'>Bentley Continental Supersports</span><br />
<br />
<br />
Available worldwide from autumn 2009, the Continental Supersports will be FlexFuel compatible in the majority of markets from launch with North American cars offering the capability by summer 2010, following regulatory approval.<br />
<br />
The Continental Supersports began as an ‘under the radar’ project exploring the possibilities of weight reduction on the Continental GT but with more power and torque. A largely experimental process crystallised over a period of 24 months into an official new car programme, driven by the passion and enthusiasm of a small group of Bentley engineers and designers.</td>
</tr>
<tr>
<td align='center' class='news-footer middle-border'>
<!--news_opts--><a href='news.php?readmore=4'>Read More</a> · <a href='news.php?readmore=4#comments'>3 Comments</a> · 69 Reads
· <a href='print.php?type=N&item_id=4'><img src='themes/Gillette/images/printer.gif' alt='Print' style='vertical-align:middle;border:0;' /></a>
</td>
</tr><tr>
<td class='main-line'></td>
</tr>
</table>
The bold part is where my problem i believe lies. the /a is before the title so its not showing up. I know I have to change that part, but where would I do that at? what does the code look like? any ideas?
If you click on a story and go to that page you can see how the title is a link there, but not on the main page.
Thanks for any help anyone can give!
0 replies