Thanks for visiting CGR. Remember to login or register to get complete access to our site. It’s FREE and will greatly reduce the number of ads that you see.
I imagine if you had an application you could edit the theme/template files directly. So regardless of whether or not there is a CSS tool in the application, you can still do it manually (my preference).
Well, you don't embed anything with CSS. CSS stands for Cascading Style Sheet, and is basically just a "style engine". It determines font color, font size, link styles, content area width in some cases...etc.
You embed images with HTML wherever you want to put them. Use "
HTML Code:
<img src="http://www.IMAGEURL.com">
"
Here is one that says "Yeah, it's an ACTUAL blog":