Topic: quick question
Hey guys, I used to know how to work with cutenews back in 2008-2010 etc, but I've fallen out of it.
I like the newer version of cutenews, it's stepped up quite a bit. But the question I'm trying to ask, is how would I go about getting a link clicked into a new page. Not a popup, but a new page.
If I can remember correctly, I could go into the template and do so, but like I said I haven't been around cutenews for 2-3 years. This is what I have so far:
Active News
<style>
.box .title {
margin: 0px;
font-size: 20px;
font-family: 'BebasRegular';
margin-bottom: 13px;
font-weight: bold;
border-bottom: dotted 1px #ffffff;
}
</style><div class="title">{title}</div>
{short-story}
<div style="margin-top: 15px; text-transform: uppercase;">{date}
<div class="readmore">[full-link] + READ MORE[/full-link]</div>
</div>
I remember editing something in the PHP page too, i'm not sure if that's require anymore.
This is what the Cutenews article currently looks like at the moment:
so in essence, i just wanted to know how I would go about editing the "full-link" to get the news on a full page or if it's even possible.
Thanks