Design a tumblr layout? |
Design a tumblr layout? |
![]()
Post
#1
|
|
Blazed ![]() ![]() ![]() ![]() Group: Member Posts: 294 Joined: Jun 2009 Member No: 732,840 ![]() |
i been looking allover google to find out how to design a tumblr layout.
Yes i know about the template, the css thats in the tumblr layout. but how do i DESIGN it? like is it more like a div? i make tables etc. or is it just a Banner. then the rest are are css. please help me. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Of course. You can move things around by putting the variables inside DIVs and giving them positioning attributes. You just need to use the correct ones according to which elements you want to put up. For example, if I wanted to put up a DIV that contains links of users I'm following, I'd use something like this:
CODE <div style="position:absolute; top:#px; left:50%; margin-left:#px;"> {block:Following} {block:Followed} <a href="{FollowedURL}"><img src="{FollowedPortraitURL-40}" alt="{FollowedURL}"/></a> {/block:Followed} {/block:Following} </div> Again, refer to this page for a full list of variables. |
|
|
![]() ![]() |