Help - Search - Members - Calendar
Full Version: Facebook like button and newsletter
HTMLHelp Forums > Administrative > Feedback and Assistance
lukemiller23
Hi
I would like my facebook like button and my newsletter to sit next to each other under my image slider on my homepage www.experiencegiftsplus.com
can anyone help me with this I am using wordpress page edit. I have 2 codes for the like button and 2 codes for the newsletter and I have been led to belive that some more code needs to be inserted for them to sit next to each other.

The first facebook code is

iframe:
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FExperience-Gifts-Plus%2F218912008126789&amp;width=292&amp;colorscheme=light&amp;show_faces=false&amp;stream=false&amp;header=false&amp;height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>

the second

XFBML:
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.facebook.com/pages/Experience-Gifts-Plus/218912008126789" width="292" show_faces="false" stream="false" header="false"></fb:like-box>

And for my newsletter again there are two codes
HTML code:
biggrin.gif <!-- Start of Email List Manager Code - nonframe -->
<FORM ACTION= "http://www.fatcow.com/Listing.bml" METHOD="POST" TARGET="mywindow" onSubmit="window.open ('about:blank', 'mywindow', 'toolbar=no, location=no,directories=no, status=no, menubar=no,scrollbars=yes,resizable=yes, copyhistory=no, width=400,height=200')">
<TABLE border="0"><tr>
<td nowrap>Subscribe to email_newsletter list:
<INPUT TYPE="text" NAME="UEmail" SIZE="20">
<INPUT TYPE="hidden" NAME="user" VALUE="moo.experiencegiftsplusc">
<INPUT TYPE="hidden" NAME="dir" VALUE="email_newsletter">
<INPUT TYPE="submit" NAME="SUBMIT" VALUE="Subscribe" ></td>
</tr>
</TABLE></FORM>
<!-- End of E-mail List Manager Code - nonframe -->

And the second say if using inside a frame:

<!-- Start of E-mail List Manager Code - frame -->
<FORM ACTION= "http://www.fatcow.com/Listing.bml" METHOD="POST" TARGET="_top"> <TABLE border="0"><tr>
<td nowrap>Subscribe to email_newsletter list:
<INPUT TYPE="text" NAME="UEmail" SIZE="20">
<INPUT TYPE="hidden" NAME="user" VALUE="moo.experiencegiftsplusc">
<INPUT TYPE="hidden" NAME="dir" VALUE="email_newsletter">
<INPUT TYPE="submit" NAME="SUBMIT" VALUE="Subscribe" ></td>
</tr>
</TABLE ></FORM>
<!-- End of E-mail List Manager Code - frame -->

Im not to sure what ones to use and when I put them together in the wordpress edit page they sit on top of each other any help would be greatly appreciated

Thanks Luke
lukemiller23
This is the code I was told to add is <table style = 'display: inline-block; width: 400px;'> I have tried adding it in a few places with no joy
Please help
Darin McGrew
QUOTE
Firefox can't find the server at www.experiencegiftsplus.com.


You can't just add a <table> tag in random places and expect it to work. If you're going to use tables, then you should understand what they do and how to use them. See:
http://htmlhelp.com/reference/html40/tables/table.html
http://www.cs.tut.fi/~jkorpela/HTML3.2/5.54.html
pandy
And I don't see why you would need a table for a that.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.