I need help with HTML?

  • Thread starter Thread starter Sirk L
  • Start date Start date
S

Sirk L

Guest
Apply this example wherever you want the Javascript.

<p>
<script type="text/javascript">
document.write("This is an example!");
</script>
</p>
 
I am building a website and I've come across a problem. I'm making borders to create the layout of my site using the "<p style=" thing. Everything has been fine, I'm able to put text, links and pictures inside of the borders. Yet, when I put Javascript code for a search bar or poll thing in the boxes, the Javascript thing immediately goes directly to the bottom of the page, under all the boxes. They can surely fit inside the borders but they wont go.

Someone please help me, I really need some help.
 
Apply this example wherever you want the Javascript.

<p>
<script type="text/javascript">
document.write("This is an example!");
</script>
</p>
 
Apply this example wherever you want the Javascript.

<p>
<script type="text/javascript">
document.write("This is an example!");
</script>
</p>
 
Back
Top