Is it possible to just have a background image in just the table / cell which contains the journal entry.. I know how to make one for the comments section (.comments table bit) and the date/time (.caption, .index bit
( Read more... )
There's no way to specifically target the entry box, no. What you can do, though, is set a background to all of the cells, then remove them specifically from the title/date/comments cells, like this: .entrybox table td{ background-image: url(); } .entrybox table td.caption, .entrybox table td.index, .entrybox table td.comments{ background-image: none; } If you'd prefer to have a different background image for the title/date/comments, just specify that in place of none.
That's what I don't like about the howto tutorial, it doesn't tell you the none option and it took me ages to figure it out when I tried it ages ago lol!
I just learned putting an image as background, Am I right about using a pic the same size as my computer screen? {1024x768} because when I save it to photobucket it shows {150x113} as the pixel size, and when I add the image I get repeating {150x113}pics
How do I get the one image as my background and please tell me of anything I am missing.
Comments 20
.entrybox table td{
background-image: url();
}
.entrybox table td.caption, .entrybox table td.index, .entrybox table td.comments{
background-image: none;
}
If you'd prefer to have a different background image for the title/date/comments, just specify that in place of none.
Reply
*adding to memories*
Reply
Reply
Reply
Reply
How do I get the one image as my background and please tell me of anything I am missing.
ps This will be going on my GJ my LJ is fine.
Reply
Reply
Leave a comment