How do I hide HTML hyperlink code in Blog comments?

How do I hide HTML code for hyperlinks in blog commments? Here's the background:
I happily and easily include text hyperlinks all over the place in my website, using iWeb. I can even do this when creating a new entry in my blog. In all cases, the actual HTML code is hidden, and the hyperlinked text is, as usual, in a different color (to indicate that it's a link).
However, let's say someone leaves a comment to a blog entry, and I want to respond using the Comments box when I'm viewing the blog online, via Safari or IE or Firefox. And let's say I type a word that I want to also use as a hyperlink, that will take someone to another website.
So far, the only way I've discovered to add hyperlinks in a Comment is to actually type the HTML command right in the Comments text box (then add my name, URL, type in the secret image verification code and click "Add Comment").
When the new comment, with hyperlink, appears on the blog entry page, the hyperlink is active -- however, the entire HTML code also shows up. For example, here's what appears, on-screen, when I want someone to click "here" to get to my website landing page:
Click (a href="http://www.davidalanmoore.com")here(/a) to go to my homepage.
NOTE: I used parens instead of carats in the line, above, in order to show what actually happens in the real world... unfortunately, this forum is so well done that it actually read my carats, created a real hyperlink and hid the HTML -- which is what DOESN'T happen in the blog comments!
How do I hide everything but the word "here," without losing the hyperlink?
Thanks in advance!
iMac Intel Duo Core and iBook G4   Mac OS X (10.4.9)  
iMac Intel Duo Core and iBook G4   Mac OS X (10.4.9)  

Yes, the http:// part does make it become a hyperlink, as in the example I noted in my question. That is, the hyperlink works... it's just that all of the HTML code that makes it a link is also visible.
For example, take a look at the following sentence, that includes a hyperlink -- a hyperlink for which Apple's Discussion Forums automatically reads the HTML correctly, hides the code, and turns the text for the word "here" into a different-colored hyperlink:
"Click here to go to the comments page where I'm having the problem."
Now compare that hyperlink to the way a hyperlink actually appears in a "Comment." Click the word "here" in the sentence just above this one. You'll be sent to a blog entry on my website. If you look at the fourth comment on that page you'll see what iWeb does to a hyperlink: it creates link that works, but it also shows all the HTML code (e.g., "(a href="http//..... etc., etc.).
I'm trying to make that code invisible in the Comments, as it is invisible on these discussion boards. (See two paragraphs above: a link, but no visible HTML code.)
I'm not sure if I'm making sense... I'm just trying to be thorough so people don't accidentally waste their time answering a question I'm not asking. Bottom line, I don't want the HTML code visible, on-screen, when I create a hyperlink in a blog comment.

Similar Messages

  • How to read the html source code of a webpage.

    How can I read the html source code of a webpage with a java application?
    Is there a good idea?

    >
    How can I read the html source code of a webpage
    with a java application?
    Is there a good idea?
    I don't know if this is a good idea, but it works.
    1) Use a URL to obtain the document's location
    2) Use a URLConnection to open a connection between your computer and the
    document server
    3) Connect to the server
    4) Get the InputStream of said connection
    5) Associate the Input Stream with a Buffered Input Stream
    At this point you can use a loop to read lines from the BufferedInput Stream and append them to a TextArea or other suitable text component.

  • Hide html  (source) code

    hi,
    I want to hide html code of my web pages and of my css-page.
    I found one way in using a commercial tool to encrypt the code.
    is there another way, and if not, can anyone give me a tip
    which tool is the best?
    Thank's for help
    Jens

    > is there another way
    No. What is so valuable in your code, anyhow?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "kikde" <[email protected]> wrote in message
    news:e9l9e3$j9s$[email protected]..
    > hi,
    > I want to hide html code of my web pages and of my
    css-page. I found one
    > way
    > in using a commercial tool to encrypt the code.
    >
    > is there another way, and if not, can anyone give me a
    tip which tool is
    > the
    > best?
    >
    > Thank's for help
    >
    > Jens
    >

  • How to get the HTML Source code from the active browser ?

    Hi All,
    I need to get the HTML Source code from the active browser (IE). I tried with the below code, but I am not able to get the Source code all the time, with respect to the different applications (http or https) and the user authentication has to be changes in few applications (_I dont know or not able to given that in the below code_). More over there is also a dependence of the URL to get the HTML Source code.
    Therefore what I feel is getting the HTML Source code from the given or active browser will be consistent than the URL. Since the Source code is available in the browser (IE) . Please help me with a sample code to achieve this . . . !
    HTMLDocument doc=(HTMLDocument) kit.createDefaultDocument();
    doc.putProperty("IgnoreCharsetDirective", Boolean.TRUE);
    URL url = new URL(strURL);
    Reader HTMLReader = new InputStreamReader(url.openConnection().getInputStream());
    kit.read(HTMLReader, doc, 0);Thanks in advance,
    Regards,
    Jothi Venkatachalam
    Edited by: j0o on May 7, 2009 3:11 AM

    The simple answer is: you don't.
    Not only is it simply not possible, but the entire concept of "the active browser" doesn't exist.
    You were on the right track with your code to retrieve the page directly from the server, but as you noticed that code will only work for regular http connections.
    For https and other protocols you will need to use appropriate libraries for each protocol. Something like Apache Commons can help you with that. There are networking libraries in there for a lot of commonly used protocols.

  • How to edit the html source code for my site

    I have just started a blog, and am VERY new to it. I am trying to edit the html source code on my site (ie, to insert google adsense search bars). I go to my blog site, get to page source and see the html but I am not able to edit it. Not sure what I am doing wrong. Thanks!

    You can use any editor you want mine is set up for notepad.exe
    :see http://dmcritchie.mvps.org/firefox/firefox.htm#notepad
    :to invoke use "Ctrl+U" or View > Page Source
    :this is for sites that you maintain on your local drives or servers, and copy over to a website.

  • How can I get HTML source code of dynamic Web page ?

    Hi,
    I would like to write a program that can get HTML source code of some Web pages, but there are some dynamic Web pages that I can't do it with URL class. For example: http://www.europlex.ch/web/3schedule/showAll.jsp?context=schedule.
    Thank you very much for any solution.

    Thank you for your attention. I'm sorry because I could't describe it clearly. If you don't mind, please follow this step to understand my problem:
    In the browser, enter URL: http://www.europlex.ch/web/main.jsp?locale=_english
    Click on Schedule, you will see the page with Cinema name, Film, Time... I would like to write Java Program to get HTML code of only this Page (Not frame page).
    Do you have any idea ?
    Thanhks,

  • Hide a Function code in Menu bar

    Hi All,
      How can I hide a function code in a menu bar(not a button in Appln tool bar) in the pf-status of a screen(SE41).
    SET PF-STATUS ...EXCLUDING ... only serves to grey out the function code in the menu
    Thanks in advance

    Hi,
    I don´t recomend it, ´cause this is a modification to the standard. In case of upgrade, your changes are gone. If you really must do that, then
    1) make double click on SET PF-STATUS 'xxxxx'
    2) display options in menu bar
    3) double click on the menu option to modify
    4) system displays all suboptions.
    5) click on the option to erase
    6) press "delete entry" (ctrl + F9)
    7) activate the changes

  • Hide HTML-code in iWeb

    How can I hide the code of my pages or iFrames in iWeb?

    Paste this in a HTML Snippet :
    <script language="JavaScript" type="text/javascript">
    <!--
    var bodyLoad = parent.document.getElementsByTagName("body")[0];
    bodyLoad.setAttribute("oncontextmenu","return false;");
    bodyLoad.setAttribute( "ondragstart","return false;");
    bodyLoad.setAttribute("onselectstart","return false;");
    // -->
    </script>
    And if that works, then there's still the menu in Safari : Command-Option-U

  • How do i add html code to my muse site? I want pintrest to verify my site.

    how do i add html code to my muse site? I want pintrest to verify my site.

    Hi,
    There are multiple ways in which you can add the HTML code to your site. Few methods are :-
    1) Copy your HTML code, In Muse -> Select Objects-> Insert HTML . Paste your HTML code on the page.  Please reer to this screenshot :- http://prntscr.com/52vprn
    2) If you want to add the HTML code in the Head section of your page, Go to Page Properties-> Metadata-> HTML for <Head> .    Please refer to this screenshot :- http://prntscr.com/52vpx5
    Hope this helps
    Regards,
    Rohit Nair

  • Anyone know how java can get html code

    I have this great idea for a program but I need to know how java can get some source code off a web page (HTML) so i can then get certain information from it.
    Then with that certain information on my side can I then like post data through a from like a cgi/php script through a post variable?
    Have any of you heard of something like this?

    you can read the html easy enough, look in the docs for, of all things, objects that have html in their name.
    if you are going to post back then you need an interface to post to--like a servlet--but in any case it has to be supported by the site you want to post back.

  • How to play videos directly in player using html hyperlink in Mac??

    hi all, i am using Mac, i have a issue that i want to play flv videos directly in flv player when user clicks on video link.
    In windows when i click on html video link then windows automatically play that video in corresponding player but in Mac it just opens that folder location where i kept those videos but dont play them.
    how can i play videos directly in player using html hyperlink in Mac???

    What does any of this have to do with Java?
    It sounds like you've misconfigured your browser, but I'm not sure what you're even talking about.
    You know that apple.com has all sorts of forums for mac users, right?

  • How can I write HTML code in this forums

    Sorry but I didn't know where to post this thread.....
    How can I write HTML code in this forums?

    Hello,
    Every piece of code in your post should be wrapped with the forum tags [ code] and [ /code], without the blanks.
    In case of the &lt;a> tag, that is not enough. In this case, you have several options. The most elegant one is to use the entity name for the less-then sign - & lt; - without any spaces. Other options is to add a space between the less-then and the ‘a’ character (and make a note of it) or change the less-then character with a left bracket one.
    When posting code, you should always use the forum preview option, just to make sure the forum software “understood” your code correctly.
    Hope this helps,
    Arie.

  • How to clean the html code multiple pages simultaneously with Dreamweaver or other soft ?

    hello,
    How to clean the html code multiple pages simultaneously with Dreamweaver or other soft ? I have hundreds of pages to clean
    Thanks !

    I would start afresh. I would also use Dreamweaver's template system to make thing a lot easier. Have a look at the following, copy and paste into a new document and view in your favourite browser.
    <!doctype html>
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
    <link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css" />
    <script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
    <script type="text/javascript" src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
    <style>
    .hline {
        background: url(http://yannick.michelat.free.fr/barre.gif);
        height: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    </style>
    </head>
    <body>
    <div class="container">
        <div class="row">
            <div class="col-xs-7">
                <img alt="" class="img-responsive pull-right" style="margin-top:20px;" src="http://yannick.michelat.free.fr/Calanques.gif" />
            </div>
            <div class="col-xs-5">
                <img alt="" class="img-responsive center-block" style="margin-top: 40px;" src="http://yannick.michelat.free.fr/grandportfolio.gif" />
            </div>
        </div>
        <div class="row hline"></div>
        <div class="row">
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-01.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-02.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-03.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-04.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-05.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-06.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-07.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-08.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-09.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-10.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-11.jpg" alt="" class="img-responsive"></a></div>
            <div class="col-xs-6 col-sm-4 col-md-2"> <a href="#" class="thumbnail"> <img src="http://yannick.michelat.free.fr/vign__CalanquesConseil-12.jpg" alt="" class="img-responsive"></a></div>
        </div>
        <div class="row hline"></div>
    </div>
    </body>
    </html>

  • How to read and then extract HTMl source code using java program?

    Hi,
    Could someone tell me how to read and then extract the content of certain tag from html source code. For example, given url http://.... , I would like to know what the <Title> content <Title> in that page is.
    Any help is greatly appreciate.

    Use a URLConnection to make the connection to the page at the needed URL. From the URLConnection, you can get an InputStream that is the stream of data from that page. Just search through the stream and find the <title> tags (don't forget to check for case sensitivity).

  • How can I un-hide sales tax code in FB01?

    Hi,
    I am trying to create a vendor invoice posting through the intercompany sales EDI process, and am getting error 'field BSEG-MWSKZ does not exist in screen SAPMF05A 0302'.  When I manually try to create a VI posting via FB01, I can confirm that tax code is hidden from the vendor line item screen.  Does anyone know how I can get the tax code back on this screen? 
    I have looked through the field status variant and field status group config, but don't see tax code as one of the fields that can be controlled via this config (I do see withholding tax code, but I'm looking for sales tax code).  Does anyone know how I can un-hide this field?
    Thanks!
    Allison

    Thanks.  I did try that, but found that the tax code isn't controlled by any of the field status stuff.  BUT, I just found the solution to my problem via another forum.  Apparently the tax code, and whether or not it is included on the screen, is controlled by the tax category of the G/L account that you're posting too.  I changed the tax category of my G/L account to '*' (All tax types allowed), and that caused the tax code field to appear and be editable in FB01. Yay!

Maybe you are looking for

  • Problems when syncing edited photos from iPhoto to iPad

    First, I edited some photos in an event in iPhoto on my mac, then I sync that event to my iPad. After syncing, the photos in my iPad library are unedited. What is the matter? Why those photos are unedited? Thanks!

  • How to customize F140_ACC_STAT_01 to change ides logo and footer.

    Hi Experts, I want to customize form F140_ACC_STAT_01 to change default logo (ides logo) and default footer coming on the standard account statement we generate using Tcode F.27. In this regard I have copied form F140_ACC_STAT_01 to ZF140_ACC_STAT01

  • Hyperion Planning Workspace - Export option missing in IE 8

    Hello, I am using v9.2 of Hyperion Planning. I noticed that the option to export Financial Studio Reports in Workspace does not appear in Internet Explorer 8 while in 6/7 it did. Is there any fix for this problem or any workaround? Regards

  • How to use SSO for some sites

    I have one SSO certificate provided in IE and some of my corresponding sites refer to this SSO while logging in. This works perfectly well in chrome as well, however same sites do not recognize SSO certificate and prompt for Logon credentials while a

  • When a BT line is not a BT line.

    Hi All, I have been with BT since December 2009 and did a home move on the 21/07/10 and then is when the problems began. I was with o2 for my BB and did the home move with them but they told me that my number(which I took with me) wa not coming up on