خب مثلا با چی میخوای کد کنی واسه هر چی دیکدر هست
بیس 64 - ام دی 5 و...
دی:
منم دوست دارم یاد بگیرم
کسی میدونه؟ دوست دارم بدونم با غیر زند و آیونکوب چیزی هست که بشه لایسنس گذاشت؟ محدودیت دامنه؟ از این کارا

---------- Post added at 08:00 PM ---------- Previous post was at 07:52 PM ----------

یه نمونه :

کد PHP:
<div class="span-24">
<div id="footer" class="clearfix">
<div class="clearfix">
<div class="box">
<h1>Copyright &amp; Usage</h1>

<p>The effects and techniques demonstrated in tutorials on our network can be used in whatever manner you wish without attribution.</p>
</div>
<div class="box">
<h1>Write a Tutorial</h1>
<p>Writing a tutorial or article for our site is not only a great way to get exposure and give back to the community, but we'll also give you $150 cash to boot!</p>

<p><a href="<?php bloginfo('url'); ?>/write-a-tutorial/">Read More Details</a></p>
</div>
<div class="box">
<h1>Suggestions?</h1>
<p>These are YOUR sites, so if you have suggestions or feedback on how we can improve it for you, please let us know! We do our best to keep up!</p>
<p><a href="<?php bloginfo('url'); ?>/contact/">Make a Suggestion</a></p>
</div>
<div class="box">
<h1>Related Sites</h1>
<ul>
<?php wp_list_bookmarks('title_li=&categorize=0'); ?>
</ul>
</div>

<div class="icons clear">
<?php if (!is_home()) {?>
<p>Designed by <a href="http://www.webdesignsoul.com/">Web Design Soul</a> - Thanks to: <a href="http://www.seodesign.com/themes.php">Wordpress Themes</a> by <a href="http://www.seodesign.com/">SEO Design</a>.</p>

<?php } else { ?>
<p>Designed by <a href="http://www.webdesignsoul.com/">Web Design Soul</a> - Thanks to: <a href="http://www.seodesign.com/themes.php">Wordpress Themes</a> by <a href="http://www.seodesign.com/">SEO Design</a>. Optimized by <a href="http://www.seoimage.com/">SEO Company</a></p>

<?php }?>
</div>

<?php // This theme is released free for use under creative commons licence. http://creativecommons.org/licenses/by/3.0/
// All links in the footer should remain intact.
// These links are all family friendly and will not hurt your site in any way.
// Warning! Your site may stop working if these links are edited or deleted 
?>
</div>
</div>
</div>
<?php
wp_footer
();
echo 
get_theme_option("footer") . "\n";
?>
</body>
</html>