Jump to content

Devine

Members
  • Posts

    88
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Devine's Achievements

Member

Member (2/5)

0

Reputation

  1. I have no problem with using divs and css, it worked the same as the tables had. The first one was 100% in height, but the next was still the same size as the tables.
  2. If you put "border='1'" for the profile tables, you will realise that your code still doesn't work. As I want the profile table that is IN the bordered td to be "100% height".
  3. The td to the left (profile table), is set to 100% height, which means it will be as high as the largest td in it's tr. (Meaning, the profile table will be the same height as the post table) It works for the first table, but then it appears that it doesn't work for the second tr's tables. Any ideas? Maybe just change alittle bit of my code?
  4. hello?! duuuuuude!!
  5. ok so # Line 132, column 81: there is no attribute "HEIGHT" … width='100%' class='window1' height='100%' id='p8'> How can I make it so the table either allows the height attribute, or is there another way to make the table as high as the td it is in?
  6. My god.. I want to find out WHY the table in the second tr isn't 100% height of the td that it's in.. As the one above it (with the same code) works perfectly.. but this one doesn't..
  7. It doesnt need to be an attribute stated height, I want the table to the left (small one) to be the same size as the right side of it (larger one)
  8. It adds the <tr> <td height='10' colspan='3'> </td> </tr> every while statement.. so I really dont need the rowspan.. But that isnt the problem.... this is: Same code, but the second table on the left does not go 100%... but I want it to..
  9. Ok, so I have this code: <tr> <td align='left' valign='top' width='25%' height='100%'> <table cellspacing='1' cellpadding='3' width='100%' class='window1' height='100%'> <tr> <td class='window2' class='small' height='100%' valign='top'> <font id='top'> <font class='bold'>Reverse Blade</font><br> Currently <b>status</b>.<br> </font> </td> </tr> </table> </td> <td width='3%'> </td> <td align='right' valign='top' width='72%' height='100%'> <table cellspacing='1' cellpadding='3' width='100%' class='window1' height='100%'> <tr> <td class='window2' height='100%'> <font id='top' width='95%'> <b>mnc</b> <font class='small'> [ Thread Started August 17, 2007. ] </font> </font> <br><br> test<br>test<br>test<br>t<br>test<br>test<br>t<br>test<br>test<br> </td> </tr> </table> </td> </tr> <tr> <td height='10'> </td> </tr> <tr> <td align='left' valign='top' width='25%' height='100%'> <table cellspacing='1' cellpadding='3' width='100%' class='window1' height='100%'> <tr> <td class='window2' class='small' height='100%' valign='top'> <font id='top'> <font class='bold'>Reverse Blade</font><br> Currently <b>status</b>.<br> </font> </td> </tr> </table> </td> <td width='3%'> </td> <td align='right' valign='top' width='72%' height='100%'> <table cellspacing='1' cellpadding='3' width='100%' class='window1' height='100%'> <tr> <td class='window2' height='100%'> <font id='top' width='95%'> <b>mnc</b> <font class='small'> [ Thread Started August 17, 2007. ] </font> </font> <br><br> test<br>test<br>test<br>t<br>test<br>test<br>t<br>test<br>test<br> </td> </tr> </table> </td> </tr> </table> </td> </tr> Now, the second row (tr) decides to make it so that the table in the first td (in the second tr) would not be set to 100% of the tr's width. help?
  10. Devine

    Option tag?

    Ok so I want it to show text to seperate certain options.. this would be the drop down list: OPTIONS 1 option 1 option 2 option 3 OPTIONS 2 option 1 option 2 OPTIONS 3 option 1 option 2 option 3 I want to make it so the capitalized "options" cannot be chosen in the select field.. I know its possible, any help?
  11. Is there anyway, in php, to use the script to check if the cookie (made by setcookie) was actually created?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.