Help with code, please please please! |
![]() ![]() |
Help with code, please please please! |
Aug 6 2004, 09:51 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: Mar 2004 Member No: 9,929 |
This is my layout....
![]() I want to use this code from the createblog tutorial on makign a skin: CODE <!-- begin code provided by createblog.com --> <DIV style="margin-top: TOPpx; margin-left: LEFTpx; width: WIDTHpx;OVERFLOW: auto; height:HEIGHTpx; BACKGROUND-COLOR: transparent"> <!-- end code provided by createblog.com --> I have abosolutely no idea what heights and widths to use. I've tried playign around with them but They don't work. I want the blog to go int othe square box on the left hand side of my layout. Someone help please! |
|
|
|
Aug 6 2004, 11:22 AM
Post
#2
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
Yeah, sorry. I think I sort of messed up the code when I typed up that tutorial.
|
|
|
|
Aug 6 2004, 01:14 PM
Post
#3
|
|
![]() dopey alan ![]() ![]() ![]() ![]() Group: Member Posts: 215 Joined: Jun 2004 Member No: 21,260 |
try this.
CODE <!-- begin code provided by createblog.com -->
<div style="position:static; margin-left:-230px;margin-top:-460px;border: 0px solid #ffffff; width: 415px; height: 325px; background:none;overflow: auto"> <!-- end code provided by createblog.com --> |
|
|
|
Aug 6 2004, 01:18 PM
Post
#4
|
|
![]() my moods are unpredictable ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: Jun 2004 Member No: 20,201 |
QUOTE(sweetxsimplicity @ Aug 6 2004, 9:22 AM) Yeah, sorry. I think I sort of messed up the code when I typed up that tutorial. you have to add the "position" part of it... like CODE <!-- begin code provided by createblog.com --> or position:static <!-- end code provided by createblog.com --> CODE <!-- begin code provided by createblog.com -->
position:absolute <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |