ebb: (Confused)
ebb ([personal profile] ebb) wrote2005-09-30 04:32 pm
Entry tags:

Techie lj/html tag help me type post...

[Level - Public]

Anyone know how to change the background colour of an entry?

[identity profile] rubytitania.livejournal.com 2005-09-30 03:40 pm (UTC)(link)
Fraid not, but I always ask these things at [livejournal.com profile] idiots_and_lj and usually get an answer within minutes!

[identity profile] ebb.livejournal.com 2005-09-30 03:42 pm (UTC)(link)
I'm able to change colours in my style etc but I've NO idea how to just change it for one entry... will give that a go!

[identity profile] karohemd.livejournal.com 2005-09-30 03:57 pm (UTC)(link)
You might get around it with creating a single table cell and put the entry into that but tables are nasty...

Look here


Test entry Test entry Test entry Test entry 
Test entry Test entry Test entry Test entry 
Test entry Test entry Test entry Test entry 
Test entry Test entry Test entry Test entry 
Test entry Test entry Test entry Test entry 
Test entry Test entry Test entry Test entry 


This won't change the subject, though, and you can't put html in the subjekt, IIRC.

[identity profile] karohemd.livejournal.com 2005-09-30 04:05 pm (UTC)(link)
Doesn't really work, forget my suggestion. I don't know enough HTML to make it really work.
Another community you could try is [livejournal.com profile] lj_nifty.

[identity profile] ebb.livejournal.com 2005-09-30 03:56 pm (UTC)(link)
The post isn't even showing on there! ARGH!!! :D

[identity profile] karohemd.livejournal.com 2005-09-30 03:58 pm (UTC)(link)
If the community is moderated, the mod has to approve the post first.

[identity profile] spida-x.livejournal.com 2005-09-30 04:29 pm (UTC)(link)
Styles are made using css (Cascading Style Sheet) which would overide code used for a page.
It might be easier to make a table or div and change the colour of the background for the table/div and put your post comments in there.

[identity profile] vanishingrad.livejournal.com 2005-09-30 05:02 pm (UTC)(link)
I'm not entirely convinced it can be done!
I've never seen a single LJ post anywhere where an entry had a different background colour to the rest of the journal's theme.

[identity profile] sciamachy.livejournal.com 2005-09-30 05:15 pm (UTC)(link)
Not sure about the whole entry, but you could try putting:
<div style="background:white,color:black">
at the start and then:
</div>
at the end. Change the specified colours to what you want, et voila!