Forum Moderators: martinibuster

Message Too Old, No Replies

Cant get the skyscraper ad properly in page layout

         

n008

2:42 pm on May 5, 2005 (gmt 0)

10+ Year Member



Ive created a thumbnails gallery page using irfanview.

i use this

<div align= "right">
<p style="float:right">
adsensce code
</p>
</div>

the advt goes to the right allright , but the content (clcikable thumbails) slip tto the bottom after teh skyscraper ends , :S

sory for bad english , im a newbie

GoldFish

3:45 pm on May 5, 2005 (gmt 0)

10+ Year Member



Change it into:

<div style="float:right">
adsense code
</div>

That should do the trick..

n008

4:51 pm on May 5, 2005 (gmt 0)

10+ Year Member



nopes still the same , didnt make any difference

in firefox the bar comes over the content (thumbnail images).

if it might help .. there is a table which follows (thumbnail gallery created by irfanview)

flobaby

4:53 pm on May 5, 2005 (gmt 0)

10+ Year Member



Check your div tags to make sure they're properly closed. I once had a similar problem in Firefox and that was it.

n008

5:29 pm on May 5, 2005 (gmt 0)

10+ Year Member



yup they are closed ..no issues wid unclosed tags, actaully the same code if put in some other page of mine works well ,however only the galery thumbnail pages pose a problem , its got something to do wid the tables thing that follows

<TABLE>

<TR>

<TD ALIGN=CENTER VALIGN=BOTTOM><FONT face="Verdana, Arial, Helvetica, Sans-Serif" size="-2">

the answer might be actually very simple.

ronin

7:01 pm on May 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



If you float a div you should always specify a width.

n008

1:58 am on May 6, 2005 (gmt 0)

10+ Year Member



i used this now
<div align="left">

the adbar moves to right , well & good ,
but the gallery movies below the adbar as usual :S

n008

4:19 am on May 6, 2005 (gmt 0)

10+ Year Member



solved :D

for any n00b with same problem :D

<table border="0" cellspacing="3" cellpadding="0" align="left">
<tr>
<td width="1">
adsense skyscraper code
</td>
</tr>
</table>

, one thing , since my gallery thumbnail page is big .. i see adesense skysp advt next to just 4 thumbs , as i scroll down below , there is an empty space,
now i belive adsense allows one to have the advt upto 3 times on a page , how do i accomplish it? i want 2 more advts below this advt ,any clues?

ronin

5:33 am on May 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Yes.

Stack the adpanels vertically in a div with an explicitly specified width.

Why are you putting the adpanel in a table?

How does the data fall into cross-referencing rows and columns?

n008

11:18 am on May 6, 2005 (gmt 0)

10+ Year Member



Why are you putting the adpanel in a table?
- because if i dont .. the thumbnails come below the addpanel (blank space is created next to the adbar)

Stack the adpanels vertically in a div with an explicitly specified width.
- can you tell me how , im dumb noob

ronin

11:40 am on May 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



<div id="adcolumn" style="float:left; width:120px; margin-right:1em;">

adpanel

adpanel

adpanel

</div>

That's if I'm understanding correctly how you want your page layout.

n008

12:01 pm on May 6, 2005 (gmt 0)

10+ Year Member



thx ronin , i put in ure code , the spacing is good m, however even though i copied the advt twice , still only one is shown :S beats me

ronin

4:15 pm on May 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Sometimes if you only have enough adverts for one adpanel, the second adpanel won't show up.

n008

5:35 pm on May 6, 2005 (gmt 0)

10+ Year Member



didnt know that , any way around this?

n008

7:01 am on May 8, 2005 (gmt 0)

10+ Year Member



can anyonelse recofirm what ronin said , anyone facing it