Can someone help me with my new blog?

1 Answer

Answer :

go into the CSS of the site, find ’.header { }’ and add ‘background:url(“link to image”) no-repeat; then, in the HTML of hte page remove the <h1>INTERNET VITAMINS</h1> and hte <h2>All the tastiest….</h2> too if you will add that to the image. im not too familiar with Tumblr, you may have put the image on Photobucket or something if you cant upload to your blog directly.

Related questions

Description : How do I make a background like this for my blog?

Last Answer : I think the theme on this website might be patented. Try googling CSS codes for a fish theme. Or, are you asking how to make custom CSS coding for a fish theme?

Description : Is there a way to add widgets or badges to a posterous blog?

Last Answer : Yes. I've done it on two blogger.com blogs. You need to take the code for the badges or widgets and add them to the coding on your blog where you want them to appear. What is the domain ... com blogs? Blogger.com? Your own wordpress script on your own domain? We need more details to assist further.

Description : How do I replace in Tumblr a blog title for an image?

Last Answer : Did you click “Save” after you made the changes?

Description : [HTML] How can I remove default font style from only a certain text in my blog?

Last Answer : Can I get a link to the actual page? This is a hell of a lot easier if I can see and play with the code in Firebug.

Description : How do you tweak the tumblr blog to your liking?

Last Answer : If you mean using your own image as a background, then this should be very helpful. :) Go here to learn how to center text in Tumblr. Finally, if you have more formatting questions, visit this helpful page. :)

Description : Is it possible to have Blog posts with images automatically post to home page of another site?

Last Answer : First of all congrats. You are doing a wonderful thing. What you want is doable but difficult to do. I'm not sure how much control you have over a site on blogger but if you hosted your own site with ... RSS feed this would be possible using Magpie RSS and some php-fu. A pain in the ass, but doable.

Description : (Another Blog Question!) Is anyone good at creating html themes for Tumblr?

Last Answer : I could. But I’m booked for the next two weeks

Description : How do you add HTML to a blog?

Last Answer : What blog service are you using ?

Description : Okay...WHAT exactly is SEO (Search Engine Optimization)? Is it writing code? Is it programming? Web design? Can someone please clarify?

Last Answer : It is making sure Google can read the contents of your website. For example, when you stuff all your text in an image, Google's automated process won't be able to read it. However, if you ... to write valid HTML and accessible pages and on providing good content that Google will want to list high.

Description : Can anyone help me with HTML coding for my tumblr, please?

Last Answer : You’ll need a JavaScript solution. This one looks like it will meet your needs: http://javascript.internet.com/miscellaneous/random-image.html

Description : Can somebody help me with my (X)HTML?

Last Answer : the problem is you are using tables. Tables make everything implode. But to answer your question, seems to be some issue with your colspans. honeslty though i would remake this with divs, so much cleaner, organized and easier to work with.

Description : Can anyone give me some CSS positioning help?

Last Answer : Care to share what you think is wrong? Other than the red mess on the right it seems to render alright in Firefox.

Description : Help making a questionaire with javascript/html?

Last Answer : Are you familiar with Javascript? Are you using any type of framework like jquery?

Description : HTML coders out there: help! You know how you can hover your cursor over certain text for about a second, and then a little text ballon will appear?

Last Answer : answer:Does blogger allow you to type actual HTML in your blogs? If so, then it’s pretty simple: You see this printed on the page normally

Description : Changing Tumblr Text Heading to an Image. HTML HELP!

Last Answer : answer:This Post should tell you how to edit the HTML of your blog. Now for the changes you'd need! If you wanted to replace the large Escapades of a Poet text with the image it'd be a bit harder ... source code (it's syntax highlighted too!) like so; it saves having to copy out all the code :)

Description : I can't find the "enable Custom HTML" thingy in my theme tab ! >.< HELP !

Last Answer : answer:So, go to your tumblr blog, then on the top right next to Dashboard there is Customize . Click that, then it'll take you to a page with a few options up top, and a preview of your ... bottom of that window will be a Use Custom HTML option. My tumblr if you're interested: James' Tumblr

Description : Tumblr css help?

Last Answer : answer:My instinct is that CSS will not be able to help you with this probably some scripting and HTML is in order. CSS will only change the look and feel of a page, not the function (having a ... any themes that have this functionality, and can you look at the code to figure out how it's done?

Description : HTML help with my Tumblr theme (Image Header)

Last Answer : I think you misplaced a ”}” in that script…

Description : How can using CSS help make a web site better or easier?

Last Answer : One way they help is by putting all of your formatting, styles, colors, etc in one easily changeable file. You can, for example.. have one file that tells your whole website how to look.. ... can be controlled by this one simple cascading style sheet. See this introduction for more info about it.

Description : Blogging Help. (HTML)

Last Answer : I just did a find and replace on everything that said 520 (the width of content) and replaced that with 800. This is the result. As you can see the top and bottom of the content areas are actually a image. ... them out) Like I did here This looks a little better. Code is here if you want to use it.

Description : HTML skills anyone? I nead your help!

Last Answer : 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: Test

Description : HTML Skills? Please help?

Last Answer : you need add an auto margin to the left/right of your header h1 a element. #header h1 a { margin: 0 auto; height: 222px; padding-left: 300px; width: 559px; display: block; background: url(‘http://stashbox.org/490518/header2.jpg’) no-repeat top center;

Description : Div help?

Last Answer : answer:I got a page not found error. Check your link? EDIT…if you make it .html lowercase it works.

Description : Tumblr code issue for DoinWork theme Utralite: this should be HTML basics but it's giving me some complicated problems with tricky between posts?

Last Answer : The above it has a bottom margin of 100 pixels, which is pushing it way down. I think you probably would want to transfer most or all of that bottom margin to the DIV the comments are supposed to go in.

Description : Can anyone tell me why I shouldn't use HTML newsletters?

Last Answer : It's just an option for people with clients that can't read HTML, so that they don't need to get all the HTML code. For example, below is a newsletter i recently received form Microsoft. This ... Microsoft Way Redmond, WA 98052, USA ..Message-Id: ---=_NextPart_25FC_1950_C705C24A.01C9EA20-

Description : CSS Floats driving me insane?

Last Answer : answer:So you missing a px after 125. Anyways i didn't bother trying to figure out whats wrong with your code (just because i get paid to do such things)/ But anyways so i just built a quick ... use for what you are trying to do - here. FYI the term webmaster is depreciated in today's web world

Description : Where can I find information about GMail html specifications?

Last Answer : Need Answer

Description : How to align an image source code in a Tumblr text post?

Last Answer : I think? Or, couldn’t you align it in CSS by going img { align=“right”; }

Description : How can I convert an Excel Macro to html or use the database in a webpage?

Last Answer : answer:Edit the macros and you will see Visual Basic (VB). ASP.NET pages. can use VB (and other languages). One thing about Microsoft technologies - they provide huge amounts of free learning and support. ... if you want to learn ASP.NET For a quick intro, I would check out W3 Schools tutorials.

Description : How do I start a social networking website with some technical knowledge?

Last Answer : ask-public is powered by Python. can learn that.

Description : Can a Website be 100% Bootstrap?

Last Answer : By “bootstrap”, do you mean hand-coding some HTML as a prototype, or are you talking about a product like getbootstrap.com?

Description : How can I create content within a webpage? (see video)

Last Answer : I would think that your client would want an underlying database.

Description : Any way to directly download an audio source file when the web page is using a javascript audio player (that doesn't use filenames like "x.mp3")?

Last Answer : Could try file2hd.com to see if you can find the resource.

Description : I need to know how to make automatic pages with html?

Last Answer : Wonder if this little java app would do the trick. Looks like it’s a Firefox plugin as well as srandalone.

Description : How easy or difficult is it for a business to offer customers the choice of the regular website rather than the mobile version?

Last Answer : Some websites do offer you the option to go to their regular website when a mobile device' has been detected and they have sent you to the shrunken version. I've seen that option on my tablet a ... to give you the option. It's just a link they can provide easily, that overrides the mobile version.

Description : How can I change the border color around my Tumblr posts?

Last Answer : answer:Welcome to Fluther. You're on the edge of a thin line posting Tumblr questions, you know. We don't like new users asking for followers (and old users already know better), so don't cross ... existing theme that you like better than your current default, and either edit that or use it as-is?

Description : Can I post something on my Tumblr to a certain page only instead of my home page?

Last Answer : Yup, you create a new blog.

Description : Is there a way to prevent an unlisted YouTube video from being shared on a social site?

Last Answer : answer:No, there is no way to prevent videos from being shared through social networks. It would of undermine Youtube's business model if it allowed that. The best you can do is restrict it from ... own servers. Positing it to a video sharing site is just too risky if confidential info is concerned.

Description : How do I add padding? (html)

Last Answer : I;m not familiar with Tumblr. You normally control padding around an HTML element with CSS. Does Tumblr give you the ability to customize a CSS file?

Description : Would anyone be willing to change a tumblr layout?

Last Answer : Customize, and mess around with the tables colors.

Description : Good no-styling starter blogger template?

Last Answer : answer:I know you're on Blogger but if all you're trying to do is learn from some existing templates on a well-known blogging platform, then perhaps you should try Tumblr instead. They offer ... started with selecting the template you want. All of the HTML/CSS/JS is completely editable by you.

Description : How can I make pictures from thumbnails become bigger when clicked with some coding?

Last Answer : Easiest way is to use one of the hundred of lightbox scripts out there. Here is a simple one to use.

Description : How to manually put a background image on a tumblr layout that happens to have that feature disabled?

Last Answer : Step one – EDIT HTML button. Step two – Note the highlighted part. Chang it to the url for the image you want.

Description : Why can't I open an html file in Google Chrome?

Last Answer : Could you elaborate? Are you double-clicking the html file? If so, does Chrome launch? What methods do you use to view the file in IE or FF?

Description : How to I create a website? How do I add content? I purchased a domain name that is hosted by Go Daddy but what next?

Last Answer : answer:What are you looking for? If you just want a simple blog installing Wordpress is easy and there are a lot of themes. There is a nice back-end to add and manage stuff. If you want to go that route let me know and I can walk you through it.

Description : How does this website continue playing music when the URL is changed?

Last Answer : answer:the source code says window.pagetype = “ajaxy” I don’t know anything about writing script or whatnot but is that the same as what you referenced above making this sort of thing possible?

Description : Tumblr: I can't seem to customize the size of my title, or any text size, or even the size of the icons in my following section. Anyone care to give advice?

Last Answer : answer:Tumblr offers easy customisation interface! On when you log in, go to tumblr.com/dashboard click on preferences icon on top right there, there is a button called Customize Blog Once you click it, you ... go to Theme> Use Custom HTML and then work with the HTML for changing font and so on

Description : Image map only lines up with header in certain browsers?

Last Answer : Oh, nevermind. Apparently it doesn’t work in Chrome, either, so the whole thing must be out of whack somewhere.

Description : What does background: transparent do in Eric Meyer's reset.css?

Last Answer : This is used to override any unexpected browser defaults of an opaque background on an element such as . I wouldn’t worry too much about it since it was added to fix unusual browser settings.

Description : Where is a good place to create a website or create a space of my own?

Last Answer : Wordpress is fun and free.