Title: Another Format Question
Last modified: August 21, 2016

---

# Another Format Question

 *  Resolved [dmfoneill](https://wordpress.org/support/users/dmfoneill/)
 * (@dmfoneill)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/another-format-question/)
 * I’m having a blast with this plugin!
 * I noticed that a “<div>” wraps the client side content. Is that necessary and,
   if not, would there be some way to control it?
 * Thanks a bunch!
 * David
 * [http://wordpress.org/plugins/timed-content/](http://wordpress.org/plugins/timed-content/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [K. Tough](https://wordpress.org/support/users/kjvtough/)
 * (@kjvtough)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/another-format-question/#post-4141234)
 * Perhaps there should be another option here, whether to display inline using `
   <span>...</span>` tags, or block-level using `<div>...</div>` tags?
 * For now, if you’d rather display **all** your client-side timed content inline,
   go into `timed-content.php` and look for this line in the `clientShowHTML` function(
   near line 111):
 * > `$the_HTML = "<div class='" . $the_class . "'" . ( ( $show_attr != "" ) ? "
   > style='display: none;'" : "" ) .">" . do_shortcode( $content ) . "</div>";`
 * and change the `div` tags to `span`. You’ll also need to go into `js/timed-content.
   js` and change all instances of `div` to `span` (lines 2, 15, and 22).
 *  Thread Starter [dmfoneill](https://wordpress.org/support/users/dmfoneill/)
 * (@dmfoneill)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/another-format-question/#post-4141250)
 * Well noted, Thanks!
 *  Plugin Contributor [K. Tough](https://wordpress.org/support/users/kjvtough/)
 * (@kjvtough)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/another-format-question/#post-4141361)
 * No problem. Let me know if this worked for you and I’ll mark this thread as “
   resolved”.
 * -K

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Another Format Question’ is closed to new replies.

 * ![](https://ps.w.org/timed-content/assets/icon-256x256.png?rev=2953069)
 * [Timed Content](https://wordpress.org/plugins/timed-content/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/timed-content/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/timed-content/)
 * [Active Topics](https://wordpress.org/support/plugin/timed-content/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/timed-content/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/timed-content/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [K. Tough](https://wordpress.org/support/users/kjvtough/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/another-format-question/#post-4141361)
 * Status: resolved