Welcome Guest, Not a member yet? Register   Sign In
Blank white page
#10

[eluser]InsiteFX[/eluser]
As far as your original problem.

Code:
<div class="span-24 last">
<h1>NASCAR 101 Articles</h1>    
<ul>
        &lt;?php foreach($rows as $r) : ?&gt;
        
        &lt;?php $url = strtolower(str_replace(' ', '-', $r->title));?&gt;
        
        <li><a >id;?&gt;/&lt;?php echo $url;?&gt;">&lt;?php echo $r->title; ?&gt;</a></li>
        
        &lt;?php endforeach; ?&gt;
</ul>
</div>

Look at this line of code:

Code:
<li><a >id;?&gt;/&lt;?php echo $url;?&gt;">&lt;?php echo $r->title; ?&gt;</a></li>

After the <a > you have id;?&gt; then after the next one you have ?&gt;">

Enjoy
InsiteFX


Messages In This Thread
Blank white page - by El Forum - 08-21-2009, 07:35 PM
Blank white page - by El Forum - 08-21-2009, 08:04 PM
Blank white page - by El Forum - 08-21-2009, 08:16 PM
Blank white page - by El Forum - 08-21-2009, 08:25 PM
Blank white page - by El Forum - 08-21-2009, 08:42 PM
Blank white page - by El Forum - 08-21-2009, 08:55 PM
Blank white page - by El Forum - 08-21-2009, 09:10 PM
Blank white page - by El Forum - 08-21-2009, 09:18 PM
Blank white page - by El Forum - 08-21-2009, 09:32 PM
Blank white page - by El Forum - 08-21-2009, 11:26 PM
Blank white page - by El Forum - 08-22-2009, 09:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB