style on css with markup item

can you tell me how to setup the style on markup item ? i look on this forum and i am look on this site Listamatic: ZDnet Emulation where i can paste the code ? or someone have a video tutorial ? thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

for example when i am paste code this on markup item

=====================

=====================================

then where i can change for tittle size, color, and more please tell me we need it thanks many thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you insert the markup item as an inline object in a run of text, then it will pick up whatever text style is in the surrounding text. So if you wrap the MI with a space on either side, then select the entire run of text and add a style, the output from that MI will have the style, and the spaces won’t show.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Actually, ignore what I just said in this particular case. Because
you are sticking a block-level tag (a DIV) inside your markup item,
you can’t insert your markup item as an inline item. (You can, but it
would be Wrong.) Instead, use CSS to make your changes. You’ve given
the DIV an ID, so in your Page > HTML Markup dialog, in the “Before /
HEAD” section, add some style rules to control this element and its
text:

<style type="text/css">
	#sidebarbaru-wrapper{
		width: 200px;
		background-color: #ff9;
		color: #999;
		padding: 4px 8px;
	}
	#sidebaru-wrapper .sidebar {
		font-size: 11px;
		font-style: italic;
	}
</style>

Something like that.

Walter

On Nov 7, 2008, at 10:08 AM, waltd wrote:

If you insert the markup item as an inline object in a run of text,
then it will pick up whatever text style is in the surrounding
text. So if you wrap the MI with a space on either side, then
select the entire run of text and add a style, the output from that
MI will have the style, and the spaces won’t show.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

thanks for this friend will be try now once again thanks very much


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

For The First My Succses Template http://pmbloggertemplate.blogspot.com/ Thanks All For help me


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options