Re: Text Hyperlink

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Jeremy (Jeremy_at_discussions.microsoft.com)
Date: 03/11/05


Date: Fri, 11 Mar 2005 14:05:01 -0800

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[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers[i].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[i]))!=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[i])&&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">Art Deco<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" wrote:

> 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?
>
> --
> Murray
> ============
>
> "Jeremy" <Jeremy@discussions.microsoft.com> wrote in message
> news:698611D5-A58F-462D-A05C-35C421146113@microsoft.com...
> >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
>
>
>



Relevant Pages

  • Re: Text Hyperlink
    ... "Jeremy" wrote in message ... >I am trying to hyperlink text, but I don't want it to be underlined. ... I went into the html editor and ... > but it is not working outside of frontpage either. ...
    (microsoft.public.frontpage.client)
  • Re: TAG Open in a new window and/or tab
    ... Under the ECMAScript code approach, ... then you can just copy and paste it into the hyperlink dialog. ... off with a simple "open in a new window" link. ... Then copy that line of script, ...
    (microsoft.public.publisher.webdesign)
  • Re: Frame Target switches from default to _blank upon saving
    ... FrontPage Resources, WebCircle, MS KB Quick Links, etc. ... > I have the same problem, but I just ignore it and set a new target. ... >>> Hyperlink Properties, clicked the Target Frame button, selected Page Default, ... >>> reopening the document and selecting the same hyperlink I set to Page Default ...
    (microsoft.public.frontpage.client)
  • Re: scripting references Re: sharepoint + unix
    ... > an established script out there that works around the Microsoft shared ... >> Microsoft MVP - FrontPage ... >> | Moving the entire site to a microsoft server is not easy nor feasible- ...
    (microsoft.public.frontpage.programming)
  • RE: Adding hyperlinks within the edit form
    ... Where there's a need for a hyperlink, use a function like spHelpLink() to ... The main problem I have with the requirement for Frontpage is that not ... > Not sure why MS ships WSS with this feature turned off... ...
    (microsoft.public.sharepoint.windowsservices)