Change the facebook login image?

You can do this by using CSS Frist: hide image button #RES_ID_fb_login_image { display: none; } second: add our custom image as background for connect link . Fbconnect_login_button { background: url('iconfinder.com/ajax/download/png/?id=608...) no-repeat; display: inline-block; height: 24px; width: 24px; } That's all :).

In short you can't. If you want to use that FBML tag then you are stuck with that image. The other option is just to redirect the user to: facebook.com/connect/uiserver.php?app_id... &next=RETURNURL &cancel_url=CANCELURL &perms=publish_stream &fbconnect=0 &canvas=1 and they will be returned to you web page when they login (use the return URL as your site).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions