my website is web.guru99.com

i have split post into multiple page by now i want to apply custom style for good look and feel

i have search all over but does not find any helpful content and i am trying to solve this

from 2 weeks.but did not succeeded

right now pagination look like this – http://screencast.com/t/onGdJWET

and i want somewhat like this – http://screencast.com/t/GAqxExyivB

so how can I achieve it.

Please help.

Recommended Answers

All 2 Replies

The picture is good because it gives us an idea of how you want it to look like, but we would need to see your sample, relevant code to really be able to advice on how to style it.

You can post your relevant code here, or provide a link to the site online, or use jsfiddle.

<strong>1. Explain the structure of PL/SQL in brief.</strong>

PL/SQL is a procedural language which has interactive SQL, as well as procedural programming language constructs like conditional branching and iteration.

&nbsp;

<strong>2. Differentiate between % ROWTYPE and TYPE RECORD.</strong>

<strong>% ROWTYPE</strong> is used when a query returns an entire row of a table or view.

<strong>TYPE RECORD,</strong> on the other hand, is used when a query returns column of different tables or views.

Eg.  TYPE r_emp is <strong>RECORD</strong> (sno smp.smpno%type,sname smp sname %type)

*<!--Nextpage-->*

e_rec smp <strong>ROWTYPE</strong>

Cursor c1 is select smpno,dept from smp;

e_rec c1 %<strong>ROWTYPE</strong>

&nbsp;

<strong>3. Explain uses of cursor.</strong>

Here you can see i have used <!--nextpage--> and i am do this in wordpress post. So please help.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.