inherit
26449
0
Dec 12, 2009 9:40:06 GMT -8
macky1
79
June 2004
macky1
|
Post by macky1 on Jun 27, 2005 13:46:05 GMT -8
im told that if this code is entered into my header it will make my logo appear in the centre of the page
i have tried all night with no joy
and was told you guys may be able to see a error somewere in the coding?
<script> <centre><img src="http://img./v215/fizzgog/AnDX.jpg" alt="Image hosted by Photobucket.com"><script> <!-- var newtr = document.getElementsByTagName('table')[1].insertRow(); var newtd = newtr.insertCell(); newtd.colSpan=2;newtd.className="windowbg";newtd.align="center"; newtd.innerHTML = document.getElementsByTagName('td')[2].innerHTML; document.getElementsByTagName('td')[2].innerHTML=''; --> </script> <\centre>
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 27, 2005 13:58:21 GMT -8
im told that if this code is entered into my header it will make my logo appear in the centre of the page i have tried all night with no joy and was told you guys may be able to see a error somewere in the coding? <img src="http://img./v215/fizzgog/AnDX.jpg" alt="Image hosted by Photobucket.com"><script> <!-- var newtr = document.getElementsByTagName('table')[1].insertRow(); var newtd = newtr.insertCell(); newtd.colSpan=2;newtd.className="windowbg";newtd.align="center"; newtd.innerHTML = document.getElementsByTagName('td')[2].innerHTML; document.getElementsByTagName('td')[2].innerHTML=''; --> </script> first, you need to put <script> above where it says <img src= second, put <center>before <img src=, and </center> after where it says </script>.
|
|
inherit
26449
0
Dec 12, 2009 9:40:06 GMT -8
macky1
79
June 2004
macky1
|
Post by macky1 on Jun 27, 2005 14:24:12 GMT -8
|
|
inherit
26449
0
Dec 12, 2009 9:40:06 GMT -8
macky1
79
June 2004
macky1
|
Post by macky1 on Jun 27, 2005 14:30:35 GMT -8
sorted now thanx
just put <centre> </centre> before and after the tag
thanx again macky
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 27, 2005 15:15:05 GMT -8
your welcome.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 28, 2005 1:08:17 GMT -8
sorted now thanx just put <centre> </centre> before and after the tag thanx again macky Modify next time , no need to double post
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 28, 2005 2:11:09 GMT -8
It's <center>, not <centre>. HTML uses American English.
|
|