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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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