• Resolved blogfreak

    (@blogfreak)


    i messed up something…

    I was customizing my wp site with this code

    <table border="1" width="270">
    	<tr>
    		<td width="130" align="center" rowspan="3"><img border="0" src="/wp-content/themes/wp-max/images/welcomefront.gif" width="40" height="40"></p></td>
    		<td align="left" width="373"><?php printf(__('Welcome back, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?></td>
    		<td align="center"></td>
    	</tr>
    	<tr>
    		<td align="left">
    </td>
    		<td align="center">&nbsp;</td>
    	</tr>
    </table>

    to make it more welcoming. Now i have an error on the site. And it is driving me crazy…!!!!

    All my wp sites are having the same error on page problem. Somehow it has affected all of them.. i have no idea how. I assume i have writen and error into the database.

    But.. How can that be?

    please help if ya can..

Viewing 6 replies - 1 through 6 (of 6 total)
  • what exactly is the error?
    what file did you put that code?
    why are you using tables?
    did you search for a plugin to accomplish what you are trying to do?

    Thread Starter blogfreak

    (@blogfreak)

    hello,

    i dont know the error.

    It says “done but with errors” on page at the bottom left of browser..

    I was adding the code above to a html page that the sidebar calls up..

    not sure why use tables, why not?

    validate your page here
    https://validator.w3.org/
    it will tell you the errors

    Thread Starter blogfreak

    (@blogfreak)

    yeah it shows errors. But all are small errors that would not just all of a sudden affect a whole bunch of sites..that are not related at all. Some wordpress sites & some not. Those errors were there before..

    All this happened after i used the <?php printf(__('Welcome back, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?>

    i did some browsing around other sites not mine. And see the same error message…

    so maybe it isnt even there for anyone but me.?

    Thread Starter blogfreak

    (@blogfreak)

    anyone else have any ideas?

    could this be a hosting issue? All of a sudden?

    Thread Starter blogfreak

    (@blogfreak)

    This must have been a server issue. Becasue i did nothing and it went away…

    thx for the help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Messed up wordpress somehow. Shows “error on page” But Where?’ is closed to new replies.