Quick CSS Problem…
-
Hey all,
I’m just picking my brain like crazy trying to figure out what is going on here…I’ve got this code:
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> <ul> <li><b>» <?php wp_register(); ?></b></li> <li>» <?php wp_loginout(); ?></li> </ul> <?php wp_meta(); ?> <?php } ?>
And I want it to render this:
>> Site Admin
>> LogoutBut it renders:
>>
>S>ite Admin (stacked)
LogoutAnyone know if this is the html or css? thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Quick CSS Problem…’ is closed to new replies.