View Full Version : Something wrong with my html


benlikestennis
06-18-2005, 12:26 PM
On my homepage everything is centered and i dont want it to be. My website is at www.benshtmlhelp.com .
an someone help me please.

Sphere
06-18-2005, 12:41 PM
On my homepage everything is centered and i dont want it to be. My website is at www.benshtmlhelp.com .
an someone help me please.

replace this:

<!--main text-->
<p align=center><script language="JavaScript">
function popcbox() {
cboxwin = window.open('','cbox','width=160,height=300,toolba r=no,scrollbars=yes,status=no,resizable=yes');
cboxwin.document.write('<html><head><title>cbox</title></head><frameset rows="*,75" frameborder="0" framespacing="0">');
cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://cbox.co.za/box/?boxid=401467&boxtag=5377&sec=main" noresize scrolling="yes" name="cboxmain" style="border: 0px">');
cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://cbox.co.za/box/?boxid=401467&boxtag=5377&sec=form" noresize scrolling="no" name="cboxform" style="border: 0px; border-top: #ababab 1px solid;"></frameset>');
cboxwin.document.write('<noframes>My tag board needs frames. </noframes></html>');
}
</script>

<center><a href="JavaScript:popcbox()"><font face=#ffffff size=7 color=#ffffff>Please sign my tagboard first.</font></a>
<p align=center><font face=#ff0000 size=7 color=#ff0000><u>Welcome to the new design of benshtmlhelp.com</u></font></p>

<p align=center><font face=#ffffff size=5 color=#ffffff>This is the new design of benshtmlhelp.com. The site is still being made so this is just a test page so that you know that this is still benshtlmlhelp.com. I hope you like the new design and i would appreciate it if you left a comment in the box below. Also, the new site will hopefully be up and running in the next one to two weeks. Just to let you know that this is not the guestbook of the site. The guestbook will be included in the site once finshed.
Also, below is a web poll. I want to know what you guys want the colour of the text to be. Please pacipate in this because its up to you of the colour.</p><br>
<center><SCRIPT src="http://polls.freewebs.com/Members/Polls/viewPoll.jsp?userID=12398229&pollID=768386"></SCRIPT></center>
<!---- Begin FreeWebs Guestbook Code ---->

<FORM action="http://members.freewebs.com/guestbook.jsp" method=post><INPUT TYPE="hidden" name="userid" value="12398229">Name:<input name="name"><BR>Email:<input name="email"><BR>Leave your message here:<BR><TEXTAREA name="message"></TEXTAREA><BR><input value="Sign the Guestbook" type="submit"></FORM><BR><HR><SCRIPT type =" text/javascript" src="guestbook.js"></SCRIPT>

<!----- End FreeWebs Guestbook Code ----->


by:

<!--main text-->
<p align=center><script language="JavaScript">
function popcbox() {
cboxwin = window.open('','cbox','width=160,height=300,toolba r=no,scrollbars=yes,status=no,resizable=yes');
cboxwin.document.write('<html><head><title>cbox</title></head><frameset rows="*,75" frameborder="0" framespacing="0">');
cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://cbox.co.za/box/?boxid=401467&boxtag=5377&sec=main" noresize scrolling="yes" name="cboxmain" style="border: 0px">');
cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://cbox.co.za/box/?boxid=401467&boxtag=5377&sec=form" noresize scrolling="no" name="cboxform" style="border: 0px; border-top: #ababab 1px solid;"></frameset>');
cboxwin.document.write('<noframes>My tag board needs frames. </noframes></html>');
}
</script>

<center><a href="JavaScript:popcbox()"><font face=#ffffff size=7 color=#ffffff>Please sign my tagboard first.</font></a>
<p align=center><font face=#ff0000 size=7 color=#ff0000><u>Welcome to the new design of benshtmlhelp.com</u></font></p></center>
<p align="left"><font face=#ffffff size=5 color=#ffffff>This is the new design of benshtmlhelp.com. The site is still being made so this is just a test page so that you know that this is still benshtlmlhelp.com. I hope you like the new design and i would appreciate it if you left a comment in the box below. Also, the new site will hopefully be up and running in the next one to two weeks. Just to let you know that this is not the guestbook of the site. The guestbook will be included in the site once finshed.
Also, below is a web poll. I want to know what you guys want the colour of the text to be. Please pacipate in this because its up to you of the colour.</p><br>
<center><SCRIPT src="http://polls.freewebs.com/Members/Polls/viewPoll.jsp?userID=12398229&pollID=768386"></SCRIPT>
<!---- Begin FreeWebs Guestbook Code ---->

<FORM action="http://members.freewebs.com/guestbook.jsp" method=post align="left"><INPUT TYPE="hidden" name="userid" value="12398229">Name:<input name="name"><BR>Email:<input name="email"><BR>Leave your message here:<BR><TEXTAREA name="message"></TEXTAREA><BR><input value="Sign the Guestbook" type="submit"></FORM><BR><HR><SCRIPT type =" text/javascript" src="guestbook.js"></SCRIPT>

<!----- End FreeWebs Guestbook Code ----->


This will do i think

benlikestennis
06-18-2005, 12:50 PM
I have sorted it out on my own. In the script bit for the poll there was a space and i hadnt ended the center tag. Thanks for you help anyway.