Recent content by el_jentel1

  1. E

    Is it possible to fix all of this now?

    Most of these errors are caused by the ampersand sign (&). The usual fix for that is converting & to & (its HTML entity). Consider this though, W3 only validates by their standards. They are very reliable and in most cases pages validated by them will work on all browsers, but not always...
  2. E

    Wordpress HTML error

    You're welcome. :)
  3. E

    Wordpress HTML error

    Backup the cached page, then delete it. (only for header.php).
  4. E

    Wordpress HTML error

    Is the page cached? the tag is still showing.
  5. E

    Wordpress HTML error

    Read my previous post CloudShadow.
  6. E

    Wordpress HTML error

    Weird. Anyway, replace this: <!-- header START --> <link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/favicon.ico" /> With: <!-- header START --> anangupta, there is nothing wrong with the tag itself, it's the placement. Basically he wants his page to be validated by...
  7. E

    Wordpress HTML error

    Are you sure that's header.php or at least all of it? header.php should start with html tag or doctype tag. Move this: <link rel="shortcut icon" href="http://xboxpirate.com/wp-content/themes/inove/favicon.ico" /> Right before this: </head> Result: <link rel="shortcut icon"...
  8. E

    Wordpress HTML error

    You have two link tags for favicon, you need to move this one between the <head> tags. <link rel="shortcut icon" href="http://xboxpirate.com/wp-content/themes/inove/favicon.ico" /> And remove the other one, or the other way around.
  9. E

    help with codes!

    You're welcome. I suggest that you read this tutorial about HTML tables, for further modifications, if any: http://www.w3schools.com/html/html_tables.asp
  10. E

    help with codes!

    You mean, like this? <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="left"> <tr> <td class="alt1"> <a href="http://thumperdc.com"><b><center>ThumperDC.com</center></b></a> </td> <td class="alt1"> <a...
  11. E

    Wjunction Dream

    Do you guys have to be so idiotically harsh? You can explain your point without having a punch or two at the guy. Anyone thought that this is just a way of saying he likes WJ? Read between the lines? It's not actually a dream? He has a brain too and you're not the most genius person in the...
  12. E

    Youtube, explain?

    Yard, your reply made me feel a little better. Thank you.
  13. E

    Youtube, explain?

    Ok, I'm on my break, decided to take laptop outside and enjoy a cigarette, scenery and some YouTube videos. I was bored, so I decided to watch some music videos, guitar solos and whatever other music I can find. I notice in the suggestions column a video called "Best Ever", keep in mind that...
  14. E

    Selling 7 Domains

    You really are naive, locking your thread proves that moderators aren't doing anything? You need a brain scan. Like I said, don't make threads here. This is your last warning.
  15. E

    Anyone tried Vanilla Forum software?

    Never heard of it. Does that script even fall under "forum" category? It's more of a combination of a guestbook and um, a blog? Maybe I'm just used to the ol' forum layouts/structure. Looks very active though. I'm currently playing with FluxBB, very lite and basic forum setup (not as basic as...
Back
Top