Code: Select all
link1 = Label(self,
text = "Corel USER to USER Web Board",
fg="blue", cursor="hand2",
justify = CENTER
).pack( anchor=W, side=TOP, padx=8, pady=2 )
link1.bind("<Button-1>", lambda e: CallbackLink1("https://forum.corel.com/viewforum.php?f=56"))
