This topic is locked

Hyperlink in Remarks

11/24/2008 9:28:30 AM
ASPRunnerPro General questions
D
DeStRoY author

I'm playing around with the RealEstate template and was wondering, is it possible to include a hyperlink in the remarks box?
Thanks

D
DeStRoY author 11/24/2008

Nevermind... I figured it out by setting the field as HTML. Now I have another problem. I had it limited to view the first 80 char on the listings page but when set as HTML is lists all of the content. How do I fix this?

Sergey Kornilov admin 11/25/2008

HTML code cannot be truncated properly (without losing the formatting)

D
DeStRoY author 12/1/2008

How would I go about it if I didn't care about losing the formatting (without changing the fact that the field is set as HTML)?

HTML code cannot be truncated properly (without losing the formatting)

J
Jane 12/2/2008

Hi,
use custom format on the "View as" settings dialog on the Visual Editor tab.

Here is a sample:

strValue = Left(strValue,200)

D
DeStRoY author 12/3/2008

Thanks but this doesn't leave it set as HTML as I require. Any other ideas?

Hi,

use custom format on the "View as" settings dialog on the Visual Editor tab.

Here is a sample:

J
Jane 12/4/2008

Hi,
HTML code cannot be truncated properly (without losing the formatting of whole page). It means that some HTML code just after this field can be broken.