Having probs putting getting a text box to appear correctly, need help

Discussion in 'HTML & Website Design' started by dirty nappie, Sep 11, 2007.

  1. #1
    Hi,

    I am trying to get a text box up in a homepage but it doesn't come out right and whatever changes I have tried so far haven't given any good results.
    Could someone help me out here?

    The text Box's code is:
    <table cleaned="border: 1px solid black (0, 0, 0);" border="0" cellpadding="0" cellspacing="0" height="60" width="468">
                  <tbody><tr> 
              <td background="http://www.jdpoker.com/banners/text468x60/banerfindtlovk4" valign="top">  
                    
    				 <p style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; margin-top:4px; color:#FFFFFF"> <img src="http://www.jdpoker.com/banners/text468x60/spaceej6.gif" height="3" width="140">Fascinés par le <a target="_blank"  href="http://www.theedgepoker.com/en-ligne/poker" title="Poker en ligne" style="color:#FFFF00">poker</a>, et surtout le <a target="_blank" href="http://www.theedgepoker.com/en-ligne/poker-france" title="Poker online" style="color:#FFFF00">poker en ligne</a> genre <img src="http://www.jdpoker.com/banners/text468x60/spaceej6.gif" height="3" width="140"><a target"_blank" href="http://www.theedgepoker.com/en-ligne/poker/texas-holdem.php" title="Texas Holdem" style="color:#FFFF00" >texas holdem</a>
    				 ainsi que des <a target="_blank" href="http://www.lecasinoonline.net/les_meilleures_casinos" title="Meilleurs casinos" style="color:#FFFF00"> meilleurs casinos</a>? <img src="http://www.jdpoker.com/banners/text468x60/spaceej6.gif" height="3" width="140">Consultez nos sites de '<a target="_blank" href="http://www.daspoker.com/fr/" title="Reference en Poker" style="color:#FFFF00">reference en poker</a>', de revues <img src="http://www.jdpoker.com/banners/text468x60/spaceej6.gif" height="3" width="140">des <a target="_blank" href="http://www.daspoker.com/fr/salles/index.php" title="Salles de poker" style="color:#FFFF00">salles en ligne </a>, des '<a target="_blank" href="http://www.daspoker.com/fr/regles_du_poker.php" title="regles du poker" style="color:#FFFF00">r&eacute;gles du poker</a> et des <img src="http://www.jdpoker.com/banners/text468x60/spaceej6.gif" height="3" width="140"><a target="_blank" href="http://www.daspoker.com/fr/les_nouvelles_du_poker.php" title="Nouvelles du poker" style="color:#FFFF00">nouvelles du poker</a> ainsi que notre <a target="_blank" href="http://www.jdpoker.com" title="Annuaire des Joueurs de poker" style="color:#FFFF00">annuaire de joueurs</a>
    
    </p>
                    </td>
                  </tr>
    </tbody></table>
    HTML:
    and the website is annuaire.3asy-dollars.info (it isn't mys site as i'm the advertiser and none of us have managed to get it up right yet :( )

    It should appear at the top instead of the google adsense...

    I'm not good at this so it is taking me ages to get....nowhere! (the text box comes out doubled or whatever)
     
    dirty nappie, Sep 11, 2007 IP
  2. bogs

    bogs Active Member

    Messages:
    2,142
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #2
    I don't see any text box there.. try this one...

    <form method="post" action="">
    <textarea name="comments" cols="40" rows="5">
    Enter your comments here...
    </textarea><br>
    <input type="submit" value="Submit" />
    </form>
    HTML:
     
    bogs, Sep 11, 2007 IP
  3. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What is "cleared"? Is that valid?

    From your example code, it looks like you want a box with a list of clickie links. That'd be easier to do that the funky table. Do a <ul> <li>first le click </li> etc... </ul> and style with css.
     
    Stomme poes, Sep 11, 2007 IP
  4. dirty nappie

    dirty nappie Peon

    Messages:
    13
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It's suppose to look like the one on this page for example:

    www.argent-cash.fr , only with extra links....

    I'm lost here!:p
     
    dirty nappie, Sep 11, 2007 IP
  5. Mike_savry

    Mike_savry Banned

    Messages:
    178
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    What code is this mate ??
    i dont see any text box html code there??
    And moreover can somebody please tel me what is "cleaned" command used for??
     
    Mike_savry, Sep 12, 2007 IP
  6. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Still confused, you want the box that says " Le monde du casino et celui du poker vous fascinent?
    Nos sites de reference en poker vous proposent les
    meilleures salles de poker, les régles du poker et sera
    votre souce de nouvelles du poker et de poker online."
    ??
    Is that the correct box?
     
    Stomme poes, Sep 12, 2007 IP
  7. dirty nappie

    dirty nappie Peon

    Messages:
    13
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Both boxes are the same (468x60 box + background) but the text and links differs in both.The new one i'm trying to get up will contain the following text: underlined are the number of links who are to be in it.

    "Fascinés par le poker, et surtout le poker en ligne genre texas holdem ainsi que des meilleurs casinos? Consultez nos sites de 'reference en poker', de revues des salles en ligne , des 'régles du poker' et des nouvelles du poker ainsi que notre annuaire de joueurs"

    In my html editor it appears fine as you will see but when placed in that website in particular at the top instead of the adsense adverts the box doubles and doesn't come out right.

    img371.imageshack.us/img371/8096/screenshotmd1.jpg
     
    dirty nappie, Sep 12, 2007 IP