HTML - Erroneous Comma
Hi there - I've created my site using a free user-created theme in Tumblr. All is ok except that on this page: http://jeffnottingham.tumblr.com/testimonials There is a comma ' , ' that you'll see appears in green on a separate line, as an extension to a link. It's driving me crazy becaus eI can't seen where to kill it.
I was going to post the full html for my site, but it's too long for this post - I've posted the parts I THINK might contain the issue.... Many thanks in advance for your help, Jeff HTML Code: <style type="text/css">{CustomCSS}</style> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> <script src="http://static.tumblr.com/usaykzx/4P5ky45bz/jquery.example.js"></script> </head> <body> <div id="container"> <div id="header"> <div align="center"> <iframe src="http://player.vimeo.com/video/38915812?title=0&byline=0&portrait=0" align="middle" width="450" height="253" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> </div><br> <h1><a href="/">{Title}</a></h1> {block:Description} <p>{Description}</p> {/block:Description} <br> <ul> <div> <li><a href="http://dl.dropbox.com/u/5560088/Jeff%20CV%20March%202012.pdf" target="_blank">current CV with contact details</a></li> {block:HasPages} {block:Pages} <li><a href="{URL}">{Label}</a></li> {/block:Pages} {/block:HasPages} {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled} {block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled} </ul> </div> {block:Posts} <div class="post"> <div class="post-meta"> <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a> {block:IfShowNotes} {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {/block:IfShowNotes} {block:IfDisqusShortname} • <a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comments}</a> {/block:IfDisqusShortname} {block:ContentSource} • <a href="{SourceURL}" style="max-width:300px; text-overflow:clip;">{block:SourceLogo}<img src="{WhiteLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" style="vertical-align:top;" />{/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource} </div> <div class="post-content"> {block:Photo} <div class="photo{block:Caption} captioned{/block:Caption}"> <div class="photo-wrapper">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div> {block:Caption} <div class="body"> {Caption} </div> {/block:Caption} <div class="clear"></div> </div> {/block:Photo} {block:Quote} <div class="quote"> <div class="q-wrapper"><q class="{Length}">{Quote}</q></div> {block:Source} <div class="body"> {Source} </div> {/block:Source} </div> {/block:Quote} {block:Text} <div class="text"> {block:Title}<h2>{Title}</h2>{/block:Title} <div class="body"> {Body} </div> </div> {/block:Text} {block:Video} <div class="video{block:Caption} captioned{/block:Caption}"> <div class="video-wrapper">{Video-500}</div> {block:Caption} <div class="body"> {Caption} </div> {/block:Caption} <div class="clear"></div> </div> {/block:Video} {block:Audio} <div class="audio"> <div class="audio-info {block:AlbumArt}hasart{/block:AlbumArt}"> {block:AlbumArt} <div class="audio-info-left"> <img src="{AlbumArtURL}" /> </div> {/block:AlbumArt} <div class="audio-info-right {block:TrackName}hasmeta{/block:TrackName} {block:Artist}hasmeta{/block:Artist} {block:Album}hasmeta{/block:Album}"> {block:TrackName}<div class="audio-trackname">{TrackName}</div>{/block:TrackName} {block:Artist}<div class="audio-artist">{Artist}</div>{/block:Artist} {block:Album}<div class="audio-album">{Album}</div>{/block:Album} {block:ifWhiteAudioPlayer} <div class="audio-player">{AudioPlayerWhite}</div> {/block:ifWhiteAudioPlayer} {block:ifNotWhiteAudioPlayer} <div class="audio-player">{AudioPlayerBlack}</div> {/block:ifNotWhiteAudioPlayer} </div> <div class="clear"></div> </div> {block:Caption} <div class="body"> {Caption} </div> {/block:Caption} </div> {/block:Audio} {block:Chat} <div class="conversation"> {block:Title}<h2>{Title}</h2>{/block:Title} <table cellspacing="0"> {block:Lines} <tr class="user{UserNumber}"> <th>{block:Label}{Label}{/block:Label}</th> <td>{Line}</td> </tr> {/block:Lines} </table> </div> {/block:Chat} {block:Link} <div class="link"> <h2><a href="{URL}" {Target}><span>{Name}</span></a></h2> {block:Description} <div class="body"> {Description} </div> {/block:Description} </div> {/block:Link} {block:Answer} <div class="answer"> <div class="answer-question"> <div class="answer-label">Q</div> <div class="body"> {Question} </div> <div class="answer-asker post-{PostID}"> <div class="answer-point"> <div class="answer-point-top"></div> <div class="answer-point-bottom"></div> </div> <style> .post-{PostID} .answer-asker-avatar { background: url({AskerPortraitURL-64})} </style> <div class="answer-asker-avatar">{Asker}</div> </div> <div class="clear"></div> </div> <div class="answer-answer"> <div class="answer-label">A</div> <div class="body"> {Answer} </div> </div> </div> {/block:Answer} </div> {block:IfShowNotes} {block:PostNotes} <div class="post-notes"> {PostNotes} </div> {/block:PostNotes} {/block:IfShowNotes} {block:PermalinkPage} {block:IfDisqusShortname} {block:Permalink} <div id="disqus_thread"></div> <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script> <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript> {/block:Permalink} {/block:IfDisqusShortname} {/block:PermalinkPage} </div> {/block:Posts} </div> </div> <div align="center"> <hr /> <p class=MsoNormal><span lang=EN-UK style='font-size:12pt;font-family:Baskerville, "Times New Roman", Times, serif; font-style: italic; color:gray'> I gained my Masters in Screenwriting and Producing for Film and Television at the<br> University of Westminster. My films have been screened around the UK, and <br>in 2011 my debut play Lost In Mozart played to sold-out theatres in <br>Edinburgh and London, supported by the Arts Council.<br<br> I work directly with writers, producers, and production companies; <br>writing, editing, and advising. Contact via CV above or<br> jeffnottingham@gmail.com | +44 7739339387<br><br> </span> </div> </div> Similar TutorialsHey guys if you will take a look at my site i'm building http://www.atlanta-web.com I"m having funky issues with the layout in IE 7 haven't looked in 6. Please advise. My commas show up as a box... Any ideas Hi I know this subject has been covered many times before and I have certainly done much research and tried all sorts of code to put a comma in a number located in a text box but to no avail. The original calculation is calculated by these lines of code: function updatesum() { var userVl = getUserValue(); var av3 = getav3(userVl); document.getElementById('av3').value = (av3.toFixed(2)); function getav3(vl) { document.getElementById("av3").value = ((vl-0) *2.5) return ((vl-0) *2.5); } The above works absolutely fine as far as calculating my number and showing the resulting number with decimal point , 2 places, but I can't seem to get any 'comma separating' code to work. I am really dumb at writing the code but can usually change given code to suit, but this one has be stumped. This is only one of many calculations on the page but even if you can give me code to make this one work I will play around with the others on my own. Here is the web page if anyone wants to have a look although on here it does not yet reflect all my changes but will give an idea as to what I am trying to achieve. http://www.teamkiwi.890m.com/tk/calculator9999999.html Thank you to anyone who may help me Cheers Dai |