Jump to content

nextgen

Members
  • Posts

    3
  • Joined

  • Last visited

About nextgen

  • Birthday 06/03/1968

Contact Methods

  • MSN
    george_halstead@hotmail.com
  • Website URL
    http://www.nukemodified.com
  • Yahoo
    modded.nuke@yahoo.com

Profile Information

  • Location
    Maryland
  • Interests
    Family, Sports and Graphics

nextgen's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. That worked great my friend. The toughest part is that it is all being wrapped and called by php. I guess i could use the main site theme css and get rid of all the above code. It was meant to be a bright yellow warning or reminder to register at the site. But i can add some animated buttons to get the guests attention. Thanks again my friend.
  2. ok heres the block of code where i am getting 3 errors. Heres the code <table width=\"100%\" border=\"3\" bordercolor=\"#FFFF00\" bgcolor=\"#FFFF00\"> <tr> <td> <img src=\"images/nukesentinel/helpicon.png\" /> Welcome Guest your i.p is $onlyip1 all i.p's are recorded in our database.<br> <img src=\"images/nukesentinel/lock.png\" /> <b>To make this go away and view various aspects of our site you need a member account please <img src=\"images/arrow.gif\" /> <a href=\"target.php?name=Your_Account\"><u>login</u></a> or <img src=\"images/arrow.gif\" /> <a href=\"target.php?name=Your_Account&op=new_user\"><u>register</u></a>.<br><br><center><img src=\"images/nukesentinel/Sentinel_Large.png\" alt=\"You have been warned!\" title=\"You have been warned!\" /><br /><a href=\"http://www.nukescripts.net\" target=\"_blank\" title=\"NukeSentinel™ Available at Nuke Scripts Network\">"._AB_NUKESENTINEL." ".$ab_config['version_number']."</a><br>We have caught ".intval($total_ips1)." shameful hackers.</center></b></td> </tr></table>"; the errors are as follows <LI class=msg_err>Error Line 646 column 76: required attribute "ALT" not specified....c="images/nukesentinel/helpicon.png" /> Welcome Guest your i.p is 128.30 Error Line 647 column 65: required attribute "ALT" not specified....g src="images/nukesentinel/lock.png" /> <b>To make this go away and view 3. Error Line 644 column 43: there is no attribute "BORDERCOLOR".<table width="100%" border="3" bordercolor="#FFFF00" bgcolor="#FFFF00"> Can anyone help with any of these three errors ?
  3. I first off would like to say the w3c schools.com site is a terrific resource. I have become to find it an invaluable resource. I am starting a new project and it is rather huge and diverse as it combines many different languages so i am trying to complete it in layers. I am redoing a PHP-Nuke CMS package to be W3C compliant. I was first very overwhelmed with the project as it deals with php, javascript, html and sql all in one. Then to try to make the phpbb ( forum package ) valid as well.My first road block is a compliant theme which fortunatley was based with a css, tpl's and a theme.php Most of the time there are the 3 listed above and several html pagesI would like to share my project experience as i do it and as well ask for help from time to time. If someone pr anyone would like to follow the project and help i can send a link to the files to set up and run this live. This is NOT a rgular release php-nuke package. It is heavily altered with new code and features that set it apart from the one released at phpnuke.org. Anyone interested in the files may PM me for a link to the files. Thanks for your time and any input is always welcomed. Also a live version of the project is at http://www.nukemodified.com thanks again.
×
×
  • Create New...