JessikaLaNae14
06-26-2006, 07:31 PM
Hello..... I need help i want to know how you put those boxes inside your journal entry with the little scrollbars. if so please give me the code. THANK YOU!!!!!!!!!!!!!
|
View Full Version : boxes inside blogs iwth the scroll bar JessikaLaNae14 06-26-2006, 07:31 PM Hello..... I need help i want to know how you put those boxes inside your journal entry with the little scrollbars. if so please give me the code. THANK YOU!!!!!!!!!!!!! froggygurl1133 07-17-2006, 10:02 PM <textarea> text or code here </textarea> GDxSweetChildren 07-22-2006, 04:49 AM OH i HAVE A SiMiLAR QUESTiON...i HAVE THE CODE FOR THE BOX, BUT HOW DO YOU GET iT TO WORK iN THE BLOG ENTRY?...i HAVE A WORKiNG CODE BUT iT DOESNT WORK iN BLOGS THE ACTUAL CODE JUST POPS UP iNSTEAD Y!eld 07-24-2006, 08:45 PM I just learned a code that let's you scroll in table cells I'll put a simple code below and you can customize it. :) <Table Width=100 Height=100> <Tr> <Td Width=100 Height=100> <div style="overflow:auto;width:100;height:100;"> TEXT </Div> </Td> </Tr> </Table> Also you may replace the 100's in the code with your own value...I just used it for the example. You can format your text, the table's background and scrollbar too, but I just kept it simple. good luck! :) sally_the_torn 08-04-2006, 01:18 AM The box in the entry that you're talking about is called a "textarea". It depends how much you type in it if you have a scrollbar or not. When you're writing your entry and you're ready to put the textarea in, check the "Edit HTML" box and it will turn into a page that looks like a bunch of codes. The little bar should still be flashing and you type in: <TEXTAREA></TEXTAREA> Then uncheck the "Edit HTML" box and the textarea should appear and your entry should look normal again. You can then click on the textarea and the little bar should start flashing inside of it. You can type in it that way. Let me know if you need anymore help. myemmysue 08-29-2006, 11:47 PM The box in the entry that you're talking about is called a "textarea". It depends how much you type in it if you have a scrollbar or not. When you're writing your entry and you're ready to put the textarea in, check the "Edit HTML" box and it will turn into a page that looks like a bunch of codes. The little bar should still be flashing and you type in: <TEXTAREA></TEXTAREA> Then uncheck the "Edit HTML" box and the textarea should appear and your entry should look normal again. You can then click on the textarea and the little bar should start flashing inside of it. You can type in it that way. Let me know if you need anymore help. is there a way to change the colors? GDxSweetChildren 08-31-2006, 09:37 PM what of the scroll bars for the text area?.... no, it will be the same color as your layouts main right scroll bars... if you mean the colors of the words inside.. I dont know, I would think you can... except when you highlight it, it highlights the box, not necissarily the words in it, so im not sure : / |