Organize 30 videos on page into icons
-
Currently all the videos on this page are stacked one large image below the other and I need to keep scrolling down forever. Please advise how to set up the videos page so there are neat icons side by side that link to the various videos. Eg. A Video gallery or 2 rows of video icons
The blog I need help with is: (visible only to logged in users)
-
-
-
See here to learn basic HTML table coding http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/
-
Hi there – as raincoaster and timethief have said, putting your video thumbnails into a table would be one way to accomplish what you’re after.
You could also use div tags, like this:
<div style="width: 45%; float: left;"> your thumbnail images </div> <div style="width: 45%; float: right;"> your thumbnail images </div>You’ll need to flip your editor to Text view to add the above code, and create thumbnail graphics for each of your videos in a graphics program. You’d then link to a page with each video from the image.
- The topic ‘Organize 30 videos on page into icons’ is closed to new replies.