This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you put a photo behind a javascript? [For tumblr bloggers who uses twitter status codes :)]?
10-01-2012, 10:53 PM
Post: #1
How do you put a photo behind a javascript? [For tumblr bloggers who uses twitter status codes :)]?
Ok so, I've been tweaking around my tumblr blog lately and I'm having problems putting a background photo behind a twitter status.

Here's the code:
<div id="textLink"><br>
<div id="twitter_div">
<div align=center>
<font size="1">
<ul id="twitter_update_list"></ul>
</div>
<center><script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/heyitsmocha.json?callback=twitterCallback2&count=1"></script></center>
</font></div>
</center><br>
</div>
</div>

What I want to do is to put this code: <img src="http://img855.imageshack.us/img855/5286/47674559.jpg"> inside the javascript so the twitter status will look like it has a background photo or something like that. Please help?

Ads

Find all posts by this user
Quote this message in a reply
10-01-2012, 11:01 PM
Post: #2
 
<style type="text/css">
#twitter_div {background-image:url('http://img855.imageshack.us/img855/...');}
</style>

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)