when i post html code i loose my menu, the menu going down so i dont know what is happening

the problem is with a node containing a

if i saw the homepage the menu go down:

http://www.tantascosas.com/drupal/

but if i saw the node page, everything is in their place:

http://www.tantascosas.com/drupal/?q=node/25

the article is with full html

Comments

nevets’s picture

The first page is a list of teaser, the second a single node. The first page looks like there is a problem with the html (some unclosed html tags) and this can happen with the way drupal makes the teaser. Check out the HTML corrector module which may help you with the problem.

dman’s picture

Bad HTML in node/25
http://validator.w3.org/check?verbose=1&uri=http://www.tantascosas.com/d...

The teaser truncated your table.
STOP USING TABLES
and start using the <!--break--> tag

.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/

koffer’s picture

HTML corrector module work a lot, right know the menu are in the normal position but im still thinking about how much i can modifiy the design of a specific node if drupal break the code :(

Web designer from mexico.