I placed an image in my extended network, now I want one for my bloggy box... I DO NOT WANT TO HIDE IT.
I want to enhance it... Mahahaha!
Is there way to place an image in the "Latest blog entry" box for myspace?
table table td.text table {
background-image: url('IMAGE URL');
}
table table td.text table table {
background-image: none;
}
Is there way to place an image in the "Latest blog entry" box for myspace?
No no no. It's not HTML, it's CSS. The codes I gave you should go into your about me section like so:
%26lt;style type="text/css"%26gt;
table table td.text table {
background-image: url('URL OF THE DESIRED IMAGE');
}
table table td.text table table
background: none;
}
%26lt;/style%26gt; Report It
No comments:
Post a Comment