Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Gui Multiline Text Links (https://forums.graalonline.com/forums/showthread.php?t=134269035)

sssssssssss 01-25-2014 04:16 PM

Gui Multiline Text Links
 
Is there a way to take the underline off of links with the html tags in a GUI Multiline? I've tried so many things now....

with and without quotes below
PHP Code:

WindowText.addtext("<font color=white style='text-decoration:none;'><a href=blank>Hello</a></font>"); 

PHP Code:

WindowText.addtext("<font color=white text-decoration=none><a href=blank>Hello</a></font>"); 

PHP Code:

WindowText.addtext("<font color=white text-decoration:none><a href=blank>Hello</a></font>"); 

with and without quotes below
PHP Code:

WindowText.addtext("<font color=white><span style='text-decoration:none'><a href=blank>Hello</a></span></font>"); 

PHP Code:

WindowText.addtext("<font color=white><span text-decoration:none><a href=blank>Hello</a></span></font>"); 

PHP Code:

WindowText.addtext("<font color=white><span text-decoration=none><a href=blank>Hello</a></span></font>"); 

None of these worked. Putting a span in front of the link actually just disabled the link as well...


All times are GMT +2. The time now is 09:06 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.