Hey guys i have this problem but I don't know hot to edit it out. On my forums I have "underline" internal-links which I would like to have removed, which are the following: Username Topic/thread titles Forum titles Does anyone know how to remove the underline from these? I use phpBB forum software, and can access the template files from an Admin control panel. Thank you in advance... !
Check your CSS, basically you want to add "text-decoration:none;" for whatever property is being applied to the elements you mentioned.
Even I think that u should check your css and add text-decoration:none to you divs where u have those links.