multiple youtube videos on same line?
-
i havent found a way to embed multiple(2) videos on the same line (as in 2 words next to eachother)
they are specified with width so they would fit in the available horizontal space,
but they seem to go one _under_ the other ….
The blog I need help with is: (visible only to logged in users)
-
Needs coding for tables (in the html editor of course):
<table> <tr><td>SHORTCODE1_HERE</td><td>SHORTCODE2_HERE</td></tr> </table> -
-
panos,
I use tables regularly (or sometimes anyway) to display pictures and text. Is there a way to make a table change its width in a flexible width theme, sort of like how columns are defined by %? -
You mean have its columns turn further apart if you stretch the theme? I guess that would happen if you set the table width to 100%. But why would that be useful?
-
No, I was thinking that images would get bigger in their cells. That would not work, though, would it? If you make a table, it shows the way the content of the cells are defined, right?
-
- The topic ‘multiple youtube videos on same line?’ is closed to new replies.