need more help! |
need more help! |
![]()
Post
#1
|
|
The Hawaiian Hulk ![]() ![]() ![]() Group: Member Posts: 51 Joined: Dec 2003 Member No: 11 ![]() |
haha, im so worthless....what a scrub...lol. anyways, i want to put my entries in solid boxes and then put a picture in the background. so...i already got the picture thing done thanks to jusun, lol (once again, im worthless) but i dont know how to put the text into solid boxes....i used to have this script but tis lost. alright, peace.
|
|
|
![]() |
![]()
Post
#2
|
|
The Hawaiian Hulk ![]() ![]() ![]() Group: Member Posts: 51 Joined: Dec 2003 Member No: 11 ![]() |
the code? ok then:
this goes in my "imput your own header html" box CODE <!-- begin code provided by createblog.com --> </span></center> <script type='text/javascript'> function enterSite() { document.getElementById('splash').style.display = 'none'; var content = document.getElementsByTagName("center"); for (var i=0; i<content.length;i++) { content[i].style.display = 'block'; } return false; } </script> <style type='text/css'> center {display:none;} .image {border:1px solid #dcdcdc;} </style> <table height='100%' width='100%' id='splash'> <tr> <td align='center' valign='middle'><a href='#' onclick='return enterSite();'><img src='http://www.imagestation.com/picture/sraid95/pfdbe5176e52ea0d0d3a9125af45ee5c1/fa310d67.jpg' border='0' class='image'></a></td> </tr> </table> <center><span> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> body { background-color: #ffffff; background-image: url("http://www.wapers.com/works/michelangelo/michelangelo11280.jpg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center center; } </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> a:visited, a:active, a:link { font-weight: bold; color: #494949; text-decoration: none; } a:hover { color: #ffa500; } body, td, div, p, th, select, input, font { font-family: verdana, arial, sans-serif; font-size: 10px; color: #000; line-height: 18px; } .banner, #SearchBar1_pnlSearch, hr { display: none; } .main, .navigation { width: 600px !important; } .mainleft table { border: 0px; } .mainleft th.left { padding: 0px 0px 5px 0px; } .mainleft td.left { padding: 12px 0px 13px 0px; } .mainleft th.left, .blogheader { font-family: verdana, arial, sans-serif; font-size: 10px; color: #494949; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #494949; margin-bottom: 12px; } .maincenter td, .maincenter p { text-align: justify; padding: 0px; } .blogbody { margin-bottom: 10px; margin-left: -5%; } .blogbody td { padding: 0px 0px 4px 0px; } .htmleditor { width: 100% !important; } #pnlEnabled table, .blogheader { width: 95% !important; } #pnlEnabled table td { text-align: justify; } #rblEprops td { letter-spacing: -.1em; } </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #000000; background-color: #transparent; } </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type='text/css'> .mainleft { display:none; } </style> <!-- end code provided by createblog.com --> and this goes in my website stats box: CODE <!-- begin code provided by createblog.com -->
<script language="Javascript"> // original by sean [URL=http://www.xanga.com/seanmeister]http://www.xanga.com/seanmeister[/URL] var tds = document.getElementsByTagName("td"); for (var i = 0; i < tds.length; i++){ if (tds[i].width == "200"){ tds[i].parentNode.appendChild(tds[i].cloneNode(true)); tds[i].parentNode.removeChild(tds[i]); break; }} </script> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> </td></tr></table></body></html><noscript> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <script type="text/javascript"> document.write('<style type=text/css> table.' + 'banner { display: none !important; } </style></td></tr></table></body></html><no' + 'script>'); </script> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |