HTML skills anyone? I nead your help!
Asked by
bigkid (
12)
May 6th, 2009
Can you please tell me how to make the logo on this blog float with the browser as it expands? I can’t figure it out.
Here’s the link http://arcadeagency.tumblr.com/
Thank you
Observing members:
0
Composing members:
0
7 Answers
Which blog are you talking about? Can you provide a link?
I’m also not exactly sure what you mean by “float.” Float left or float right? I suspect you’re asking about a more nuanced situation, unless you want:
<div style=“float: right;”>Test</div>
I just moved the <div> header
inside the <div> contain
and it works. It needs a little work on margins.
See here
Is that what you were looking for?
Wow, that’s exactly it! Thanks a lot! Perfect.
I changed the CSS for the header DIV to
#header_logo {
height: 76px;
width: 176px
margin: 0 auto;
padding-left: 230px;
display: inline;
}
Lines up a bit better.
Legend!
Have you any idea how I can make/ add pages as they have done here: http://www.dopefiend.ca/
I would like to add some ‘about’ details etc. Please let me know if you know how :)
Thanks again for your help!
I’m not really sure how to on Tumblr. I don’t use it. You might want to send a comment to mirza. He is our tumblr guy.
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.