|
Post by lafairy on Jun 27, 2005 5:03:00 GMT -5
see the thing is...the template isn't for me...I am making it for someone else... so if the code will work properlly on an forum that only has one default skin,then there is no problem....cuz I will add the skin without the codes to my skin collection..
I just wanna make sure it will work for others...
so if the code that doesn't delete the welcome message,works fine in an forum with no other skins,then i am fine..lol
I just want the person I am making the template for,to be happy.....this is my first requests...soo..lol....
|
|
|
Post by matthew on Jun 27, 2005 5:08:26 GMT -5
what you should do is set up another board to practice on, and test out the codes and graphics stuff.
|
|
|
Post by lafairy on Jun 27, 2005 6:32:57 GMT -5
yeah i tried that..but proboards sign ups are disabled at the moment..lol.. I just can't win..lol
|
|
|
Post by admin on Jun 27, 2005 13:24:41 GMT -5
lafairy, I have a test board that I am not using right now. If you like, I can give you this board. Here is the url: fire2.proboards32.com/index.cgiSo, you can log in and take over. Just login as admin and I'll PM you the password. Change the password once you log in and it is all yours! ~Shan
|
|
|
Post by lafairy on Jun 27, 2005 16:24:10 GMT -5
shan ur an angel!!buut I just swinged the headers and footers code in there.. but it kinda takes away all the board itself..lol..like everything underneath the welcome message...
I am making life hard I know..lol! headers code
<style type="text/css"> <!-- body { scrollbar-arrow-color:#FFFFFF; scrollbar-track-color:#000000; scrollbar-3dlight-color:#FFFFFF; scrollbar-highlight-color:#FFFFFF; scrollbar-face-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-shadow-color:#000000; } .titlebg {background-image: url(http://www.fairysdream.com/gradsw1.gif); background-repeat: repeat;} .catbg {background-image: url(http://www.fairysdream.com/gradsw2.gif); background-repeat: repeat;} .menubg {background-image: url(http://www.fairysdream.com/gradsw3.gif); background-repeat: repeat;} BODY {background-position:center top;background-repeat:repeat-y;} <script type="text/javascript"> <!-- var c = document.getElementsByTagName("td"); c[2].align = "center"; c[2].bgColor = c[1].bgColor; var nc = document.getElementsByTagName('table')[1].insertRow(1).insertCell(0) nc.appendChild(c[2]); nc.align = "center"; --> </script> footers code
<script language="JavaScript"> var boardwidth = document.getElementsByTagName('TABLE'); for(i=0;i<boardwidth.length;i++) { if(boardwidth[i].width=="92%"){ boardwidth[i].width='600';}} </script> <br> <center><font size ="-3">Theme by <a href="mailto:lafairy_lafairy@yahoo.com">LA-Fairy</A> for <a href="http://fairysdust.proboards44.com">FD</a></font></center><br>
I haven't changed the forum colors..I just whipped the codes on there to see if it works...
should I make an print screen pic?
|
|
|
Post by admin on Jun 27, 2005 17:52:36 GMT -5
lafairy, I was looking closer at your style code and noticed that you don't have an end to the tag. At the very end you should have </style> That may solve some of your problems.
|
|
|
Post by lafairy on Jun 28, 2005 5:34:27 GMT -5
nope still looks like this after I inserted the bottom style...
|
|
|
Post by matthew on Jun 28, 2005 7:02:27 GMT -5
The only thing i can think of is if you let me register and give me admin access so i can take a look at it.
|
|
|
Post by lafairy on Jun 29, 2005 7:25:22 GMT -5
ok..let me sent u the code and stuff...cuz I clicked the back button again to take the code off....or else i would have been lost..lol
|
|
|
Post by matthew on Jun 29, 2005 13:01:57 GMT -5
ok it's working now Shan was right about the missing </style>
|
|
|
Post by lafairy on Jun 30, 2005 9:44:07 GMT -5
oh I probually put the style some where else...cuz I tried this too.lol.... ok thanks !!!now I can get this thing together lol!!!
|
|
|
Post by matthew on Jun 30, 2005 18:05:32 GMT -5
hehe, yeah , you put it below the Javascript at the bottom, rather than below the css I hope that you get things together now.
|
|