girlygirl
06-06-2003, 11:46 PM
Anyone here have a tag-board? If so, can you answer my question? (lol, not that one!) umm...oh ya, ok, do you know where to put the code, in the code they gave you to put up the board, so that you can move it???
|
View Full Version : Tag Board girlygirl 06-06-2003, 11:46 PM Anyone here have a tag-board? If so, can you answer my question? (lol, not that one!) umm...oh ya, ok, do you know where to put the code, in the code they gave you to put up the board, so that you can move it??? sherri 06-06-2003, 11:48 PM Do you mean, move the Tag-Board position to left, righ, middle?? girlygirl 06-06-2003, 11:49 PM yep sherri 06-06-2003, 11:51 PM Whats the url to the place where you got the tag-board? Do you have a code? :) girlygirl 06-06-2003, 11:52 PM i got it from www.tag-board.com and I have the code to put the board on my site and to move it, I just cant figure out where to put the code to move it sherri 06-06-2003, 11:56 PM Oh, I think I get what you mean, but not sure. Did you try putting the code in the head tags? zangerbanger 06-07-2003, 04:58 AM To simplify this out a bit, here's what you do. You copy and paste the entire tag-board code that they give you and put it inbetween div tags so that it looks like this: <div style="position:absolute; top:#px; left:#px; z-index:1"> TAG BOARD CODE GOES HERE </div> You have to replace the #'s with actual numbers to determine how far from the top the board will be and how far from the left it will be. You can also change the z-index :) . |