Ask a Question related to Dreamweaver AppDev, Design and Development.
-
ukjooles #1
Creating dynamic text link from text
Hi
I'm trying to create a text link "read more..." (rather than a long and ugly
text link )on my web page. The link is dynamic from the database and listed
through repeat region. Can anyone please tell me what I put in the link field.
The recordset is called rsNews and the link is called link (ie rsNews.link).
Cheers
Julie
ukjooles Guest
-
creating a text link changes font size
I am the admin on my own website, using contribute 3.11...when trying to create a link, once I have highlighed my text and published my link, the... -
How do I link from inside a dynamic text box?
I have a dynamic web site set up using Flash MX 2004 Pro. I am trying to load some dunamic html into a textfiled that will be able to call... -
HTML link in dynamic text?
I can't seem to get a URL link in my dynamic imported text to work... Is it not possible? I checked the Flash Help documents and they offered very... -
Creating alternate text on a url link??????
Hello I know how to add alternate text to an image (tool tip window), but what i want to achieve is alternate text over a normal text based url... -
link in dynamic text?
Hi guys. Is there any way to put a link in dynamic text? I have text with sroll bar (created with the Flash UI Component) and need to put there... -
chuckomalley #2
Re: Creating dynamic text link from text
I guess we should assume that the text in the database field is eithr an
absolute or a relative URL? If so, then this is how I do it. First, you bind
the URL field to the page. It will display as {rs_recordset.url} on the page
and <%=(rs_recordset.Fields.Item('url').Value%> in the code. Change the code to
read: <a href='<%=(rs_recordset.Fields.Item('url').Value%>' >Read More</a> and
you will see the Read More link reflected in the document. HTH Cheers Chuck
chuckomalley Guest
-
ukjooles #3
Re: Creating dynamic text link from text
Thanks Chuck, that worked great, cheers
ukjooles Guest



Reply With Quote

