Is there a limit on how big a table can be? My page (http://drupal.org/node/190156) looks fine outside the DO site, but the table quits in the middle here on DO.
Is there a limit on how big a table can be? My page (http://drupal.org/node/190156) looks fine outside the DO site, but the table quits in the middle here on DO.
Comments
Comment #1
nancydruI see that Greggles updated the page, but the problem is still there?
BTW, here is the page being correctly rendered by Drupal 5.3: http://nanwich.info/drupal_collection/site_documentation_module/functions
Comment #2
nancydru???
Comment #3
mmkassem commentedHaving a quick look at the output source code of http://drupal.org/node/190156, I can see that the table was closed earlier:
a correct code would look like:
... and remember to close the table tag at the end of the table
The one at: http://nanwich.info/drupal_collection/site_documentation_module/functions
is correct! It does not look like an exact copy.
There might be more errors, I did not examine the full code.
Comment #4
heine commentedYou probably ran into the HTML Corrector. Moving <ul> to the same line as "Should only be used within the module, but is separately callable." corrected the issue.
Comment #5
nancydru@Mahmoud - It was copied and pasted from the other site to DO. It should be an exact copy.
@Heine - Thank you. I really don't see why that would be considered an error. Indeed, as this page was originally created in Dreamweaver, it would not be placed on the same line.
However, I don't use HTML Corrector in my sites. So maybe that is where the problem lies. Could it be a bug? Since that one comment was posted, I realize that I need to make some changes and don't want to re-introduce this problem
Comment #6
nancydruThe two comments on the page above may be deleted as they have been incorporated into the text.
Comment #7
add1sun commentedComments deleted.
Comment #8
nancydruThanks
Comment #9
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.