Author Topic: Right Block  (Read 8034 times)

0 Members and 1 Guest are viewing this topic.

Offline muhammet93

  • Newbie
  • *
  • Posts: 23
    • View Profile
Right Block
« on: July 03, 2010, 11:02:17 AM »
Hi.
I want to create right block to add google ads.How can i do that?

Rembrandt

  • Guest
Re: Right Block
« Reply #1 on: July 03, 2010, 11:23:03 AM »
Hi!

example, search in templates/default or. default_full/home.html:
Code: [Select]
<td width="19" valign="top" nowrap><img src="{template_url}/images/spacer.gif" alt="" width="19" height="19" /></td>insert below:
Code: [Select]
     <td width="1" class="bordercolor" valign="top"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                <td width="150" class="row2" valign="top">
                  <table width="150" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />Calendar</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                    <tr>
                      <td align="center" class="row1"><script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar3.xml&amp;up_calendarFeeds=&amp;up_calendarColors=&amp;up_firstDay=1&amp;up_dateFormat=0&amp;up_timeFormat=13%3A00&amp;up_showDatepicker=1&amp;up_hideAgenda=0&amp;up_showEmptyDays=0&amp;up_showExpiredEvents=1&amp;synd=open&amp;w=196&amp;h=180&amp;title=__MSG_Google_Calendar__&amp;lang=de&amp;country=ALL&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script></td>
                    </tr>
                    <tr>
                      <td align="center" class="row1">{whos_online}</td>
                    </tr>      
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>
                  <br>
                </td>
« Last Edit: July 03, 2010, 11:44:51 AM by Rembrandt »

Offline muhammet93

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: Right Block
« Reply #2 on: July 03, 2010, 03:33:40 PM »
I am not using default template.Iam using jblack.But it did not work.

My google codes:
<script type="text/javascript"><!--
google_ad_client = "pub-6691885923033711";
/* 160x600, oluşturulma 03.07.2010 */
google_ad_slot = "0632556306";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Jblack: http://www.4homepages.de/forum/index.php?topic=27182.0

Rembrandt

  • Guest
Re: Right Block
« Reply #3 on: July 03, 2010, 07:11:46 PM »
i am testing, in IE works, but not in FF
sorry the template provides too many errors, one would the whole templates to revise.
this is the code:
Code: [Select]
<!-- ##################################### Google ##################################  -->              
                              <div class="art-block">
                                <div class="art-block-tl"></div>
                                <div class="art-block-tr"></div>
                                <div class="art-block-bl"></div>
                                <div class="art-block-br"></div>
                                <div class="art-block-tc"></div>
                                <div class="art-block-bc"></div>
                                <div class="art-block-cl"></div>
                                <div class="art-block-cr"></div>
                                <div class="art-block-cc"></div>
                                <div class="art-block-body">
                                  <div class="art-blockheader">
                                    <div class="l"></div>
                                    <div class="r"></div>
                                    <div class="t">Google</div>
                                  </div>
                                  <div class="art-blockcontent">
                                    <div class="art-blockcontent-body">
                                      <!-- block-content -->
                                      <div>
                                        <center>
                                        <script type="text/javascript">
                                        <!--
                                          google_ad_client = "pub-6691885923033711";
                                          /* 160x600, oluşturulma 03.07.2010 */
                                          google_ad_slot = "0632556306";
                                          google_ad_width = 160;
                                          google_ad_height = 600;
                                        //-->
                                        </script>
                                        <script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
                                        </center>
                                      </div>
                                      <!-- /block-content -->
                                      
                                    </div>
                                  </div>
                                  
                                </div>
                              </div>
                             <div class="cleared"></div>
<!-- ##################################### Google ##################################  -->      
« Last Edit: July 04, 2010, 05:14:40 AM by Rembrandt »

Offline muhammet93

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: Right Block
« Reply #4 on: July 03, 2010, 11:22:46 PM »
Where should i paste this code in home.html?

Rembrandt

  • Guest
Re: Right Block
« Reply #5 on: July 04, 2010, 05:03:45 AM »
Please post your question here  http://www.4homepages.de/forum/index.php?topic=27182.msg147287#msg147287
« Last Edit: July 04, 2010, 05:15:35 AM by Rembrandt »

Offline muhammet93

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: Right Block
« Reply #6 on: July 04, 2010, 08:45:52 AM »
I do not think so he will help me.
If you take a look template files, there is style.css file.
Can you create left block by addding something to the style.css?
« Last Edit: July 04, 2010, 09:37:48 AM by muhammet93 »

Offline muhammet93

  • Newbie
  • *
  • Posts: 23
    • View Profile
Erasing Registration Box
« Reply #7 on: July 04, 2010, 09:33:07 AM »
I erased registration box.But still there is its frame.You can look at www.resimstore.com
How can i delete that?