|
Post by shawnna on Nov 10, 2007 15:52:08 GMT -5
I used to have a Harry Potter RPG forum, but I completely forget how to do almost everything. My first question is, how do you put the gradients in the category section and all that ? Second question does anyone have the code that centers your category's title ?
|
|
xklibur
Virtuoso
Tie My Heart Around With A Rubberbend
Posts: 186
|
Post by xklibur on Nov 10, 2007 15:56:17 GMT -5
|
|
|
Post by shawnna on Nov 10, 2007 15:57:28 GMT -5
Thanks so much !
|
|
xklibur
Virtuoso
Tie My Heart Around With A Rubberbend
Posts: 186
|
Post by xklibur on Nov 10, 2007 15:58:15 GMT -5
no problem xD
|
|
|
Post by Andrew on Nov 10, 2007 16:01:25 GMT -5
If the one on PBS confuses you or anything, for your grads you could use :
<style type="text/css"> <!--
.newstitlebg { background-image: url(TITLE_NEWS_MENU IMAGE URL HERE); background-repeat: repeat; }
.titlebg { background-image: url(TITLE_NEWS_MENU IMAGE URL HERE); background-repeat: repeat; }
.catbg { background-image: url(CAT IMAGE URL GOES HERE); background-repeat: repeat; }
.menubg { background-image: url(TITLE_NEWS_MENU IMAGE URL HERE); background-repeat: repeat; }
--> </style>
|
|
|
Post by shawnna on Nov 10, 2007 16:14:58 GMT -5
Okay I need to know something else :] Does anyone have a code for an info center like on this site ?
|
|
xklibur
Virtuoso
Tie My Heart Around With A Rubberbend
Posts: 186
|
Post by xklibur on Nov 10, 2007 16:17:27 GMT -5
|
|
|
Post by shawnna on Nov 10, 2007 16:27:55 GMT -5
Thanks so much ! I will put that link in my faves.
|
|
|
Post by shawnna on Dec 18, 2007 22:49:20 GMT -5
Hey hey :] Got another question. I want to resize the table at the top that says home etc etc to be the same size as my banner like at this site: anonymousins.proboards59.com/index.cgiI've been looking for it but I can't find it :/
|
|
|
Post by Jordan on Jan 5, 2008 17:39:11 GMT -5
<script language="JavaScript"> var boardwidth = document.getElementsByTagName('TABLE'); for(i=0;i<boardwidth.length;i++) { if(boardwidth.width=="92%"){ boardwidth.width='WIDTH px';}} </script>
;]
|
|
|
Post by shawnna on Jan 8, 2008 22:57:08 GMT -5
Another question :] I've looked it up on proboards support and I can't find it.
OK. Well, I've seen on some boards, people have customized posting options. Like, some have little post counts on the bottom of the place where you type text. I want to know how you get those :]
Annnnnd I seen one where it had a way for you to upload images from your post. Help ?
|
|
|
Post by shawnna on Feb 17, 2008 3:43:15 GMT -5
BUMP :[
|
|
Bisurge
Student
Hydralisks Own
Posts: 47
|
Post by Bisurge on Feb 20, 2008 19:14:20 GMT -5
Another question :] I've looked it up on proboards support and I can't find it. OK. Well, I've seen on some boards, people have customized posting options. Like, some have little post counts on the bottom of the place where you type text. I want to know how you get those :] Annnnnd I seen one where it had a way for you to upload images from your post. Help ? That's a code on proboards support. Customized post options.
|
|