Second module in custom skin, Help?!?! |
Second module in custom skin, Help?!?! |
![]()
Post
#1
|
|
![]() All that you see or seem, is but a dream within a dream ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: Mar 2005 Member No: 115,956 ![]() |
Howdy everyone,
Okay, I just spent the past 3 hours trying to get this to work..and all it's done is manage to frustrate me greatly. I checked the how to guide for making skins and tried what was said to do there, and I checked the xanga scrptis section, tried what it said 'there'..Same problems. I even tried going and trying a script I foudn from someone 'elses' skin that had an extra module. ![]() My problem is that when I add in the second div layer (before my blog div) for my extra module (for a profile or whatever) they seem to..merdge? o.O The bottem half of my extra module fits into the top of my blog module..and when I try to move the extra one it moves my main one too. ![]() ![]() I'm not 'that' new to this..It's my second layout and I had no problems with my first one. The first didnt have a extra module, though. I just dont know what's wrong. I followed what people said to do..and it doesnt work! I'll put my whole code in a box below and can someoen please tell me if they see a problem? I'm ususally pretty good at this stuff but Im jsut totally lost this time. Thanks so much! **Edit** Oops. For some reason the code didnt copy and paste right the first time. There, it's fixed I hope. Lol. |
|
|
![]() |
![]()
Post
#2
|
|
![]() All that you see or seem, is but a dream within a dream ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: Mar 2005 Member No: 115,956 ![]() |
Thank you so much! That's what I wanted. What was the problem with it?
![]() One last thing, could you tell me how to add a scrollbar and customize the fonts and stuff like I have in my main blog box for the extra module too? o.o' |
|
|
![]()
Post
#3
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 ![]() |
QUOTE(Crimson_Sky @ Apr 11 2005, 10:18 PM) Thank you so much! That's what I wanted. What was the problem with it? ![]() One last thing, could you tell me how to add a scrollbar and customize the fonts and stuff like I have in my main blog box for the extra module too? o.o' the problem was this.. CODE <div style="overflow: auto; width: 400px; height: 230px; margin-top: -160px; margin-left:235px;"> u see the margin top u postioned it wrong.. it was too high.. to change the font and stuff u can referr to your default setting in your look and feel or add something like thissomething like that i got that from here http://www.createblog.com/forums/index.php?showtopic=34220 i custom mized it a little and for a scroll bar i guesss u could do this.. CODE <DIV id=scroll3 style="BORDER-RIGHT: #000000 0px; BORDER-TOP: #000000 0px; OVERFLOW: auto; BORDER-LEFT: #000000 0px; WIDTH: #px; BORDER-BOTTOM: #000000 0px; HEIGHT: #px"> replace the # with your own numbers.. by the way your welcome ![]() |
|
|
![]() ![]() |