Text Hyperlink

J

Jeremy

I am trying to hyperlink text, but I don't want it to be underlined. What I
have done so far is not working for me. I went into the html editor and
stated
<style> a{text-decoration:none;} <style>. This works in the preview mode of
Frontpage, but when you go to the web and view the page the text is
underlined and blue. I set the page to have hyperlinks a different color,
but it is not working outside of frontpage either.

Thank you for your help
Jeremy
 
T

Teri Carnright

try adding more specific controls:

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a: hover {text-decoration: underline; color: #000000;}

Teri
:)
 
P

Paul D. Fox

Try this in link:

<span style="text-decoration:none;"><A HREF="your link here">My
Hyperlink</span>

Paul
 
M

Murray

This WILL work. The fact that it's not means that something else is
happening. I would need to see your code to say for sure what that is. Can
you show me?
 
J

Jeremy

Thank you for your help. Below is the code for the sidebar page. You know
what I am thinking. I am using a include page and that is why its not
cutting it. Do you think this is the case. Whenever I go in and add this
code I have to rebuild the whole page for some reason. Why would this be?


Created Fri Sep 22 14:23:38 GMT-0500 (Central Daylight Time) 2000 -->

<!-------------------- BEGIN COPYING THE HTML HERE ------------------->
<script language="JavaScript">
<!-- hide this script from non-javascript-enabled browsers

/* Functions that finds images. */
function MM_findObj(n, d) { //v3.0
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers.document); return x;
}
/* Functions that swaps images. */
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array;
for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc)
x.oSrc=x.src; x.src=a[i+2];}
}
/* Functions that handle named groups. */
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++)
x.src=x.oSrc;
}

// stop hiding -->
</script>

<!--The following section is an image or HTML table which reassembles the
sliced image in a browser.-->
<!--------------------------- STOP COPYING THE HTML HERE
--------------------------->

<table border="0" width="1" cellspacing="0" cellpadding="0" height="1">
<tr>
<td width="148" valign="top" colspan="3" height="75"
bgcolor="#98AFBB"><img border="0" src="CutInterfaceMain/1a.gif" width="144"
height="144"></td>
</tr>
<tr>
<td width="13" valign="top" height="177"><img border="0"
src="CutInterfaceMain/2.gif" width="23" height="457"></td>
<td width="104" valign="top" height="177" bgcolor="#98AFBB"> </td>
<td width="27" valign="top" height="177"><img border="0"
src="CutInterfaceMain/3.gif" width="22" height="457"></td>
</tr>
<tr>
<td width="144" valign="top" height="1" bgcolor="#92A9B5"
colspan="3"> </td>
</tr>
</table>

</body>

</html>

</style>

</head>
<body link="#005555" vlink="#005555" alink="#005555">

<table border="0" width="1" cellspacing="0" cellpadding="0" height="241">
<tr>
<td width="148" valign="top" height="75" bgcolor="#98AFBB"><img
border="0" src="CutInterfaceMain/1a.gif" width="144" height="144"></td>
</tr>
<tr>
<td width="146" valign="top" height="388"
background="CutInterfaceMain/sidebar.gif" bgcolor="#92A9B5"
bordercolor="#92A9B5" bordercolorlight="#92A9B5" bordercolordark="#92A9B5">
<b><font size="2" face="Arial" color="#005555"> <a
href="../necklaces.htm">Necklaces</a><br>
</font></b><font color="#005555" face="Arial Narrow"
size="2"><a href="../necklaces_ArtDeco.htm">Art Deco</a><br>
<a href="../necklaces_ArtNouveau.htm">Art
Nouveau</a><br>
<a href="../necklaces_Victorian.htm">Victorian</a><br>
<a href="../necklaces_PerfumeStyle.htm">Perfume
Style</a></font>
<p><b><font size="2" face="Arial" color="#005555"> <a
href="../Bracelets.htm">Bracelets</a><br>

