|
BeTheBall -> RE: Presenting Hyperlinks In A Frontpage Results Region (2/18/2004 17:44:37)
|
If you look at the HTML for your page find the code that displays the "Page" field in your database. It should look something like this, in red: <%=FP_FieldHTML(fp_rs, "Page")%> or <%=FP_FieldVal(fp_rs, "Page")%> Your problem should be corrected by changing the above to: <%=FP_Field(fp_rs, "Page")%> However, you may (probably will) need to diet the excess code inserted by FP prior to making the above change. Instructions for dieting the code are in the link in my signature. Good luck and welcome to OutFront!
|
|
|
|