Create a New AccountJoin for Free | Who is on Multiply?Find your friends | Want to learn more?Take the Tour | Already a Member?Sign In |
Link: http://overlookedthemes.multiply.com/ ![]() This group is a place for sharing custom Multiply themes, with only one difference: It use the "Custom Theme" as a basis, instead of other themes. Why "Custom Theme"? Because it gives you the fresh, basic, and simple structure of CSS code that used on Multiply. By learning and modifying this code, you can built your own theme. More over, through times you will be advanced enough to customize other themes as well.
It's simple HTML:<a href="your_url">Your Text</a> Example: Dantcer's Home Page To open the link in a new window/page (use it with caution as some people hate it): <a href="your_url" target="_blank">Your Text</a> Dantcer's Homepage will open in a new window or tab You can do it easily while creating/editing a blog entry by highlighting the text OR image that will be the link, clicking on the chain icon in the toolbar and pasting the URL in the window that will appear (it must start with http://...). And even more: you can do it with images also and make them clickable: <a href="your_url"><img src="image_url"></a> ![]() Use this anywhere you use html on your site! Thanks to Luiz for this easy to understand Tutorial! |