Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter rohit4all

    (@rohit4all)

    blog\wp-content\themes\default\page

    I replaced original code given in page.php
    with code given below
    ………………………………………….

    <?php get_header(); ?>

    <div id=”columns”>
    <div id=”content”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h2 class=”pagetitle”><?php the_title(); ?></h2>
    <div class=”entrytext”>
    <?php the_content(‘<p class=”serif”>Read the rest of this page »’); ?>

    <?php link_pages(‘Pages: ‘, ”, ‘number’); ?>

    </div>
    </div>
    <?php endwhile; endif; ?>
    <?php edit_post_link(‘Edit this entry.’, ”, ”); ?>
    </div>
    <!– content –>
    <?php get_sidebar(); ?>
    </div>
    <!– columns –>
    <?php get_footer(); ?>
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    But nothing happens. Pls help me How to remove this problem. You can see the probs at http://www.achieverspoint.com/blog/

    With regards

    Thread Starter rohit4all

    (@rohit4all)

    Thanks for prompt reply. Please clarify ?
    It works fine in fireforx. Try to edit the css.

    (( Is this is fne also with IE ??))

    In the style.css file look for:
    #content {
    font-size: 1.2em
    }

    ((I find it in my default as well as classic thems in which I make correction??)

    and add this line
    overflow: hidden; or word-wrap: break-word;.
    The code:
    #content {
    font-size: 1.2em
    overflow: hidden;
    }

    Here I have to add all this
    “””””””””””””””””””””””””.
    overflow: hidden; or word-wrap: break-word;.
    The code:
    #content {
    font-size: 1.2em
    overflow: hidden;
    }
    “””””””””””””””””””””””””””””””
    Or something else ?

    Please reply

Viewing 2 replies - 16 through 17 (of 17 total)