Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Skinning phpbb help

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28782
    kennethk
    Member

    Hey while watching the vid Chris says to copy some div tags? Well the theme I’m using isn’t showing div tags it only shows teh following. So question being how would I skin a phpbb with this code?

    <html xmlns="http://www.w3.org/1999/xhtml&quot; <?php language_attributes(); ?>>

    <head profile="http://gmpg.org/xfn/11"&gt;
    <meta http-equiv="Content-Type" content="<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>" />

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <link rel="stylesheet" href="<?php bloginfo(‘stylesheet_url’); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo(‘name’); ?> RSS Feed" href="<?php bloginfo(‘rss2_url’); ?>" />
    <link rel="pingback" href="<?php bloginfo(‘pingback_url’); ?>" />

    <!–[if IE 6]>
    <style type="text/css">
    img, div, h1, h2, h3, h4 {
    behavior: url(<?php bloginfo(‘stylesheet_directory’); ?>/iepngfix.htc);
    }
    </style>
    <![endif]–>
    <?php wp_head(); ?>
    </head>
    <body>

    http://www.wediction.com/wp > http://www.wediction.com/forum

    #74484
    kennethk
    Member

    Please guys could really use some help.

    #75004
    SusanN
    Member

    You need to go to your actual WordPress site and view the source. Grab the code from there, not from your actual header.php file.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.