PDA

View Full Version : Interactive newsposting!


vampireuk
05-03-03, 09:40 AM
I'm sticking this here for a moment since more people are here than in the feedback forum. Can someone find the error in this please. I've been staring at this for about 10 minutes can I just can't find it:(

monkeydust
05-03-03, 10:26 AM
When you "view source" of the front page, the code shows a line break before the word Gigabyte...

<li><a href="http://www.tweaktown.com/document.php?dType=review&dId=467" target="_blank"> <br>Gigabyte 7VAXP-A Ultra – Retail VIA KT400A Review @ Tweaktown</a></li>


So, just go to the beginning of Gigabyte and delete the extra characters so it reads

<li><a href="http://www.tweaktown.com/document.php?dType=review&dId=467" target="_blank">Gigabyte 7VAXP-A Ultra – Retail VIA KT400A Review @ Tweaktown</a></li>

digitalwanderer
05-03-03, 10:26 AM
Hmmm...methinks the problem is your using html instead of BB code.... :p

vampireuk
05-03-03, 10:53 AM
Thanks monkeydust:cool: