Why doesn't my href link to my Facebook profile work?


Chloe Hammond

I've built a portfolio site and the href link to Facebook is the only social media link that doesn't work. Like other social media links it doesn't seem to work after copying and pasting my profile link. I also had this problem on another website I designed. Any clues? PS: I tried taking the "s" out of https but it still didn't work.

div class="social-sidebar-buttons"   

     <a href="https://www.facebook.com/chloe.hammond.7"><img src="icons/facebooknudepink.png" target="_blank" alt="Connect with Chloe on Facebook"/></a>                                              
  <a href="https://twitter.com/ChloeHammondx" title="twitter"><img src="icons/twitternudepink.png"  target="_blank" alt="Connect with Chloe on Twitter" /></a>

<a href="https://instagram.com/chloelouisehammond/" title="Instagram"><img src="icons/instagramnude.png" target="_blank" alt="View Chloe's Instagram feed" /></a>

<a href="mailto:[email protected]" title="email"><img src="icons/mailtonudepink.png" target="_blank" alt="Email Chloe" /></a> 
    </div>

Here is the link to the page : http://me14ch.leedsnewmedia.net/portfolio/index2.html

ET-CS

Try closing the div by changing:

div class="social-sidebar-buttons" 

arrive

<div class="social-sidebar-buttons">

Related


Why doesn't my href link to my Facebook profile work?

Chloe Hammond I've built a portfolio site and the href link to Facebook is the only social media link that doesn't work. Like other social media links it doesn't seem to work after copying and pasting my profile link. I also had this problem on another website

Why doesn't my "a href" link work inside "divs"?

FS I wrote the following code, which creates an animated circle/icon that should go to another page: <html> <body> <div id="homepageBanner"><img src="images/eris-background.jpg" width="100%" height="500px;" ; /> <div id="LPRCircle"> <center> <div

Why doesn't my <a href> link work in this floating <div>?

bread bread I can't for the life of me figure out why float:right is not showing me the hyperlink correctly. I initially thought it wasn't on the correct z-index, but now I'm just confused. Is there somewhere blocking it? The website address is www.oakland-rot

Why doesn't my <a href> link work in this floating <div>?

bread bread I can't for the life of me figure out why float:right is not showing me the hyperlink correctly. I initially thought it wasn't on the correct z-index, but now I'm just confused. Is there somewhere blocking it? The website address is www.oakland-rot

Href link in my mobile menu bar doesn't work

