syun_ukiya
06-27-2003, 11:00 AM
lookie here:
http://www.tag-board.com
I want to edit the message box. how?
http://www.tag-board.com
I want to edit the message box. how?
|
View Full Version : tag board edit help! syun_ukiya 06-27-2003, 11:00 AM lookie here: http://www.tag-board.com I want to edit the message box. how? angelivion 06-27-2003, 11:14 AM after you login, you are usually directed to the STYLE page right? there you can edit the colours you want to be used for your tag-board. and.. if you mean to change the width etc, you can simply edit the html code they provided. if that was what you meant.. elfenheroin 06-27-2003, 11:22 AM You can't change everything if you only have the basic tagboard. Just saying in case if you wonder. syun_ukiya 06-27-2003, 01:47 PM I've successfully edit the text box, the input and the button the only one left is the messagebox. I assume I can also change it using CSS, right? If not, any suggestions for a new tagboard? fruitcake 06-27-2003, 08:42 PM Yup, CSS is good. Here's a sample of one of mine: <input name="message" value=" " size="15" class="text1" style="border: 1px solid; color: #645269; background: #CFE4EF"> syun_ukiya 06-28-2003, 03:01 AM uhm I'm not referring to that one... I'm referring to editing the box where replies are seen. The main box... Dunno how you call it but can I edit it? Jiggawot 06-28-2003, 10:00 AM Tag-Board won't let you do that unless you pay. Yu can go to dekap.com, or if you've got PHP make your own. http://obidasin.com has a tutorial for making your own tagboard, so does http://daydreamgraphics.com MaGiCSuN 06-29-2003, 12:16 AM jiggawot, i dunno if you got some experience with them probably not because you can edit allot in the free account.... :rolleyes: it's the coding. the background from the iframe, the text size and font inside the iframe (from the messages) and the links inside the iframe are able to be changed on tag-board.com the rest OUTSIDE that area is able to be changed by yourself.. what do you want to edit? if it's the text, font size or background color then just go into tag-board.com and edit it. if it's the iframe itself then just use this one: <iframe style="border: 1 solid #COLOR"></iframe> i'm referring to the bold text. that will make the border from the iframe solid black and 1 pixel. I wouldn't know what more you would want to edit on it. Love, Mirna syun_ukiya 06-29-2003, 05:13 AM animexe.iscool.net I've been wanting to chane the borders around the main box... also the button with the word "TAG" how can I match borders and color... Jiggawot 06-29-2003, 12:28 PM Originally posted by MaGiCSuN jiggawot, i dunno if you got some experience with them probably not because you can edit allot in the free account.... :rolleyes: :b My mistake. Originally posted by syun_ukiya also the button with the word "TAG" how can I match borders and color... In your CSS: input, textarea { background-color: #color; border: 1px solid #color; font-family: font; font-size: size; color: #color; } syun_ukiya 07-04-2003, 04:04 AM how about the main box itself? MaGiCSuN 07-05-2003, 11:17 AM Originally posted by MaGiCSuN <iframe style="border: 1 solid #COLOR"></iframe> ^ add the bold part to your <iframe> code from the tagboard code (that's the box where the messages appear in) syun_ukiya 07-05-2003, 02:50 PM I already have that, but the main box loads separately than the iframe... MaGiCSuN 07-05-2003, 07:11 PM the iframe IS the mainbox..... You should only add the bold parts to your excisting code, not make a whole different iframe surrounding it. can you show me the code you are using currently? thanks :) Love, Mirna Brandon 07-06-2003, 03:28 AM if ur host allows php u should use this tag-board, much easier and better... http://x.faction.nu/ and click on the tagger version 2. syun_ukiya 07-07-2003, 04:28 AM can you show me the code you are using currently? thanks http://animexe.iscool.net syun_ukiya 07-07-2003, 09:53 AM its ok now, I'd already fixed it frameborder="0" syun_ukiya 07-14-2003, 02:12 AM how about the scroll bar? |