Einzelnen Beitrag anzeigen
Ungelesen 16.08.11, 21:24   #3
Hihihi
Erfahrener Newbie
 
Registriert seit: Jun 2009
Beiträge: 112
Bedankt: 14
Hihihi ist noch neu hier! | 0 Respekt Punkte
Standard

Ja, danach bekomme ich einen Code. Aber ich weis nicht, wie ich den Code über das Bild setzen kann und an einem bestimmten Bereich. Weist du wie das geht?

Code für Facebook FBML
Code:
<meta http-equiv="X-UA-Compatible" content="IE=8" >

<style type="text/css">
<!–
body, html {
width: 520px;
height: 1000px;
margin: 0px;
position: relative;
}

#head {
width: 520px;
height: 223px;
margin: 0px;
background-image: url("http://img7.imagebanana.com/img/ytwcwvzf/FACEBOOKlandingpageZEL_01.jpg");
}

#middle {
width: 520px;
height: 40px;
margin: 0px;
background-image: url("http://img7.imagebanana.com/img/fxscjksy/FACEBOOKlandingpageZEL_02.jpg");
}

#footer {
width: 520px;
height: 737px;
margin: 0px;
background-image: url("http://img7.imagebanana.com/img/7uk9qc92/FACEBOOKlandingpageZEL_03.jpg");
}
–>
</style>

<a href="http://www.facebook.com/pages/Zel-Restaurant/270662702949074" target="_self">
<div id="head">
</div></a>
<a href="http://www.facebook.com/ajax/signup_dialog.php?page_id=270662702949074&next=http%3A%2F%2Fwww.facebook.com%2Fpages%2FZel-Restaurant%2F270662702949074" target="_self">
<div id="middle">
</div>
</a>
<div id="middle2">
</div>
<div id="footer">
</div>
Code für Button
Code:
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/pages/Zel-Restaurant/270662702949074&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100%; height:80px;" allowTransparency="true">
Ich muss jetzt beispielsweise den Button genau in der Mitte vom Gesamtbild platzieren, aber so, dass das Bild darunter ist und der Button auf dem Bild ist.

Wie kann ich das machen`?
Hihihi ist offline   Mit Zitat antworten