|
| |||||||
![]() | Welcome to iWEBTOOL Talk, where you talk about
webmaster-related stuff.
1 Register
2 Browse the board
3 Discuss whatever may interest you! | |||||||||||||
![]() |
| | Thread Tools | Search this Thread | Display Modes |
| | #1 |
| Newcomer Join Date: Aug 2007
Posts: 4
![]() | I'm trying to make a php site which is generating valid xhtml code. but I fail with links like index.php?menu=something&id=212 the site is http://phpstuff.net (not the only xhtml problem is that but that is what I cannot understand) how can I fix it? |
| |
|
| |||||||
| | #2 |
| Member | When validating to xHTML with links such as "index.php?menu=something&id=212" you must be aware when writing the code that the & value is present with these. You can validate links by changing them into the & so the link you showed as an example index.php?menu=something&id=212 With the & into & index.php?menu=something&id=212 Looking through the code some more there are many sloppy errors but you can fix them Line 89: <div style="padding:10px;padding-bottom:0px;"> <div style="padding:10px; padding-bottom:0px; "> Line 90: This is your category list to the left there are alot of errors there the correct code below: <h1>Categories</h1> <div class="sidemenu c1"><a href="index.php?menu=showcat&cid=1">Our Scripts</a> (7)<br /> -> <a href="index.php?menu=showcat&cid=33">ACG Surf 1.0</a> (4)<br /> -> <a href="index.php?menu=showcat&cid=40">ACG-PTP</a> (2)<br /> -> <a href="index.php?menu=showcat&cid=37">ACGNews 1.0</a> (1)<br /> -> <a href="index.php?menu=showcat&cid=38">Etopbiz-surf plugins</a> (1)<br /> -> <a href="index.php?menu=showcat&cid=34">GC plugins</a> (2)<br /> -> <a href="index.php?menu=showcat&cid=39">Instant Payout Autosurf</a> (5)<br /> -> <a href="index.php?menu=showcat&cid=36">PTCinvest ment 1.0</a> (1)<br /> -> <a href="index.php?menu=showcat&cid=41">RateMySit e</a> (1)<br /> <a href="index.php?menu=showcat&cid=28">Other Scripts</a> (5)<br /> -> <a href="index.php?menu=showcat&cid=42">Cheap PHP/Ajax scripts</a> (17)<br /> -> <a href="index.php?menu=showcat&cid=29">Paid-to-Autosurf</a> (9)<br /> -> <a href="index.php?menu=showcat&cid=30">Site clones</a> (1)<br /> <a href="index.php?menu=showcat&cid=31">Other Templates</a> (1)<br /> -> <a href="index.php?menu=showcat&cid=32">Autosurf templates</a> (9)<br /> <a href="index.php?menu=showcat&cid=43">E-books</a> (12)<br /> <a href="index.php?menu=showcat&cid=44">Turnkey sites</a> (3)<br /> <a href="index.php?menu=showcat&cid=45">Databases </a> (3)<br /></div> Line 147: Price: <b>$1</b> (<a href="index.php?menu=buyscript&scriptid=197&rights =1">BUY NOW!</a>)<br /> <form> <h2>Featured: <span class="yellow">Image Hosting Script</span></h2> <table width="90%" align="center" cellpadding="2" cellspacing="1" border="0"> <tr> <td width="40%" align="center" valign="top"><img src="./images/nopic.gif" width="150" height="150" alt="Image Hosting Script" /></td> <td width="60%" align="left" valign="top">Author: <strong>softworldpro</strong><br /> <br /> Price: <strong>$1</strong> (<a href="index.php?menu=buyscript&scriptid=197&am p;rights=1">BUY NOW!</a>)<br /> Price with resell rights: <strong>$2</strong> (<a href="index.php?menu=buyscript&scriptid=197&am p;rights=2">BUY NOW!</a>)<br /> Price with master rights: <strong>$3</strong> (<a href="index.php?menu=buyscript&scriptid=197&am p;rights=3">BUY NOW!</a>)<br /></td> </tr> </table> </form>They are your major page errors, your page should validate but you will have warnings you simply need to clean up the code a little in certain areas but that is simple to do with PHP as they come in sections.php Hope this Helps ![]()
__________________ Last edited 08-22-2007 at 04:19 PM. |
| |
(Threads which have no activity for more than 30 days are automatically closed.) |
| Quick Reply | ||
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 3 new phpLinkBid MODs! Latest Links, Remote Links & Directory Stats | Tekime | Directories | 0 | 07-19-2007 11:16 PM |
| Featured Links $7 Regular Links $5 For Lifetime Links! | linkpro | Links for Sale | 2 | 10-24-2006 10:09 PM |
| I need links in exchange for Sitewide links on PR3 website | ridesign | Link Exchange | 3 | 10-03-2006 07:31 PM |
| PR5 Links from $8.00 - Sitewide links from $15 - PR4 Links from $4 | QWI | Links for Sale | 0 | 05-03-2006 08:20 PM |
| PR5 directory featured links and site-wide links for only $1.49 and $ 9 | articles-hub | Links for Sale | 0 | 05-01-2006 01:28 PM |