microphone $(document).click(function (event) { if ($("#sidenav").width() != 0) { $("#sidenav").css({ 'width': '0' }); } }); $("#sidenav").click(function (e) { e.stopPropagation(); return false; }); $("#navHome").click(function ()

Href link in my mobile menu bar doesn't work

microphone $(document).click(function (event) { if ($("#sidenav").width() != 0) { $("#sidenav").css({ 'width': '0' }); } }); $("#sidenav").click(function (e) { e.stopPropagation(); return false; }); $("#navHome").click(function ()

Why doesn't my ESLint profile work with React Native?

Sonny Using VSCode, I created a React Native app using expo-cli. I want to use ESLint and Prettier to improve code quality. I want ESLint in the "Problems" tab to print out the error, for example if I have this line var asd = 1;in App.js then ESLint will print

Why doesn't my ESLint profile work with React Native?

Sonny Using VSCode, I created a React Native app using expo-cli. I want to use ESLint and Prettier to improve code quality. I want ESLint in the "Problems" tab to print out errors, for example if I have this line var asd = 1;in App.js , ESLint will print out U

Why doesn't my ~/.bash_profile work?

Antonio K I am using Linux Mint. My login shell ( cat /etc/passwd | grep myUserName) is bash. After starting the graphical desktop environment and running a terminal emulator from it, I can see that it .bash_profile's not source (the environment variable set i

Why doesn't my ESLint profile work with React Native?

Sonny Using VSCode, I created a React Native app using expo-cli. I want to use ESLint and Prettier to improve code quality. I want ESLint in the "Problems" tab to print out the error, for example if I have this line var asd = 1;in App.js then ESLint will print

Why doesn't my ESLint profile work with React Native?

Sonny Using VSCode, I created a React Native app using expo-cli. I want to use ESLint and Prettier to improve code quality. I want ESLint in the "Problems" tab to print out errors, for example if I have this line var asd = 1;in App.js , ESLint will print out U

Why doesn't my ESLint profile work with React Native?

Sonny Using VSCode, I created a React Native app using expo-cli. I want to use ESLint and Prettier to improve code quality. I want ESLint in the "Problems" tab to print out errors, for example if I have this line var asd = 1;in App.js , ESLint will print out U

Why doesn't my ~/.bash_profile work?

Antonio K I am using Linux Mint. My login shell ( cat /etc/passwd | grep myUserName) is bash. After starting the graphical desktop environment and running a terminal emulator from it, I can see that it .bash_profile's not source (the environment variable set i

Why doesn't my "My Location" work?

milked I'm trying to fetch some data from a database and the result may be more than one row. I have the following code: public System.Linq.IQueryable<Users> getUser2(string idUser) { try { using (Entities c = new Entities()) {

Why doesn't my "My Location" work?

milked I'm trying to fetch some data from a database and the result may be more than one row. I have the following code: public System.Linq.IQueryable<Users> getUser2(string idUser) { try { using (Entities c = new Entities()) {

My anchor link doesn't always work

Daniel Acevedo I lost it here. I work on this site and the menu links point to different anchors. .the anchor link works fine if im on another page, but not multiple times if im on the same page (home page). I double checked the urls and I think they are ok. T

My button to the link doesn't work

YT_Xaos I'm making HTML and suddenly my button doesn't work <button class="button.hover:links" formaction="HTML here">Next</button> So how to make it work because since yesterday it doesn't work Rami Daniel Campanono Volks You can link a button to do these <a

delete link doesn't work for my model

Blankman My destroy operation doesn't work, I'm using Rails 4.x My route: resources :subscription_users, only: [:new, :create, :destroy] My review page: <% @subscription_users.each do |user| %> <%= link_to "delete", admin_subscription_user_path(user), :meth

My button to the link doesn't work

YT_Xaos I'm making HTML and suddenly my button doesn't work <button class="button.hover:links" formaction="HTML here">Next</button> So how to make it work because since yesterday it doesn't work Rami Daniel Campanono Volks You can link a button to do these <a

The link on my page doesn't work

username So I'm doing some basic code for a school project and I'm stuck on the latest part, so far everything is done, but my links don't work anymore, I've tried putting them in different parts of the page, but still have not. Anyway, I've looked and searche

my link doesn't work anymore in yii

Vietnam I can't access the View page for only 1 PaymentController in my module settings It still works on localhost, but not sure why not in my live site. I've tried a lot of things like this : http://vn2t.net/setup/payment/view/9.html or vn2t.net/setup/paymen

my link doesn't work anymore in yii

Vietnam I can't access the View page for only 1 PaymentController in my module settings It still works on localhost, but not sure why not in my live site. I've tried a lot of things like this : http://vn2t.net/setup/payment/view/9.html or vn2t.net/setup/paymen

My anchor link doesn't always work

Daniel Acevedo I lost it here. I work on this site and the menu links point to different anchors. .the anchor link works fine if im on another page, but not multiple times if im on the same page (home page). I double checked the urls and I think they are ok. T

My button to the link doesn't work

YT_Xaos I'm making HTML and suddenly my button doesn't work <button class="button.hover:links" formaction="HTML here">Next</button> So how to make it work because since yesterday it doesn't work Rami Daniel Campanono Volks You can link a button to do these <a

My button to the link doesn't work

YT_Xaos I'm making HTML and suddenly my button doesn't work <button class="button.hover:links" formaction="HTML here">Next</button> So how to make it work because since yesterday it doesn't work Rami Daniel Campanono Volks You can link a button to do these <a

My button to the link doesn't work

YT_Xaos I'm making HTML and suddenly my button doesn't work <button class="button.hover:links" formaction="HTML here">Next</button> So how to make it work because since yesterday it doesn't work Rami Daniel Campanono Volks You can link a button to do these <a

My button to the link doesn't work

YT_Xaos I'm making HTML and suddenly my button doesn't work <button class="button.hover:links" formaction="HTML here">Next</button> So how to make it work because since yesterday it doesn't work Rami Daniel Campanono Volks You can link a button to do these <a