next page jquery

$pos = strrpos( (string)$row-&gt;term_data_description, ‘<!–nextpage–>’);
if ($pos === false) { // note: three equal signs
// not found…
// echo $row->term_data_description ;
print_r ( $row->term_data_description ) ;
}
else {
//    echo ‘ add pagination on &lt;!–nextpage–&gt;  ‘.$pos;
//  echo $term1-&gt;description ; ?&gt;</code>
<div id=”pageone”>term_data_description”, 0, $pos)  ;?&gt;
<p id=”pagernext” style=”color: #019dbc; cursor: pointer;”><img src=”&lt;?php echo $front_page.$base_path.$directory;  ?&gt;/images/next.png” alt=”Next” /></p>

</div>
<div id=”pagetwo”>  term_data_description”, $pos); >
<p id=”pagerprev” style=”color: #019dbc; cursor: pointer;”><img src=”<php echo $front_page.$base_path.$directory;  >/images/prev.png” alt=”Prev” /></p>

</div>

Styles for first paragraph, line, letter

p:first-child:first-letter {
float: left;

}

p:first-child:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.post p:first-child:first-letter {
float:left;
background-color: #eeeeee;
line-height:30px;
padding: 5px;
color: #237ab2;
font-weight: bold;
font-size:40px;
}

.post p:first-child:first-line{
font-variant: small-caps;
}

.post p:first-child:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

Native Tabs for Views in Drupal

http://drupal.org/node/87195 – Thanks!

In drupal 6, You might not get the tabs if your menu tree does not have any parent.
ie, if here is our requirement.

We need two tabs
1) search/all (default and /search should also point to this)
2) search/artist

Here is what you do

In main view
PATH: search/all
MENU: Default menu tab
Menu Settings
Parent menu item: Normal menu item -> anything

In alternate view
Path: search/artist
MENU: Menu Tab

Font size matrix

by http://www.freshblurbs.com/fontsizes

font-size: .625em; = 10px
font-size: .6875em; = 11px
font-size: .75em; = 12px
font-size: .8125em; = 13px
font-size: .875em; = 14px
font-size: .9375em; = 15px
font-size: 1.0625em; = 17px
font-size: 1.125em; = 18px
font-size: 1.188em; = 19px
font-size: 1.25em; = 20px

font-size: 1.313em; = 21px
font-size: 1.375em; = 22px
font-size: 1.438em; = 23px
font-size: 1.5em; = 24px
font-size: 1.563em; = 25px
font-size: 1.625em; = 26px
font-size: 1.688em; = 27px
font-size: 1.75em; = 28px
font-size: 1.813em; = 29px
font-size: 1.875em; = 30px