Lots of questions |
![]() ![]() |
Lots of questions |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Sep 2005 Member No: 224,267 ![]() |
Hi. I have soo many questions here. ok, here it is:
How do you have a left and right module on your xanga? example How do u make like a border for the whole xanga page like this one? How do u have a scrollbar in the custom module? like this? i looked for the code in the scripts and other forums but the codes wont work? How do like have a entry with a scrollbar that also has like a sort of text box with a scrollbar too? example |
|
|
![]()
Post
#2
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 ![]() |
1. http://www.createblog.com/forums/index.php...hl=right+module
2. Try adding this to your custom header: CODE <style type="text/css"> body{ border: #HEXNUMBER __px solid; } </style> That's for a border around the whole page, not just on the left and the right. To do that you'd probably use this: CODE <style type="text/css"> body{ border-left: #HEXNUMBER __px solid; border-right: #HEXNUMBER __px solid; } </style> Change the hex numbers and widths as you see fit. 3. http://www.createblog.com/forums/index.php...60&hl=scrollbar 4. It's called a textarea. When you place it within an entry, make sure you click the "Edit HTML" option or it won't show up properly. CODE <textarea>Your words here. </textarea>
|
|
|
![]() ![]() |