Note that there are some explanatory texts on larger screens.

plurals
  1. POwhy hyperlink with www does not visible
    primarykey
    data
    text
    <p>I was trying to make an hyperlink, I found something I don't understand.</p> <p>The hyper link below doesn't show up on my html view with <code>www</code> in it.</p> <pre><code>href='http://www.ringtonematcher.com/co/ringtonematcher/02/noc.php?sid=EULDros&amp;artist=$ringtone_artist&amp;song=$ringtone_title </code></pre> <p>but when I remove <code>www</code> it start showing up</p> <pre><code>href='http://ringtonematcher.com/co/ringtonematcher/02/noc.php?sid=EULDros&amp;artist=$ringtone_artist&amp;song=$ringtone_title </code></pre> <p>Is there any explanation?</p> <p>Thankyou</p> <p>EDIT 1 Here is my view source</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;link rel="stylesheet" href="/assets/css/style.css" type="text/css" media="screen" /&gt; &lt;title&gt;Music Engine&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="mainbody" class="wrapper"&gt; &lt;script src="http://connect.soundcloud.com/sdk.js"&gt;&lt;/script&gt; &lt;script&gt; SC.initialize({ client_id: "6a43a20c7a9e04da8d722bb01f16ce49", }); SC.get('/tracks/106285389',function(track){SC.oEmbed(track.permalink_url, document.getElementById("player"));}) $(document).ready(function() { }); &lt;/script&gt; &lt;div id="player"&gt;&lt;/div&gt; &lt;a class="download" href="http://api.soundcloud.com/tracks/106285389/download?client_id=6a43a20c7a9e04da8d722bb01f16ce49"&gt;Download&lt;/a&gt; &lt;div class="ringtone_matcher"&gt;&lt;a class='download' href='http://www.ringtonematcher.com/co/ringtonematcher/02/noc.php?sid=EULDros&amp;artist=Carly Rae Jepsen&amp;song=Call Me Maybe'&gt;Send Ringtone to your cell&lt;/a&gt;&lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>what i mean not visible is i can't see it in the browser but i can see it inside the source</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload