Title: algorithmbetting's Replies | WordPress.org

---

# algorithmbetting

  [  ](https://wordpress.org/support/users/algorithmbetting/)

 *   [Profile](https://wordpress.org/support/users/algorithmbetting/)
 *   [Topics Started](https://wordpress.org/support/users/algorithmbetting/topics/)
 *   [Replies Created](https://wordpress.org/support/users/algorithmbetting/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/algorithmbetting/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/algorithmbetting/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/algorithmbetting/engagements/)
 *   [Favorites](https://wordpress.org/support/users/algorithmbetting/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/algorithmbetting/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/algorithmbetting/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Read more link](https://wordpress.org/support/topic/read-more-link-7/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/read-more-link-7/#post-1924738)
 * ok, got it. it was in index.php but i was looking in the main site index. i didnt
   know i should be and indeed there was another index file in my themes folder.
 * thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Read more link](https://wordpress.org/support/topic/read-more-link-7/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/read-more-link-7/#post-1924724)
 * thanks for your reply. it is appreciated as I still cannot fathom this one.
 * i’m using the ‘more tag’ which is a button on the post edit page (along with ‘
   code’, ‘lookup’, etc).
 * ive checked the index and functions files. Is there a way of tracing this back
   through the files/definitions do you know? my single.php file includes ?php the_content().
   but where is the definition the ‘the_content’?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS file and page templates](https://wordpress.org/support/topic/css-file-and-page-templates/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/css-file-and-page-templates/#post-878129)
 * thanks for the replies but im so far behind understanding you i cant work out
   what you mean.
 * heres my xhtml file below. but ive no idea how to amend it to actually remove
   the line that the css file is putting in. im sure you dont actually mean me to
   copy in:<div id=”page” class=”noline”>
 * but then what do you mean??
    _ <?php /* Template Name: Wide body */ ?>
 * <?php get_header(); ?>
 * <div style=”width:0px; margin:1px; padding:1px; float:left; width:100%; font-
   size:100%;”>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
   <div id=”subhead”> <h1><?php the_title(); ?></h1> </div> <div class=”post” id
   =”post-<?php the_ID(); ?>”> <div class=”entry”> <?php the_content(); ?> </div
   > <div style=”clear:both;”> </div> </div> <?php endwhile; endif; ?> </div> </
   div> <?php get_footer(); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [remove styling in certain pages](https://wordpress.org/support/topic/remove-styling-in-certain-pages/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/remove-styling-in-certain-pages/#post-878816)
 * seriously? im looking with IE, firefox and chrome and i see them. theyre the 
   same vertical lines as appear on the home page. but on the page linked to above
   they shouldnt be there. they appear “behind” the table.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS file and page templates](https://wordpress.org/support/topic/css-file-and-page-templates/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/css-file-and-page-templates/#post-877974)
 * “Give the element you want to style a different class in your XHTML then you 
   can style it differently in the style.css”
 * i think i understand what youre driving at but lack the skills how to achieve
   it.
 * this is the section in the css file which controls the vertical lines (element?).
 * _
    #page { background:#fff url(images/pagebg.gif) top left repeat-y; width:940px;
   padding: 0px 20px; margin:0 auto; border:1px solid #eee; border-top:0; }
 * adding another to reference to my new page template which ive called page2.php
   doesnt seem to work. See my attempt below. I dont really know what the #page 
   means.
 * _
    #page2 { background:#fff url(images/none.gif) top left repeat-y; width:940px;
   padding: 0px 20px; margin:0 auto; border:1px solid #eee; border-top:0; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template border image removal](https://wordpress.org/support/topic/template-border-image-removal/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/template-border-image-removal/#post-830366)
 * and do you know how i now remove the left line as well! ive tried making changes
   myself but cannot seem to differentiate in the css file between the main page
   and the page2 i created for the and funds pages.
 * thanks,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [changing content width depending on page](https://wordpress.org/support/topic/changing-content-width-depending-on-page/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/changing-content-width-depending-on-page/#post-681814)
 * now using wp-table.
    width amended by removing sidebar code from page template
   file.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template error just in Firefox](https://wordpress.org/support/topic/template-error-just-in-firefox/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/template-error-just-in-firefox/#post-834064)
 * now looks ok – i update to FF3! once the rest of the world does itll be okay.
   still not as good looking as in IE though.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template error just in Firefox](https://wordpress.org/support/topic/template-error-just-in-firefox/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/template-error-just-in-firefox/#post-834061)
 * Here is the css file. Can anyone spot whats wrong with it?……..
 * /* WP-Table CSS File v1.50 */
 * .wptable {
 *  font: Icon;
    border: 1px Solid ThreeDShadow; background: Window; color: WindowText;
   border-collapse: collapse; }
 * /* header row*/
    .wptable th {
 *  padding: 2px 5px;
    border: 1px solid; border-color: ButtonHighlight ButtonShadow
   ButtonShadow ButtonHighlight; cursor: default; background: ButtonFace;
 * }
 * /* normal row*/
    .wptable td {
 *  padding: 3px;
    }
 * /* alternative row */
    .wptable tr.alt {
 *  background-color: #F4F4EC;
 * }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template error just in Firefox](https://wordpress.org/support/topic/template-error-just-in-firefox/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/template-error-just-in-firefox/#post-834060)
 * ive managed to work out the error is coming from the css file used in wp-table
   plugin. i know this as when i select not to use the wp-table css file the table
   displays correctly in FF. however, and of course!, i want to use the wp-table
   css file as i like how it looks.
 * does anyone know how i go about finding the error in the css file?
 * PS. the w3c validator is still showing the same errors as before so i know its
   nothing to do with those errors.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template error just in Firefox](https://wordpress.org/support/topic/template-error-just-in-firefox/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/template-error-just-in-firefox/#post-833896)
 * thanks for taking an interest. yes, thanks i understand what you say re difference
   between IE and FF. personally i like the sound of what IE does. but perhaps thats
   because it displays my page correctly!
 * what is very wierd is that each time i refresh the page in FF the cells in the
   table move around but never in the right place. so i never actually get the same
   result twice. isnt that strange? i always get the correct table showing in IE.
 * [heres a link to the page again](http://www.algorithmbetting.com/trading-fund/trading-fund-tips/)
 * does anyone else see what i see?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template error just in Firefox](https://wordpress.org/support/topic/template-error-just-in-firefox/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/template-error-just-in-firefox/#post-833862)
 * why drewactual? what are you seeing that i am not?
 * i am presuming there is an error in the html code somewhere. i just dont understand
   where. also i dont understand why IE can display the page and firefox cannot.
 * sorry if im missing something obvious.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template error just in Firefox](https://wordpress.org/support/topic/template-error-just-in-firefox/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/template-error-just-in-firefox/#post-833850)
 * i see the reference to it but i dont know whats wrong with it. i also dont know
   which file its in. im not very good at this unfortunately so any knowledge you
   can share is much appreciated.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template border image removal](https://wordpress.org/support/topic/template-border-image-removal/)
 *  Thread Starter [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/template-border-image-removal/#post-830046)
 * thank you very much for a very straight and perfect answer!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Visual Editor in 2.5](https://wordpress.org/support/topic/visual-editor-in-25/)
 *  [algorithmbetting](https://wordpress.org/support/users/algorithmbetting/)
 * (@algorithmbetting)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/visual-editor-in-25/page/4/#post-721802)
 * my visual editor error is fixed:
 * i had tiny mce plugin installed and acitivated after upgrading to 2.5.
 * in 2.5 its preinstalled so you need to deavtivate the plugin.
 * now all is fine.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/algorithmbetting/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/algorithmbetting/replies/page/2/?output_format=md)