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.

Im trying to find a problem in my html

Discussion in 'Websites' started by mdvaldosta, Oct 6, 2005.

  1. #1
    http://www.moddedmustangs.com/mm5

    the text in the tables strech the screen out, rather than breaking into another line. I can't figure out what I did to make it that way. :confused:
     
    mdvaldosta, Oct 6, 2005 IP
  2. soul-healer

    soul-healer Peon

    Messages:
    1,459
    Likes Received:
    145
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I look at your code seems no problem, Just a friendly advice change 100% to specific width just for testing purpose and remove inner table one by one to see which table is getting err. or some css class u have written is giving u err.
     
    soul-healer, Oct 6, 2005 IP
  3. worldpar

    worldpar Peon

    Messages:
    9
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have messed with this for a while now and I think I have it.
    The problem started when I linked to your css file. So try this...

    change line 46 from...
    /* Table Header cells */
    th{background: #171717 url(images/cellpic3.gif);color: #e7e7e7;font-size:11px;
    font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px}

    to...
    /* Table Header cells */
    th{background: #171717 url(images/cellpic3.gif);color: #e7e7e7;font-size:11px;
    font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-left:8px}

    Let me know if that does it.
     
    worldpar, Oct 6, 2005 IP
    1 person likes this.
  4. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #4
    worldpar - thanks for spending the time to really try and help. I really appreciate it. Unfortunately, that was not the solution. I left the change in there though.

    I think I'll just re-write the whole thing. The CSS file and basic structure of that page is based off of my forum template layout. I used the forums CSS and copied the source code from the compiled forums index and restructured it.

    I'll try coding it all myself from scratch, I've never had this problem before and I can't figure it out.
     
    mdvaldosta, Oct 7, 2005 IP
  5. WhatiFind

    WhatiFind offline

    Messages:
    1,789
    Likes Received:
    257
    Best Answers:
    0
    Trophy Points:
    180
    #5
    WhatiFind, Oct 7, 2005 IP
    1 person likes this.
  6. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #6
    It's validated now, did not cure the problem.
     
    mdvaldosta, Oct 7, 2005 IP
  7. WhatiFind

    WhatiFind offline

    Messages:
    1,789
    Likes Received:
    257
    Best Answers:
    0
    Trophy Points:
    180
    #7
    I fixed the problem, see the attached file.
     

    Attached Files:

    WhatiFind, Oct 7, 2005 IP
  8. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #8
    wow, I don't know what to say but thank you! It works perfectly now. Looks like you went through the whole code, thanks for your help.

    One problem though, I changed the wc3 info to:

    <?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    in order to get the scrollbar colors to work. I've got the files in php code. Got 92 errors trying to validate - is there a different doc type I can use.
     
    mdvaldosta, Oct 7, 2005 IP
  9. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Kept the same doctype, fixed all 92 errors and am VALIDATED!
     
    mdvaldosta, Oct 7, 2005 IP