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

1 Answer

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?

Related questions

Description : Using css how can I make my background fit to the screen automatically?

Last Answer : I would be better able to help you if you could be slightly more specific. Are you using as image as your background? A gradient? Some code or a link would also help. Hope to hear back from you soon!

Description : Can I make it so that the background image of my website doesn't appear until fully loaded?

Last Answer : You could easily delay it using Javascript.

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 : 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 : Tumblr: How to use my own image as a background?

Last Answer : answer:I will do this with images. This gives you this But that sucks. The content is hard to read with the image like that. Part 2. This looks even better. I still want to see a little of the background image to lets use opacity. Now we have this. Here is the finished product.

Description : How do I put my own image as a background on Tumblr?

Last Answer : I can help you with this. But you need to add a NSFW to your link. For now I will flag it until you add it.

Description : How do I add a background image for my Tumblr?

Last Answer : Try something like this. I cleaned up the formatting to stop my eyes from bleeding. body { background-image:url(http://i279.photobucket.com/albums/kk133/jean10_2008/album1/collagecolorful.jpg); padding: 10px; ... :5px; margin-bottom:5px; text-align:justify; min-height:px; } img{ border:none; }

Description : How to add a tumblr background image to this theme?

Last Answer : body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #FFFFFF; background-image: url(‘http://www.whatever.com/whatever.jpg’); background-repeat: no-repeat; background-attachment: fixed; } Replace the URL with the link to the image.

Description : Why can't i get my custom background OFF my tumblr?

Last Answer : I’m on your website right now and I don’t see any green hearts…

Description : Tumblr: How do you put an image as a background?

Last Answer : Could you link to the layout, or your blog? It may help getting started and give a more complete answer. Typically you can assign a background image to either the html or body element using css an example ... can help. There's some similar questions/answers to the right ====> that may help as well

Description : Tumblr: How to use my own image as a background?

Last Answer : Customize theme is to change the basics of a template they provide. This is usually things like changing a font color, or a border color basic stuff. If you want to change the background image you will ... com . Let me take a look at that template and can give you more specific info in a minute.

Description : Background images in HTML?

Last Answer : Here is a link that explains things rather nicely. I really like this sight in general. http://reference.sitepoint.com/css

Description : How do you put a picture in the background of your tumblr instead of a color?

Last Answer : body { background-image: url(‘http://davinci.ask-public.com/images/v2/logos/ask-public.png’); background-repeat: no-repeat; }

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 : Can someone help me with my new blog?

Last 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 INTERNET VITAMINS and hte All the tastiest . ... with Tumblr, you may have put the image on Photobucket or something if you cant upload to your blog directly.

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 : 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 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 make a header image in tumblr with the not bright theme?

Last Answer : I’m not seeing a title.

Description : How do I make my jQuery slideshow resize to window?

Last Answer : http://www.buildinternet.com/project/supersized/

Description : How do I make a picture in an HTML script a clickable link?

Last Answer : document.write(””)

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 : How do I make sure form input in websites is valid UTF-8?

Last Answer : I’m not particularly sure what UTF-8 is. but I assume you’re using PHP. SO, I’d use this.

Description : How do I make an External Hyperlink in Dreamweaver site?

Last Answer : Have you included ‘http://’ at the start of your link?

Description : Make a website that only opens on a specified computer?

Last Answer : answer:I have heard that that can be done, as long as the IP number doesn’t change. Many US government computers are like that, particularly those used at the CIA September 5, 2008, 1:46 AM EDT

Description : How to Make Links in HTML ?

Last Answer : How to Make Links in HTML Links are part of the essential building blocks of the Internet. People click links to navigate sites, to visit other people's sites, and to explore the many sources of information ... Web designer to make links; all you need is the know-how to make simple lines of code.

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 : Does anyone (besides programmers) really like Ajax-based websites?

Last Answer : answer:I don't think non-programmers will know the difference, I think you should provide some specific sites. Gmail, for example, has links at the bottom basic HTML gives you the non-Ajax ... loads slower, but then everything speeds up because it's loading lots of stuff in the background.

Description : How do I add a LIKE and FOLLOW link on my tumblr posts?

Last Answer : answer:Is this what you area asking for? http://codeit.tumblr.com/post/137567405/tumblr-notes-plugin-redux

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 : Help making a questionaire with javascript/html?

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

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 : 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 : 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 : 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 : 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?