Results 1 to 7 of 7

Thread: Heeeelp why html cell in table dont work?
      
   

  1. #1
    jamslive is offline First Lieutenant
    Join Date
    May 2007
    Posts
    168

    Default Heeeelp why html cell in table dont work?

    hi
    1. i'm trying to use html tool in cell table, but every object that i tried to locate in spacipic cell - appear in the header place.
    2. how to split table horisntal?
    thank you

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Heeeelp why html cell in table dont work?

    Why use the html tool in a table cell? insert directly the html code in the Inside tag of the cell.
    Please note that you should preceed your code with a ">" and finish your code without the closing tag ">"

    You can't split an entire table, you can split a cell.
    Splitting a table actually means inser a new row or a new column
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    jamslive is offline First Lieutenant
    Join Date
    May 2007
    Posts
    168

    Default Re: Heeeelp why html cell in table dont work?

    thank you
    1. when i located some google adsense code in the html cell - i get the adds appearing with rong width.
    2. additional i located some voting script and it's appeare in the footer.

    i allow to link you to the problem page????

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Heeeelp why html cell in table dont work?

    1. Usually, the Google Ads width is specified by the code itself.
    2. Without knowing the code or seeing the page, i can't say anything else. A link to the page please ?
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    jamslive is offline First Lieutenant
    Join Date
    May 2007
    Posts
    168

    Default Re: Heeeelp why html cell in table dont work?


  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Heeeelp why html cell in table dont work?

    1. You have left yet the closing tag > there so it appears as if it was in the page
    2. Your vote script is there. Bottom left corner. Same problem as with the Google ads (>)

    The google ads width is not defined by the table, but by the code itself. Have a look at the code:

    <script type="text/javascript"><!--
    google_ad_client = "pub-xxxxxxxxxxxxxx";
    /* 336x280, ???? 24/08/08 */
    google_ad_slot = "xxxxxxxxxxx";
    google_ad_width = 336;
    google_ad_height = 280;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    As you see the width is 336. You should modify this to suit your needs.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    jamslive is offline First Lieutenant
    Join Date
    May 2007
    Posts
    168

    Default Re: Heeeelp why html cell in table dont work?

    1. i erased the ">" from the end of google script.
    why it appeared with diferent width?

    when ereased the ">" from the voting script , the page appeare blank.
    the original place of the voting script is at the black box above.

    thank you

    additional -
    1. with voda hits - why you need to sign the site every month?
    2.if i use the program - what is the everege backlink i get after one year?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49