Announcement

Collapse
No announcement yet.

How to make text move down for new text from javascript?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to make text move down for new text from javascript?

    I have been working on my website a lot, and I have came to a stop, seeing as I am trying to add a javascript script result in a table which looks something like this:

    <tr>
    <td align='left' valign='top' width='290' height='28'>The information provided resulted to...<div id='show();return false;'></div></td>
    </tr>
    <tr>
    <td align='left' valign='top' width='290' height='28'>This is your result...</td>
    </tr>

    So this is an example of what I am trying to do, I want the result from the javascript to be posted in the table, and it does work, but...I also want the information under the result to be pushed down so the information under it wont be covered by the result from the javascript.

    So how can I make the text under it be pushed down when the javascript result is shown?
    Check out:
    Great Windmill (A Place Where You Can Have Fun!)

    You can do so much on the website, check it out!

  • #2
    Re: How to make text move down for new text from javascript?

    Figured out the problem myself
    Check out:
    Great Windmill (A Place Where You Can Have Fun!)

    You can do so much on the website, check it out!

    Comment

    Working...
    X