HTML Web Safe Font List?

Serif Fonts

font-family Example text
Georgia, serif

This is a heading

This is a paragraph

“Palatino Linotype”, “Book Antiqua”, Palatino, serif

This is a heading

This is a paragraph

“Times New Roman”, Times, serif

This is a heading

This is a paragraph

Sans-Serif Fonts

font-family Example text
Arial, Helvetica, sans-serif

This is a heading

This is a paragraph

Arial Black, Gadget, sans-serif

This is a heading

This is a paragraph

“Comic Sans MS”, cursive, sans-serif

This is a heading

This is a paragraph

Impact, Charcoal, sans-serif

This is a heading

This is a paragraph

“Lucida Sans Unicode”, “Lucida Grande”, sans-serif

This is a heading

This is a paragraph

Tahoma, Geneva, sans-serif

This is a heading

This is a paragraph

“Trebuchet MS”, Helvetica, sans-serif

This is a heading

This is a paragraph

Verdana, Geneva, sans-serif

This is a heading

This is a paragraph

Monospace Fonts

font-family Example text
“Courier New”, Courier, monospace

This is a heading

This is a paragraph

“Lucida Console”, Monaco, monospace

This is a heading

This is a paragraph

Another one Reference Site : http://web.mit.edu/jmorzins/www/fonts.html

How to View Current Page Sub Page only?

Hi, Below code is very nice,

<?php

$args = array(
‘numberposts’ => -1,
‘post_parent’ => $post->ID,
‘post_type’ => ‘page’,
‘post_status’ => ‘publish’,
‘orderby’ => ‘menu_order,title’,
‘order’ => ‘ASC’
);
$my_pagelist = &get_children($args);

if ($my_pagelist) {
foreach($my_pagelist as $my_child) {
$my_child_slug = $my_slug . ‘/’. $my_child->post_name.’/’;
$my_content = apply_filters(‘the_content’,$my_child->post_content);
$my_content = str_replace(‘]]>’, ‘]]>’, $my_content);
echo $my_content;
}
}
?>

This is reference site :
http://codex.wordpress.org/Function_Reference/wp_list_pages
http://wordpress.org/support/topic/display-subpage-content-on-parent-page
ЁЯЩВ

How to Create Open cart Theme?

The first thing you want to do is goto /catalog/template/ and copy the “default” folder to a new name like “mytheme”.
Now goto ‘Admin->Configuration->Setting->Shop tab’ and set the template to the new one.

Reference Site :
http://forum.opencart.com/viewtopic.php?f=29&t=2657

┬й 2020 Spirituality