Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-02-05 18:14:55

qtluvsjc
New Member
Registered: 2008-02-05
Posts: 2

Article Title - Remove hyperlink - page not found

Here is the link to my page..

http://www.golf4freedom.org/index.php

If you click on the title of my first article (LTC Mark Patrick Phelan) the link is broken. My articles will be very short (1-2 sentences), and I do not need a separate page to open for each article.

How do I remove that hyperlink and just have everything listed on that one page? If I can’t remove the hyperlink then how do I get the link fixed?

Thanks, I’m new, this is my first time setting one of these up.

PS. I also don’t know how to get rid of those lines above and below my navigation bar. (if you click on other pages in my site you can see that the bar is not there. I can’t find a style sheet to edit.

Offline

#2 2008-02-05 18:56:39

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Article Title - Remove hyperlink - page not found

FAQ for why you get 404’s.

To remove the link, go to Presentation>Forms and remove <txp:permlink>.

Offline

#3 2008-02-05 22:18:39

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Article Title - Remove hyperlink - page not found

qtluvsjc wrote:

PS. I also don’t know how to get rid of those lines above and below my navigation bar. (if you click on other pages in my site you can see that the bar is not there. I can’t find a style sheet to edit.

Go to Presentation > Style. There you find your style sheet. After

a {
text-decoration: none;
color: #000;
border-bottom: 1px #000 solid;
}

add

#header a, #nav a {
border: none;
}

Last edited by els (2008-02-05 22:20:02)

Offline

#4 2008-02-06 14:16:48

qtluvsjc
New Member
Registered: 2008-02-05
Posts: 2

Re: Article Title - Remove hyperlink - page not found

Thanks – I was logged in as a copy editor instead of publisher which is why i couldn’t find it! You have been very helpful!

Offline

Board footer

Powered by FluxBB