by kirk Sat 31 Mar 2012 - 0:27
??
I think it would have to be done with css,
But splitting them up individual ? not sure? I will try some testing and see how i make out.
Other then that, custom widgets and the others you can edit.
You can always create a table with a background image,
then place your widget content within another table in the background table. so it would be like a table in a table with the first table having a background image,then the second table would be your widget content..actually now i think about, it could be done with just one table with a background imageHowever will have to test that too, because sizing would be everything.
It would most likely work fine, but you will have to have it all sized up perfect to what your widget is.
unless someone dose have a good java or jquery code for it,?
Info addedYeah for any custom widgets or the others you can edit the content in
you can use a code like this.
- Code:
<table style="width: 158px; height: 174px;">
<tr>
<td style="text-align: left; vertical-align: top;"
background="YOUR DIRECT BACKGROUND IMAGE LINK HERE"><br>
content here
<br></td>
</tr>
</table>
Be sure to use line breaks <br> if you need content to be separated on a new line.
and you can adjust the height and width for what you would need it fit in the widget.
So that one way, i am still going to try some css too, But am not to sure about that yet.
Because you want different backgrounds in each widget.. But i will let you now how i make out.
Here is one i added a image to if you wanted to test it,
Of course you would have to wrap whatever content in center tags to for it to be centered etc..
- Code:
<table style="width: 158px; height: 174px;">
<tr>
<td style="text-align: left; vertical-align: top;"
background="http://i42.servimg.com/u/f42/11/92/49/97/bricks11.jpg"><br>
content here
<br></td>
</tr>
</table>