Magznetwork RSS Feed
Subscribe

Subscribe RSS Feed
Subscribe Email

SUPPORTS ARE AVAILABLE AT MAGZNETWORK FORUM

FashionWindows.Net is powered by Indomagz 2.0

28 August 2008 1 Comment

FashionWindows Network

I’ve made some theme customizations but I don’t have many time to write about it. I’ll try to write about them one by one.

I used Indomagz 2.0 for FashionWindows.Net Network. Black (dark) is the main color. The main problem is, FashionWindows.Net has many editors. They don’t know Wordpress very well. I can’t ask them to learn about Wordpress Custom Field, or bla bla bla… But i need a custom field to place image URL for the thumbnail.

Finally, i found the solution for this problem. I didn’t use custom field. Thumbnail is generated from the first image in the post.

Read the rest of this entry »

Wordpress
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Facebook
  • TwitThis
  • bodytext
  • del.icio.us
  • StumbleUpon
  • Propeller
  • Technorati
  • Sphinn
  • Reddit
  • Google
  • Live
  • YahooMyWeb
  • BlinkList
  • Slashdot
Rate this:
3.2

CSS Tutorial: Adding border line for the images in blog posts

2 July 2008 4 Comments

This post is special for Ilyas Kazi.

Adding border line for the images is very easy. You only need simple CSS technique. The basic CSS for this case is,

img {
padding:5px;
margin:5px;
border-width: 5px;
border-color: #0066CC;
border-style: single;
}

Feel free to modify parameters in the CSS code above. There are many different “border-style” parameter. Which one do you like?

CSS - Border Style

The CSS code above will be applied to all of your images in your web pages. To give border line only for the images in your blog posts, you have to read the implementation for both Wordpress and Blogger below. Read the rest of this entry »

Blogger, Blogger Hacks, Wordpress, Wordpress Tutorials
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Facebook
  • TwitThis
  • bodytext
  • del.icio.us
  • StumbleUpon
  • Propeller
  • Technorati
  • Sphinn
  • Reddit
  • Google
  • Live
  • YahooMyWeb
  • BlinkList
  • Slashdot
Rate this:
2.5



Magznetwork RSS Feed
Subscribe

Subscribe RSS Feed
Subscribe Email