ekendricks
Posts: 34
|
| Posted: 06/15/2005, 6:35 PM |
|
Using CCS 2.3.2.24
When I insert a hyperlink into a page from the toolbox, the text color is black and the hyperlink does not show when page is publised. If I change the color attribute, it will show when published, but href properties on the Format Tab dissappears.
I've tried inserting links into several projects and the included examples, with the same results.
Can someone tell me what is not set somewhere or what is going on with this.
Thanks
|
 |
 |
peterr
Posts: 5971
|
| Posted: 06/15/2005, 9:49 PM |
|
A link is not shown because it doesn't have any value - there is nothing to show in such case. Links are dynamic in nature and need to retrieve the value from the database, but if a link is not bound to any database field then it displays blank value and therefore it's not visible. If you want to use a static value then you can edit the link in the HTML mode and for example change {Link1} to Some Text
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|