PGLaouto Posted November 30, 2019 Posted November 30, 2019 I've created a table - www.philipgriffin.com/balk-gigs In the column on the far right, I want the option of linking to various external webpages so that visitors can get more info on specific upcoming performances. I'm using the following syntax <a href=“http://Internet URL goes here.”>Title the visitor sees.</a> In this case, here's the code for the first line <tr> <td class="tg-031e">26</td> <td class="tg-031e">Saturday - 31st October 2020</td> <td class="tg-031e">7.30pm</td> <td class="tg-031e">Brisbane Jazz Club, Kangaroo Point, Brisbane</td> <td class="tg-031e"><a href=“https://www.brisbanejazzclub.com.au/”>BJC website</a></td> but when I save and then click the link on www.philipgriffin.com/balk-gigs the link won't open because it's now trying to open https://www.philipgriffin.com/"https://www.brisbanejazzclub.com.au/" i.e. my website url has been inserted before the link I want. Any ideas on how to head directly to my desired url? Thanks Philip
PGLaouto Posted November 30, 2019 Author Posted November 30, 2019 Issue sorted. The site where I found the html code was using curly quote marks, but I needed to use straight quote marks. My page is now functioning as I intended. Thanks, if you've got this far.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.