</font></b><font color="#005555" face="Arial Narrow" size="2"><a
href="../Bracelets_Artnouveau.htm">Art Nouveau</a><br>
<a href="../Bracelets_Artdeco.htm">Art Deco</a><br>
<a href="../Bracelets_Victorian.htm">Victorian</a></font></p>
<p><b><font size="2" face="Arial" color="#005555"> <a
href="../earrings.htm">Earrings</a><br>

</font></b><font color="#005555" face="Arial Narrow" size="2"><a
href="../earrings_Dangles.htm">Dangles</a><br>
<a href="../earrings_Drops.htm">Drops</a></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../vintage.htm">Vintage Brass</a><br>
<a href="../vintage.htm">Finding </a> </b></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../GlassCameo.htm">Glass Cameos</a></b></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../GlassJewels.htm">Glass Jewels</a></b></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../Rhinstone.htm">Rhinestones</a></b></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../chain.htm">Chains</a></b></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../other.htm">Other</a></b></font></p>
</td>
</tr>
<tr>
<td width="144" valign="top" height="30" bgcolor="#92A9B5">
<p align="center"><br>
</p>
</td>
</tr>
</table>
 
M

Murray

Can you now show me the CSS that is applied to this page, please?

--
Murray
============

Jeremy said:
Thank you for your help. Below is the code for the sidebar page. You
know
what I am thinking. I am using a include page and that is why its not
cutting it. Do you think this is the case. Whenever I go in and add this
code I have to rebuild the whole page for some reason. Why would this be?


Created Fri Sep 22 14:23:38 GMT-0500 (Central Daylight Time) 2000 -->

<!-------------------- BEGIN COPYING THE HTML HERE ------------------->
<script language="JavaScript">
<!-- hide this script from non-javascript-enabled browsers

/* Functions that finds images. */
function MM_findObj(n, d) { //v3.0
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers.document); return x;
}
/* Functions that swaps images. */
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array;
for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc)
x.oSrc=x.src; x.src=a[i+2];}
}
/* Functions that handle named groups. */
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++)
x.src=x.oSrc;
}

// stop hiding -->
</script>

<!--The following section is an image or HTML table which reassembles the
sliced image in a browser.-->
<!--------------------------- STOP COPYING THE HTML HERE
--------------------------->

<table border="0" width="1" cellspacing="0" cellpadding="0" height="1">
<tr>
<td width="148" valign="top" colspan="3" height="75"
bgcolor="#98AFBB"><img border="0" src="CutInterfaceMain/1a.gif"
width="144"
height="144"></td>
</tr>
<tr>
<td width="13" valign="top" height="177"><img border="0"
src="CutInterfaceMain/2.gif" width="23" height="457"></td>
<td width="104" valign="top" height="177" bgcolor="#98AFBB"> </td>
<td width="27" valign="top" height="177"><img border="0"
src="CutInterfaceMain/3.gif" width="22" height="457"></td>
</tr>
<tr>
<td width="144" valign="top" height="1" bgcolor="#92A9B5"
colspan="3"> </td>
</tr>
</table>

</body>

</html>

</style>

</head>
<body link="#005555" vlink="#005555" alink="#005555">

<table border="0" width="1" cellspacing="0" cellpadding="0" height="241">
<tr>
<td width="148" valign="top" height="75" bgcolor="#98AFBB"><img
border="0" src="CutInterfaceMain/1a.gif" width="144" height="144"></td>
</tr>
<tr>
<td width="146" valign="top" height="388"
background="CutInterfaceMain/sidebar.gif" bgcolor="#92A9B5"
bordercolor="#92A9B5" bordercolorlight="#92A9B5"
bordercolordark="#92A9B5">
<b><font size="2" face="Arial" color="#005555"> <a
href="../necklaces.htm">Necklaces</a><br>
</font></b><font color="#005555" face="Arial Narrow"
size="2"><a href="../necklaces_ArtDeco.htm">Art Deco</a><br>
<a href="../necklaces_ArtNouveau.htm">Art
Nouveau</a><br>
<a href="../necklaces_Victorian.htm">Victorian</a><br>
<a href="../necklaces_PerfumeStyle.htm">Perfume
Style</a></font>
<p><b><font size="2" face="Arial" color="#005555"> <a
href="../Bracelets.htm">Bracelets</a><br>

