can't click text link in html5 version

Q&A about the latest versions
Post Reply
User avatar
vilmer
Posts: 66
Joined: Mon Jul 30, 2007 2:58 am
Location: Argentina

It seems impossible to click a hyperlink I put in a popup box in the html5 version. See here for example, under the 'i' button. The last line in the popup is a hyperlink, but I cant click it with my mouse, maybe on a touch screen it works?
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
If copy and pasting the code, make sure you go back in are retype the " " as text formatting will change them and it will not work.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
vilmer
Posts: 66
Joined: Mon Jul 30, 2007 2:58 am
Location: Argentina

do you mean like in <a target="_blank" etc?
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi
This works in both Flash and HTMLt text boxes:

Code: Select all

<a href="http://support.ggno.me/hut" target="blank">Beach Hut</a>
Quotation marks copied say from a Word document may not function because of the formatting Word uses.
Better to use a basic text editor like Note Pad for Windows or TextEdit.app for Mac if you want to make a list of useful code.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply