Blogger Skinning, for first timers |
For a list of all requirements and guidelines pertaining to posting a new Help topic, please click here.
This Month's Contests | Hosts Looking for Hostees | Hostees looking for Hosts | BigBookofResources
Submission Guidelines
Blogger Skinning, for first timers |
*[2]Nekked* |
![]()
Post
#1
|
Guest ![]() |
okay i was a first time blogger skinner about two hours ago... and now im pretty sure i've got this whole thing down. website designers: this is going to be a breeze for you. Blogger skinning is basically like website designing. You can even skin in dreamweaver! its totally customizable, whereas xanga isnt, and u customize everything in xanga using css. just design a webpage then where ever you want your blog to be, make a div inside that div put the blogger tags in. here are the blogger tags: Start with for the date: blog title number: for the posts: for the post footers end with easy right??! |
|
|
![]() |
*[2]Nekked* |
![]()
Post
#2
|
Guest ![]() |
okay okay lets explain this again.
you make your webpage: so lets see.. u get ur image.. (image map if u want) QUOTE <img src="imagehere"></img> then you make a div on top of it... changing whatevers in red. QUOTE <div id="Layer1" style="position:absolute; left:330px; top:448px; width:215px; height:177px; z-index:1"> then put all the blogger codes in, in the same order as i listed them before. (or not.. if you're 1337, you'll figure out how to rearrange them etc) QUOTE <Blogger><br> <BlogDateHeader><br> <$BlogDateHeaderDate$><br> </BlogDateHeader><br> <BlogItemTitle><br> <$BlogItemTitle$><br> <a name="<$BlogItemNumber$>"> </a></BlogItemTitle><br> <div class="blogPost"></b> <p align="justify"><font size=1><$BlogItemBody$><br> <div class="byline"> posted by <a href="mailto:insert email here"><$BlogItemAuthorNickname$></a> | <$BlogItemDateTime$> | </div> </b> </Blogger> then u close your div: QUOTE </div>
|
|
|
![]() ![]() |