RandyStille
Posts: 1
|
| Posted: 06/12/2007, 3:50 AM |
|
it never fails ... hit the return key, and it hits you back.
i did not set the source property on the control to <database> ... it was set to page .. go figure ....
OK, I've been up all night on this and can't figure it out for the life of me. Could use some help!
I have an access database table with a simple structure - id, article title, article summary, and URL (defined as hyperlink).
The URLs are all formed with http:// and look properly formed in the database.
These fields are extracted into a grid using a query in the Access DB.
The target field for the URL string is defined as a URL and I can see the various properties for the item.
For whatever reason, when the hyperlink is created, CCS is prepending the web location of my site to every URL. so instead of ....
http://websphere.sys-con.com/read/337459.htm
I get. ...
#http://websphere.sys-con.com/read/337459.htm#
and the hyper link is to my home page of ...
http://www.isotropicllc.com/
I have tried changing the path type to absolute, etc. At least I think I have.
I'm new to CCS ... still on the trial version :) any help appreciated ...
Thanks,
Randy
|
 |
 |
wdhindman
Posts: 6
|
| Posted: 07/18/2007, 9:10 PM |
|
The problem is not CCS. You are pulling data from an Access hyperlink field which stores the full http address along with the base text although it only shows the base link text when you view the field. Change the Access field to text and run an update to delete everything in the field to the right of the first #.
_________________
William Hindman
Dejpol Systems
Loxahatchee, FL |
 |
 |
|