May i use CSS in my blog?
-
Like embedding other things than youtube and so on, like a music flash player from d….com
or can i do Colums with CSS like <Div Class=”col1″> etc??…
why doesnt it work? @ Other services it works, or do i have to upgrade ???regards
Jonas -
Embeds, javacript, flash, iframes and forms are stripped out for security reasons, although Vodpod seems to handle just about anything. There are many forum threads about Vodpod if that’s something you’d like to use.
CSS editing does require the upgrade, although you can use preview to play with it for free. You can’t save changes that way.
-
well i do not want to edit my design i want do you some “VodPod” and i would like to make columns if have post more then 2 Vodpods, so that it will not be as large as it is now….
i get really annoyed about wordpress….
-
<i>i get really annoyed about wordpress…</i>
Feel free to move to another blog provider if WP.com isn’t meeting your needs.
-
well i would really like to know only if i could make columns, nobody can help me here?…
-
Possibly. Can you describe what you’re trying to accomplish, and provide a link to your blog (including the http:// at the beginning?
-
Hey guys i would like to embed this Code:
-<div style=”width:180px;height:236px;”><object width=”180″ height=”220″><param name=”movie” value=”http://www.deezer.com/embedded/widget.swf?path=8492065&lang=EN&colorBackground=0x525252&colorButtons=0xDDDDDD&textColor1=0xFFFFFF&textColor2=0xCCCCCC&autoplay=1&autoShuffle=0&id=2213171″></param><embed src=”http://www.deezer.com/embedded/widget.swf?path=8492065&lang=EN&colorBackground=0x525252&colorButtons=0xDDDDDD&textColor1=0xFFFFFF&textColor2=0xCCCCCC&autoplay=1&autoShuffle=0&id=2213171″ type=”application/x-shockwave-flash” width=”180″ height=”220″></embed></object><img src=”http://www.deezer.com/embedded/footer.jpg” alt=”free music” title=”free music” border=”0″ style=”border:none;margin:0;padding:0;” /></div- -
No, you cannot embed flash into your blog for security reasons, unless you can find a way via the Vodpod button. But that doesn’t have anything to do with columns.
-
-
I’m still unsure about what you’re trying to accomplish. You should answer singularcontinuity’s questions so we can help you.
-
Okay if i embed many Youtube Videos for example, the blog gets strechted very long, using CSS can help you to make a Table so that the videos get smaller and you can place 2 Videos in a raw and in a column.
so you understand it?
-
The only possibility I know is so terribly complicated that I don’t think I could explain it properly. Besides I’m short on time. Sorry.
-
You can certainly set a class attribute on a div tag, and use that class in selectors in your CSS.
This may be a silly question, but why not just use a table for this?
-
Won’t the embeds enforce their size and break up the table? Youtube videos in the Prologue them cause a horizontal scrollbar, for example.
-
By default, certainly. I think a width parameter on a colgroup (or on a col within a colgroup) should force the table / columns to that width, but I haven’t ever played with that and embeds to verify it.
-
It looks (from the HTML 4.01 spec) like relative widths should even work in this case, so that changing themes (which could contain the width of the containing block for the table) won’t cause the table to overflow the container.
The main reason I asked is that I’m not seeing a significant semantic advantage to class names like “Col 1”, and the data is all of the same type (videos). Even with CSS, this sounds like a table – just a question of whether to use HTML tables or CSS tables.
jonas85 – am I missing something about what you’re trying to do?
-
- The topic ‘May i use CSS in my blog?’ is closed to new replies.