Gossamer Forum
Quote Reply
Linking
I'm using the luna template set and am trying to just have a hard link to another page. I type

Quote:
<b><font color="#800080" face="Arial" size="1">></font></b><font color="black" face="Verdana" size="1">
<a style="font-weight: 700; text-decoration: none;" href="http://www.wespreadtheword.net/freebook.shtml" target="_blank">
FREE!! 212 page, National bestselling book Revolution in World Missions</a></font></b>

but after everything is built I get the following link on the actual page.

Quote:
http://www.wespreadtheword.net/cgi-bin/links/page.cgi?g=freebook.shtml;d=1

How do I fix this to show the real link?
Quote Reply
Re: [LordStryfe] Linking In reply to
HI,

Sounds like you are running page.cgi?d=1 (d => dynamic, so all URL's are converted to dynamic ones). Removing the d=1 should sort your problem Smile

Hope that helps

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [LordStryfe] Linking In reply to
You must have your build_root_url set to http://www.wespreadtheword.net. To get around this, change the url to just /freebook.shtml.

Adrian