Hi there. I'm not sure if this is possible, but I'm going to ask anyway just in case.
My website consists of columns created by div classes.
My left column is where the content goes, and my right column currently shows the headlines, just using this:
<?php $nppage = '3'; // $cat[] = 'Specific'; $template= 'template3'; include 'jobs/index.php'; ?>
In the template I created through the admin area of the news script, this is set:
<div class="jobtitle">{title}<br /></div> __ <div style="font-family: Verdana; font-size: 10pt"> {shortstory} {story} <div class="joblink"><a href="http://www.derbyshireeducationsupply.com/jobs.php">Read More or Apply</a></div> What I would really like to be able to do is link directly to the article instead of jobs.php, which is a page showing the headlines again where people have to press Read More.
I can't quite get it to work. I use the [readmore] & [/readmore] tags, but this opens the articles still within the right column div, which is only set to 150px wide. I want the article to open in the Main div (left side).
Is there a way to do this?
Many thanks in advance, Craig