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
- Best way to count visitors?
- WordPress User Post Products
- Is there any pre-existing plugin to track and block IPs with suspicious activity on my site?
- WPTouch – how to remove shortcodes or make shortcodes function
- Adding class to last list item? Not WP generated
- How to make custom plugin run on demand?
- Replacing global wp_query
- Making my plugin create a page?
- Maintaining plugin addons while upgrading
- Not One ‘Contact Form Plugin’ will send email // Work
- creating a plug in that would tap into save/update action of posts [closed]
- WordPress plugin won’t show on some themes
- what is name of this plugin used for photo gallery page [closed]
- Why can’t I call a (member) function from within a foreach?
- Is there a way to make the main page only display a brief description of the full article?
- Photo Gallery Plugin and Touch Devices
- How to change the post form from plugin?
- Plugin that will output submitted form data for user? [closed]
- Default taxonomy template in plugin, override in theme
- convert more tag to shortcode
- WordPress Plugins Don’t Automatically Update
- Turning on output buffering in a wordpress plugin
- Can plugin2 uninstall plugin1 at the very beginning of plugin2’s installation?
- Is there a plugin for uploading files such as PDF files?
- Simply poll & Events Calendar plugins clashing
- WordPress plugin Post Creation [closed]
- Register google jquery gets overwritten by plugin
- How to handle forms from sidebar widgets – Processing $_POST variables using get_field_name()
- WordPress plugin to auto execute php script on a specific time?
- WordPress Book Exchange Plugin Equivalent?
- Making that Admin Bar transparent or a blue color
- Use wp_upload_dir() correctly
- Which wordpress theme is compatible Optima Express theme (real estate inventory) plugin?
- Fullscreen gallery plugin [closed]
- Get ‘Headers already sent’ error for the plugin I am creating when I try to login
- Measure and limit file uploads
- WordPress Related Plugin – only show when related content
- Plugin to email a post or page to someone
- Don’t publish/update a post when a plugin finds errors in custom fields
- How to enable customer login to customer specific admin page
- Ajax save data to database on document ready, no data being saved
- How to execute a plugin on a single page only?
- Short messages widget [closed]
- autologin in wordpress when loged in non wp-site
- Yoast Force Rewrite Crashed Site [closed]
- Creating author Specific page URL
- Image crop, resize and compression plugin?
- I want to know about the plugins that help in while I write code on my Page? [closed]
- How to Include File from Plugins into Template?
- How to prevent plugins from sniffing/stealing other plugins’ options?
- Fetch Data from other website in wordpress (screen scraping)
- Allowing users to Sign-up > Login > Post articles that need approval