1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Buying I will pay $25 to the first person who can post a solution to my html error

Discussion in 'Programming' started by webnetsecure, Oct 6, 2010.

  1. hdewantara

    hdewantara Well-Known Member

    Messages:
    536
    Likes Received:
    47
    Best Answers:
    25
    Trophy Points:
    155
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #21
    Hi,
    In your new version: http://www.xmms3.com/branch/What_do...ber_is_temporarily_disconnected-qna39774.html
    Goto line 1523 after <div id="spanressavenew39774"></div></td></tr>, and just insert </table> tag there.

    Debugging your page is mission impossible:)
    If I might suggest, try make it in modules: all styling statements in separate .CSS files, all scripting also in other .JS file.
    Then bring your page to W3C validators, so you'll get cleanest page ever.

    Good luck!
    Hendra
     
    Last edited: Oct 7, 2010
    hdewantara, Oct 7, 2010 IP
  2. webnetsecure

    webnetsecure Active Member

    Messages:
    168
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #22
    shawnssj: gv me a zip html file like palmerlarryray.

    palmerlarryray: the right side borders are off.

    viral2583: your attachment is completely messed up with me
     
    webnetsecure, Oct 7, 2010 IP
  3. webnetsecure

    webnetsecure Active Member

    Messages:
    168
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #23
    post deleted
     
    webnetsecure, Oct 7, 2010 IP
  4. webnetsecure

    webnetsecure Active Member

    Messages:
    168
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #24
    I downloaded the file and its just a zip of the entire page. Even if it works it means nothing because there are no instructions as to what you fixed and how.
     
    webnetsecure, Oct 7, 2010 IP
  5. ActiveFrost

    ActiveFrost Notable Member

    Messages:
    2,072
    Likes Received:
    63
    Best Answers:
    3
    Trophy Points:
    245
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #25
    Download ( .zip )

    Upload both files ( .html and .css ) to your host and you are all set.

    • Added 1 DIV class ( fixed whole-page box )
    • Increased whole-page DIV width to add some space for all other DIVS
    • Increased DIV width of header-user-profile to match the new width of whole-page

    Just don't say it doesn't work as it does :D
     
    ActiveFrost, Oct 7, 2010 IP
  6. webnetsecure

    webnetsecure Active Member

    Messages:
    168
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #26
    I tried this and it did not work. The right hand border was still messed up really bad.
     
    webnetsecure, Oct 7, 2010 IP
  7. webnetsecure

    webnetsecure Active Member

    Messages:
    168
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #27
    In the original post I have version of the page that works. Sending me a page that works gets me nowhere. I need you to show me what to change and where. Uploading this code to my server accomplishes nothing, since these pages are generated from a database. I need to be able to insert the fix into the script.
     
    webnetsecure, Oct 7, 2010 IP
  8. ActiveFrost

    ActiveFrost Notable Member

    Messages:
    2,072
    Likes Received:
    63
    Best Answers:
    3
    Trophy Points:
    245
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #28
    Post #18 contains step-by-step instructions on what you need to do to fix this. If you have any futher problems with DIV blocks overlaying each other, just increase the page width or decrease the width of the corresponding block which is causing trouble.
    Do you expect us to put here how-to videos if none of the above information have helped you ?
     
    ActiveFrost, Oct 7, 2010 IP
  9. shawnssj

    shawnssj Active Member

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    88
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #29
    I have implemented my solution. At line 1587, right after the adsense script, I added the following code:

    <div style="clear:both">&nbsp;</div>        <table cellspacing="0" cellpadding="0" width="100%" border="0" style="background-color:green;color:white;">
                <tbody>
                    <tr>
                        <td valign=top nowrap align="center" class="Footer">
              <span id="bbb" style="text-decoration: none;color:white;"> 
              <a   href="http://www.xmms3.com/branch/contactus.php">
             
              Contact Us
             
              </a> 
             
              | <a href="http://www.xmms3.com/branch/aboutus.php">
             
              About Us
             
              </a> | 
              <a href="http://www.xmms3.com/branch/privacy.php">
             
              Privacy Policy
              
              </a><br />
              
              <a href="http://www.answermefast.com"><strong>
                         © 2008-2009, xmms3.com, All Rights Reserved.
               </strong></a><br>An <a href=http://www.extremecow.com>Extreme Cow</a> Company.<br>Visit our newest addition, <a href=http://www.askmefast.com>AskMeFast</a>
               </span>
            </td>
                    </tr>
                </tbody>
            </table>
    
    </div>
    Code (markup):
    This is basically exactly what I told you to do 20 posts ago but I went ahead and did it myself.

    View attachment Solution.zip

    I have already PMed you my PayPal information but if there is anything else you need clarification on, feel free to ask.
     
    shawnssj, Oct 7, 2010 IP
  10. palmerlarryray

    palmerlarryray Active Member

    Messages:
    158
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    As Seller:
    100% - 1
    As Buyer:
    100% - 2
    #30
    View attachment myfix2 with edits.zip


    Ok, that was pretty simple. same fix as before but adjusted some width figures and I think it actually came out with a cleaner look than the original page. Please have a look and let me know what you think. The included rtf file also has the changes I made highlighted in yellow.
     
    palmerlarryray, Oct 7, 2010 IP