html - How can I modify my this badge on my site? -


how can delete text "jeffrey dowell photography" , "promote page too" , relevent link info above , below facebook badge. want facebook badge show, , nothing above , below. , scale larger. tried deleting stuff, , makes disappear on page. http://jeffreydowellphotography.com/blog/

<!-- facebook badge start --><a href="https://www.facebook.com/jeffreydowellphotography" target="_top" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3b5998; text-decoration: none;" title="jeffrey dowell photography">jeffrey dowell photography</a><br/><a href="https://www.facebook.com/jeffreydowellphotography" target="_top" title="jeffrey dowell photography"><img src="https://badge.facebook.com/badge/696174530397916.3512.386387771.png" style="border: 0px;" /></a><br/><a href="https://www.facebook.com/advertising" target="_top" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3b5998; text-decoration: none;" title="make own badge!">promote page too</a><!-- facebook badge end --> 

the following should work:

<!-- facebook badge start --> <a href="https://www.facebook.com/jeffreydowellphotography" target="_top" title="jeffrey dowell photography">   <img src="https://badge.facebook.com/badge/696174530397916.3512.386387771.png" style="border: 0px;" /> </a> <!-- facebook badge end --> 

fiddle:http://jsfiddle.net/mvrws/


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -