shallowdeep -> RE: Quick Question about Profile Background color. (8/25/2010 11:18:02 PM)
|
Wrapping the entire profile in a div and then using inline CSS to specify the background color should work. Code snippet below: <div style="background-color:#ffffff;">
"Your profile goes here"
</div> Hmm. After a bit more playing around, what the site lets you do with the profile is highly browser dependent. The above code will only work if you can edit the HTML, which you can do in Safari, but maybe not other other browsers. Internet Explorer actually has a GUI to select between several background colors. That is probably preferable if possible, since you won't get any residual border from the enclosing table cell. Chrome and Firefox have a GUI for rich text formatting (unlike Safari's basic plain text input), but they seem to lack the GUI to select a background color. If all you have is a Mac, you should be able to use the above code in Safari. If you have a Windows machine, I'd just set the color in IE. I'm too lazy at the moment to test Linux browsers... [edited a few times to mention browser differences]
|
|
|
|