Though I don’t think this is really a WordPress question, I’ll go ahead and answer anyway. 😉
I think you’d be much better off using an unordered list and some css to get the 2 column effect you’re looking for without much effort when updating.
The markup for your lists would look something like this:
<ul id="twocol">
<li>Sponsor 1</li>
<li>Sponsor 2</li>
<li>Sponsor 3</li>
<li>Etc...</li>
</ul>
And the CSS would be something like this:
ul{
width:100%;
overflow:hidden;
}
li{
border:1px solid #ccc;
float:left;
display:inline;
}
#twocol li { width:50%;}
Obviously, some styling would be required to match your current table colors, etc… But this would give you 2 columns with the “snakeing” effect you’re looking for.
Related Posts:
- Sort plugins by rating
- Custom admin column disappearing when using Quick Edit [duplicate]
- Create custom column in post table in wordpress
- Pages with 2 Columns
- Customize the Sorting Dropdown in WooCommerce
- Should I global $wpdb outside of any of my plugin’s functions scope?
- How to add Edit | Delete button on rows?
- The plugin generated x characters of unexpected output, $wpdb not defined
- Sort products without thumbnail in WooCommerce shop page
- DROP TABLE with uninstall hook not working
- WordPress plugin output formatting
- Create a table with wordpress plugin boilerplate
- Multiple instance of data in plugin custom database table on plugin activation
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- wp e-commerce sort by stock [closed]
- Can I create a table on my DB without creating a plugin?
- How can ι create my own (custom) WordPress table/list?
- Table is not created in WAMP
- Creating a search form and displaying results
- Add a “default sorting” menu to child store pages
- Table appears in Visual mode of editor but not in preview or after publish
- Interface needed to transfer contents in a table on a web page to the Add New Product interface
- Can’t create tables with my plugin
- Plugin that lets visitors Like a post (not facebook) and stores likes in custom meta?
- Need to add/remove group of options and display them as rows
- Some error in mysql script ? Can’t working to create table
- Is classical wordpress eidtor a good option for me to include a large table with a large number of images on my webpage?
- Plugins custom table not being created on activation
- create pages automatically and dynamically in wordPress
- $wpdb->delete not working for me
- A dynamic table plugin to get user input
- I want to schedule email (date, time is in database->table) wp_schedule_event() not working
- Undeletable column in Posts
- How to order blog posts by no. of likes?
- Need help for creating custom table on wordpress
- Show a table from data submitted by a form from a user
- Adding list of Indexes in wordpress document
- how to create table during plugin installation in side a class
- Plugin does not create a custom table upon activation
- get_var result empty for query of custom table in plugin admin
- Carrying information from button click into form [closed]
- Identifying Plugins Based on Tables [closed]
- WordPress Feature – Multi Level sorting
- Share or sync user table data with another user table
- Achieve the following layout
- Sort posts by Date (DESC) and by ACF: active_inactive (ASC)
- How to set an exact search box in tablepress plug-in
- How to create specific wordpress Table
- wordpress on localhost lamp doesn’t let me install plugins
- WP_User_Query and non-unique usermeta data
- Redirect to settings page after install
- What is the ‘admin_action_’ . $_REQUEST[‘action’] hook used for?
- How does WordPress determine the primary plugin PHP file?
- Data sanitization escaping HTML apostrophes
- Custom comment type maybe?
- How do I get Version of all active plugins programmatically?
- Enable comments for post with comments meta box removed
- How to link to YouTube videos with thumbnails?
- Storing image gallery plugin data
- wordpress custom login successful redirect hook
- Is there any site where i can found good documentation of wp-ecommerce plugin?
- flush_rewrite_rules() not working on plugin activation
- Determine plugin name from within plugin_action_links filter
- Having separate plugins and themes folder for multi-site setup
- Is there a plugin to record querystring parameters for a page (for customer tracking)? [closed]
- Why are some of my thumbnails not being generated?
- prettyPhoto media loading very slowly in Chrome
- Add keywords meta to index.php page
- Admin multiple column sorting
- Shortcode in widget is printing before the title [duplicate]
- How to check if tables in WordPress still exists after activations
- Custom wordpress Theme and Plugin repository
- Template filter for custom taxonomy terms
- plugin generated 751 characters of unexpected output during activation
- Moving to a WordPress blog. What do I need to know?
- How can I support plugins in a custom theme?
- Can I filter a function created by a theme or a plugin?
- Get all posts, regardless of status
- WordPress rewrite rules not working
- How do I change the text: Click on Event Name for description/registration
- force jQuery to load in the head
- Get variable value based on string constant
- Download counter for skydrive shared files in wordpress
- All new plugins generating 311 chars of unexpected output?
- auto activate plugin when theme is active
- Display all posts ordered by word count
- WordPress load same script two times
- How to implement data residency in my WordPress site
- Replace plugin HTML to single text using hooks
- Unable to download backup file created using All in One WP Migration WordPress plugin
- fix undefined variable in native wp files
- Restrict role to use a plugin
- Ajax Load More on Hierarchical Categories
- Any way to force a specific plugin to use single site tables in multisite installation?
- View more posts of a sub-category
- Use WP_Query for custom post type but result get empty
- Create Array from data in the OPTIONS table
- The plugin generated xxx characters of unexpected output during activation
- My wordpress site wont load, it gives header error warnings
- Shortcode returning specific content of a post