Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter ShoeMeTheListing

    (@shoemethelisting)

    I cannot locate these body tags on my seperate pages. And how do you use the best one?

    Dave

    I cannot locate these body tags on my seperate pages.

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/
    Or just examine the page source in each case.

    And how do you use the best one?

    That comes from experience of using CSS.
    CSS Tutorials
    Learning CSS

    If you are using Internet Explorer, you can do this to find the body tag:

    • View the page.
    • Right-click on the page and click ‘View source’.
    • Press CTRL-f (or Edit->Find in the menu) and type ‘<body’ without the quotes.
    • Click ‘Next’.

    Try this to remove all headers from all pages:

    .art-postheader {display:none;}
    Thread Starter ShoeMeTheListing

    (@shoemethelisting)

    Hello vtxyzzy… That code worked great! all of the page titles are gone. Thank you sooooo much. My website looks so much better now.

    Cheers,

    Dave

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘remove title page name on permaling page’ is closed to new replies.