php problem

I am currently working on a website, and I put a login link on it, in the header section. For some reason there is a bullet point before the link, even though I have no lists open on that page.

if you wanna see it I'm at nblog.perihost.com but I am not done with it, and the layout is temporary

#419629

Umm, line 33:

[*]Register

#419631

not on the header.php which is the file I am calling...

EDIT:

<center>

<?php wp_register(); ?> | <?php wp_loginout(); ?>

</center>

this is the code I am using to do it, and the bullet point comes up for some reason...

#419641

Well, then, we're going to need to the the script for that. Remember that PHP coding is done on the server side, thus we cannot see what it is doing, only what it produced.

Therefore: if the code was "echo 'edomv';, we would only see "edomv". It would be like making a program with a bug, and giving someone the .exe and say "fix it". Asking for help when not providing the proper code would be worthless.

Anyway, you're going to need to edit your WordPress PHP file. On the version that I have, it looks like it is the wp_login.php in the main directory. Search and get rid of any li or /li tags, especially around a "Register".

#419644

I removed all of 'em, and still nothing!

#419649