|
Coding
Feb 12, 2011 21:10:32 GMT -5
Post by eugenewilde on Feb 12, 2011 21:10:32 GMT -5
Well, I'm working on a site, and I was wondering what your codes were for your:
Side tables that went all the way up to the banner,
Making a space between the top of the page and the top of the boards, and
the border and how to make it transparent.
Can you get those for me, please?
|
|
EVELINA SUMMERS
NOBLE
LADY & SISTER %7C PROFILE[M:200]
the sun is freed from fears, and with soft and grateful tears, ascends the sky.
|
Coding
Feb 12, 2011 22:29:47 GMT -5
Post by EVELINA SUMMERS on Feb 12, 2011 22:29:47 GMT -5
Uhmm... I know I'm not a staffer or anything, but I'm pretty good with codes ^-^;
To fix the side tables banner, but this code beneath the <td align="center" vAlign="top" width="100%"> <!--End Smangii's Side Tables //-->
<div id="wel"></div> <script type="text/javascript"> <!-- var welcomeTable = document.getElementsByTagName("table").item(0); document.getElementById("wel").appendChild(welcomeTable); //--> </script>
That should also fix the lack of gap at the top of the page.
About the border around the form, you can use this code:
GLOBAL HEADER (above the side table code)
<script> <!-- /* Border-Around-Forum using Images - by Smangii */
var hi = "headimageurl"; var mi = "middleimageurl"; var bi = "bottomimageurl";
document.write('<table width="900px" cellspacing="0" cellpadding="0" align="center"><tr><td align="center" width="100%"><img src="'+hi+'"></td></tr><tr><td width="100%" style="background-image: url('+mi+');">') //--> </script> GLOBAL FOOTER (below the side table code)
<script> <!-- document.write('</td></tr><tr><td width="100%" align="center"><img src="'+bi+'"></td></tr></table>') //--> </script>
If you get semi-transparent image of a flat color at least 750 px wide, you can just put the url into the three variable spots ^-^
|
|