Stupid modules, stupid.. |
![]() ![]() |
Stupid modules, stupid.. |
Sep 23 2004, 05:12 PM
Post
#1
|
|
|
AdReNaLiN3 ![]() ![]() ![]() ![]() Group: Member Posts: 211 Joined: Aug 2004 Member No: 36,718 |
Do any of you guys know how to put in an extra module in, and da module dat actaully can put text in. The one they have in the xanga scripts only have ones that you can put text in
|
|
|
|
Sep 23 2004, 05:21 PM
Post
#2
|
|
|
AdReNaLiN3 ![]() ![]() ![]() ![]() Group: Member Posts: 211 Joined: Aug 2004 Member No: 36,718 |
umm hey sry abt the double post buh i said it wrong lol..umm yea dis is what i mean
Do any of you guys know how to put in an extra module, and the module dat actually can put HTML in. The one they have in the xanga scripts only have ones that you can put text in |
|
|
|
Sep 23 2004, 05:35 PM
Post
#3
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
QUOTE(AdReNaLiN3 @ Sep 23 2004, 6:21 PM) umm hey sry abt the double post buh i said it wrong lol..umm yea dis is what i mean Do any of you guys know how to put in an extra module, and the module dat actually can put HTML in. The one they have in the xanga scripts only have ones that you can put text in You can put html, you just can't have any spaces. Im not talking about line breaks - if your code looks like this: BLAHBLAH.HTMLHERE='<br><b>Hello, custom module.</b><br>' then that's fine. If it looks like this: BLAHBLAH.HTMLHERE=' <br><b>Hello, custom modules.</b><br>' That wont work. Neither will: BLAHBLAH.HTMLHERE='<br> <b>hello, custom modules.</b> <br> |
|
|
|
Sep 23 2004, 07:07 PM
Post
#4
|
|
|
AdReNaLiN3 ![]() ![]() ![]() ![]() Group: Member Posts: 211 Joined: Aug 2004 Member No: 36,718 |
So..whats da code!?....please
|
|
|
|
Sep 23 2004, 07:10 PM
Post
#5
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
>.<
That just mean you can use the single new module script and don't put spaces in ur HTML. Like :: CODE <!-- begin code provided by createblog.com --> <DIV align="center" valign="middle" style="BORDER-RIGHT: blue 1px solid; BORDER-TOP: blue 1px solid; FILTER: alpha(opacity=100); OVERFLOW: auto; BORDER-LEFT: blue 1px solid; WIDTH: 850px; BORDER-BOTTOM: blue 1px solid; HEIGHT: 470px; BACKGROUND-COLOR: clear"> <!-- end code provided by createblog.com --> wouldn't be valid in your module. |
|
|
|
Sep 23 2004, 07:58 PM
Post
#6
|
|
|
AdReNaLiN3 ![]() ![]() ![]() ![]() Group: Member Posts: 211 Joined: Aug 2004 Member No: 36,718 |
?
|
|
|
|
Sep 23 2004, 08:04 PM
Post
#7
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Let's say you want to add a div frame into your custom module! That's the code, right? So all you would have to do to add a div frame to your custom module would be to change it so it looks like this :: (But your div code would need to be one, single line.) (Like.... :: ___________(stuff)_______________________) (Instead of :: ____(stuff)______ ____(stuff)______) |
|
|
|
![]() ![]() |