Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

 

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 08-05-2014, 09:06 PM   #1
esham
Confirmed User
 
esham's Avatar
 
Join Date: Mar 2004
Posts: 614
Html banner positioning help

i want a banner then the iframe then another banner right after I have been playing for the last couple hours and cant get it. The iframe is postioned to only part of the cam i dont want the full embed. Can some one drop there email.... I want to get this finished and cant get it figured out the way i like.


<div align="left">
<a href="http://www.65.com/affiliates/in/IGtl/N5CTj/?track=" target="_blank" title="lot">
<img src="/images/2.gif" width="160" height="600" alt="imags"></a></div>


<div style="overflow: hidden; width: 1000px; height: 500px; position: relative;" id="q-div">

<iframe name="i_frame" src="http://fl65.com/go/siteslike/.php" style="border: 0pt none ; left: -11px; top: -78px; position: absolute; width: 1920px; height: 971px;" scrolling="no"></iframe>
</div>

<div align="right">
<a href="http://www.f365.com/affiliates/in/IGtl/N5CTj/?track=d" target="_blank" title="Free sex cam">
<img src="images/1.jpg" width="160" height="600" alt="Free sex cam"></a>div>
esham is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 08-05-2014, 09:30 PM   #2
esham
Confirmed User
 
esham's Avatar
 
Join Date: Mar 2004
Posts: 614
lol never mind still need help

Last edited by esham; 08-05-2014 at 09:31 PM..
esham is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 08-06-2014, 01:27 AM   #3
GameForAdult
Confirmed User
 
GameForAdult's Avatar
 
Industry Role:
Join Date: Mar 2011
Posts: 371
First of all you should use css styling, example <div class="somename">

I don't really understand what you try to do but if you send me a mail with a link and explain it again, I should be able to fix it

admin [at] redpornotube.com
__________________
GameForAdult is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 08-19-2014, 10:33 AM   #4
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,544
If you want to clip the embed then you should be sizing the iframe to the size you want to show instead of doing it with the container div for the iframe.

You also need some css to better control shit.

Something like:

First - put a main container around the whole mess. This will limit the height and width. I used 1380 as the width because the elements you have add up to 1320 and I leave wiggle room for the way certain browsers handle shit.

<div style="width:1380px;height:600px;">

Then instead of the align left, use css float:left. This will bring the column up against the left side of the main container.

<div style="float:left;">
<a href="http://www.65.com/affiliates/in/IGtl/N5CTj/?track=" target="_blank" title="lot">
<img src="/images/2.gif" width="160" height="600" alt="imags"></a>
</div>

Take the wrapper away from the iframe. The iframe is a container, use that to control the size of what is displayed inside of it. Get rid of your positioning stuff that you have in there. Also make it float:left so it butts up against the left column.

<iframe name="i_frame" src="http://fl65.com/go/siteslike/.php" style="float:left;width: 1000px; height: 500px;" scrolling="no"></iframe>

For the right most column you can make it float:left to but up against the iframe or float:right to butt up against the right side of the main container.

<div style="float:left;">
<a href="http://www.f365.com/affiliates/in/IGtl/N5CTj/?track=d" target="_blank" title="Free sex cam">
<img src="images/1.jpg" width="160" height="600" alt="Free sex cam"></a>
</div>

Then close your main div
</div>

I think that will work.

Code:
<div style="width:11380px;height:600px;">

<div style="float:left;">
<a href="http://www.65.com/affiliates/in/IGtl/N5CTj/?track=" target="_blank" title="lot">
<img src="/images/2.gif" width="160" height="600" alt="imags"></a>
</div>

<iframe name="i_frame" src="http://fl65.com/go/siteslike/.php" style="float:left;width: 1000px; height: 500px;" scrolling="no"></iframe>

<div style="float:left;">
<a href="http://www.f365.com/affiliates/in/IGtl/N5CTj/?track=d" target="_blank" title="Free sex cam">
<img src="images/1.jpg" width="160" height="600" alt="Free sex cam"></a>
</div>

</div>

Last edited by sarettah; 08-19-2014 at 10:34 AM..
sarettah is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 08-19-2014, 10:54 AM   #5
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,544
In the code box above where it says 11380px that should be 1380px.

hate when I do that.

sarettah is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 09-08-2014, 07:07 PM   #6
GameForAdult
Confirmed User
 
GameForAdult's Avatar
 
Industry Role:
Join Date: Mar 2011
Posts: 371
your mails to you bounce, send me another one if you have
__________________
GameForAdult is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.