</font></b><font color="#005555" face="Arial Narrow" size="2"><a
href="../Bracelets_Artnouveau.htm">Art Nouveau</a><br>
<a href="../Bracelets_Artdeco.htm">Art Deco</a><br>
<a
href="../Bracelets_Victorian.htm">Victorian</a></font></p>
<p><b><font size="2" face="Arial" color="#005555"> <a
href="../earrings.htm">Earrings</a><br>

</font></b><font color="#005555" face="Arial Narrow" size="2"><a
href="../earrings_Dangles.htm">Dangles</a><br>
<a href="../earrings_Drops.htm">Drops</a></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../vintage.htm">Vintage Brass</a><br>
<a href="../vintage.htm">Finding </a> </b></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../GlassCameo.htm">Glass Cameos</a></b></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../GlassJewels.htm">Glass Jewels</a></b></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../Rhinstone.htm">Rhinestones</a></b></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../chain.htm">Chains</a></b></font></p>
<p><font size="2" face="Arial" color="#005555"><b> <a
href="../other.htm">Other</a></b></font></p>
</td>
</tr>
<tr>
<td width="144" valign="top" height="30" bgcolor="#92A9B5">
<p align="center"><br>
</p>
</td>
</tr>
</table>


Murray said:
This WILL work. The fact that it's not means that something else is
happening. I would need to see your code to say for sure what that is.
Can
you show me?
 
M

Murray

Wait - see below - either I misunderstand what you are showing me, or your
code is seriously munged.

--
Murray
============

Jeremy said:
Thank you for your help. Below is the code for the sidebar page. You
know
what I am thinking. I am using a include page and that is why its not
cutting it. Do you think this is the case. Whenever I go in and add this
code I have to rebuild the whole page for some reason. Why would this be?


Created Fri Sep 22 14:23:38 GMT-0500 (Central Daylight Time) 2000 -->

<!-------------------- BEGIN COPYING THE HTML HERE ------------------->
<script language="JavaScript">
<!-- hide this script from non-javascript-enabled browsers

/* Functions that finds images. */
function MM_findObj(n, d) { //v3.0
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers.document); return x;
}
/* Functions that swaps images. */
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array;
for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc)
x.oSrc=x.src; x.src=a[i+2];}
}
/* Functions that handle named groups. */
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++)
x.src=x.oSrc;
}

// stop hiding -->
</script>

<!--The following section is an image or HTML table which reassembles the
sliced image in a browser.-->
<!--------------------------- STOP COPYING THE HTML HERE
--------------------------->


**** HMMM - no body tag....
<table border="0" width="1" cellspacing="0" cellpadding="0" height="1">
<tr>
<td width="148" valign="top" colspan="3" height="75"
bgcolor="#98AFBB"><img border="0" src="CutInterfaceMain/1a.gif"
width="144"
height="144"></td>
</tr>
<tr>
<td width="13" valign="top" height="177"><img border="0"
src="CutInterfaceMain/2.gif" width="23" height="457"></td>
<td width="104" valign="top" height="177" bgcolor="#98AFBB"> </td>
<td width="27" valign="top" height="177"><img border="0"
src="CutInterfaceMain/3.gif" width="22" height="457"></td>
</tr>
<tr>
<td width="144" valign="top" height="1" bgcolor="#92A9B5"
colspan="3"> </td>
</tr>
</table>

</body>

</html>

**** HMMM! That's the end of the page!
</style>

</head>
<body link="#005555" vlink="#005555" alink="#005555">

**** Now there's a body tag.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top