Results 1 to 10 of 13

Threaded View

  1. #3
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Perxplexing css problem

    stylesheet.css rules get applied to everypage throughout the site.

    I do not see anything wrong with your code or css

    try wrapping your code

    <?php if ($this_is_home_page) { ?>

    CODE

    <?php
    } else {
    // show nothing
    } ?>

    The image tags are valid HTML5 and are considered void elements

    The change @mc12345678 offered is also valid XHTML tags

    Either will work
    Last edited by rbarbour; 12 Oct 2014 at 06:58 AM. Reason: 2 cents on img tags

 

 

Similar Threads

  1. CSS problem
    By olivercoquelin in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 22 Jun 2009, 11:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg