feedburner
Enter your email address:

Delivered by FeedBurner

feedburner count

Showing posts with label Templates. Show all posts
Showing posts with label Templates. Show all posts

Youtube style wordpress themes | Download Youtube Template

Labels:

It is YouTube style wordpress theme, It's a great YouTube template having all features of Wordpress! This is Free wordpress theme and it will help you create a youtube video blog with wordpress. You can use YouTube Blog with all Wordpress plugins (SEO plugins for example!) , Isn't Great?. You can embed videos from anywhere or host yourself. You can also upload videos and use JW player [ www.longtailvideo.com ] to play them. If you want you can embed Videos from anywhere else and use their bandwidth. See Demo

freewptubecom

Download
readmore

^^^


A Clean and Beautiful looking 3 column Wordpress template

Labels: , ,

This clean looking 3 column wordpress template layout is surely among one of the well created 3 column theme with side bar widget

You can customize it a bit according to your need and requirement. all images used in it are light weight.

Its compatiable with firefox, Internet explorer (all version), opera, safari It supports Wordpress 2.5 and below

It also has drop down navigation.

Subscribe to RSS headline updates from:
Powered by FeedBurner

Download readmore

^^^


Adding Text Captions Align Images on Web Pages

Labels: , , , ,

CSS and HTML help you create images like wikipedia ie. Image shown here contain google logo with text caption below the image, its fair easy to implement the code for creating Images with text caption...

Given below the css and html code and steps to do it Step 1. Add the CSS code to an external CSS file or into your blog template below the head section

<style type="text/css"> <br />.picture { background-color: #F9F9F9; <br />border: 1px solid #CCCCCC; padding: 3px; <br />font: 11px/1.4em Arial, sans-serif; } <br />.picture img { border: 1px solid #CCCCCC; <br />vertical-align:middle; margin-bottom: 3px; } <br />.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } <br />.left { margin: 0.5em 0.8em 0.5em 0; float:left; } <br /></style>
Step 2. Now insert the HTML code into the template. its as easy as adding an image but its just having div tag. before and after.

<div class="picture left" style="width: 278px;"> <img src="http://www.blogger.com/google.gif" alt="Google Logo" height="120" width="276" /> Image Caption goes here. </div>
readmore

^^^