html - How to change favicon right align inside the browser address bar -


i'm facing problem , don't know how change image-icon address displayed right align?

<link rel="shortcut icon" type="image/x-icon"  href="/favicon.ico"/> 

updated one, there no change

<link rel="shortcut icon" type="image/x-icon"  href="/favicon.ico" style="text-align: right;"/> 

you cannot style attribute not available in link tag. can't change browser , feel unless change , feel , move icon right.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -