473,405 Members | 2,300 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Removing hyperlink underline

Chrisjc
375 256MB
I have a STRING making a link for me once you pick alot of options on my site...

everything works just fine how ever I dont want that HYPERLINK to be under lined I figured adding

[HTML]<html><head><STYLE>
<!--
a {text-decoration:none}
//-->
</STYLE></head></html>[/HTML]

Would solve this problem how ever it did not... here is the String code.

Expand|Select|Wrap|Line Numbers
  1. echo "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='descr.php?image=".$image['imagename']."'><b>$pn </b></a>";
  2.  
Anyone have any ideas???
Nov 29 '06 #1
2 6105
ronverdonk
4,258 Expert 4TB
Expand|Select|Wrap|Line Numbers
  1. echo "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style='text-decoration:none;' href='descr.php?image=".$image['imagename']."'><b>$pn </b></a>";
  2.  
Ronald :cool:
Nov 29 '06 #2
Chrisjc
375 256MB
Expand|Select|Wrap|Line Numbers
  1. echo "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style='text-decoration:none;' href='descr.php?image=".$image['imagename']."'><b>$pn </b></a>";
  2.  
Ronald :cool:

Ahh see I tryed that too and it didnt work for me but I see you put a ( ' ) after none.... works fine now thanks Ron
Nov 29 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: SoloCDM | last post by:
What is needed to remove the underline in web page links? Do I need to change the color or is it something in the tag <a>? *********************************************************************...
20
by: Bob | last post by:
Hello, I have an <h1> banner that is white font on black background. I am using CSS to style the banner in white on black. I would like to hyperlink the words, but I want to force the...
4
by: Salad | last post by:
If I create a field as a hyperlink, Access will open the hyperlink if I single click it. Is there a method within the operating system that would tell access to only open the hyperlink if...
4
by: Andreas Meffert | last post by:
Hello, How can I change the Type of a field in a table from Memo to hyperlink? I import a table from Oracle to Access 2003. After that, the field type of some hyperlink-fields is "Memo". How...
3
by: Ken Saganowski | last post by:
Not sure if this is the proper group to post this but its worth a shot: Is there a project property setting that gives hyperlinks and linkButtons the "rollover" effect with underlining? Right...
3
by: | last post by:
Is there a way to REMOVE the underline within the HyperLink button? Thanks Brian
2
by: Keith Wilby | last post by:
A2003, XP Pro. I have a text box on a form. The text box is bound to a hyperlink field. I want to use the contents of the text box in code so I'm assigning the contents to a string variable. ...
2
by: Jeff | last post by:
hey asp.net 2.0 I have a HyperLink control on my webpage, I want this HyperLink to display a underline when mouse is hovering over it. This is NOT a html link, but a...
5
by: Silgd1 | last post by:
Hey All.... I am creating web page using Netbeans 6.0. I use A jspf (java server page fragment) that is included in most of the other pages. There are several hyperlinks on the jspf that...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.