In general situation, Joomla makes link Read More... with a text ( linked text). With little coding, we can make Read More... link with a button/image. and in the file CSS template we need to add new class that is .readon.
Its way: Open CSS template file, then enter this code ( for example):
.readon {
background:url(../images/button.gif) no-repeat;
text-indent:-5000px;
display:block;
width:100px;
height:26px;
}
be sure that measure button equal to width and height. for url code (..images/button.gif) means button is kept in folder templates/template_name/images.
To look for design button you can open at www.Buttonator.com
Monday, November 3, 2008
Make read more... with HTML & CSS valid
Related Posts :
tips and triks
- Enabling. Htaccess in Apache (XAMPP) on Windows
- How to protect your email on the Internet
- Make Joomla Site Load Fast by Optimize GZIP
- Admin Password Recovery
- Easy way to change Login Adminitrator
- Change period for download limit
- 10 Mistakes of Local common SEO
- 10 Internet Explorer tips for newbies
- 7 ways for web SEO
- Unwriteable
- Guest Book with Flash
- Msn Messenger & Gmail, Msn Messenger & Gmail
- install flash module in joomla with HTML & CSS valid.
- Joomla! Component Installation guide
- Joomla! mambot Installation guide
- Joomla! template Installation guide.
- Joomla! language Installation guide.
- Make Forum is easy in joomla!
- Joomla! module Installation guide
Posted by
ExiOST Blog
at
9:10 PM
Labels: tips and triks
0 comments:
Post a Comment