Log in

View Full Version : Strange VB Problem (Browser related)


robbobarney
03-16-2008, 04:30 PM
Hello all, im currently working on a WoW guild website, see here -

http://acguild.co.uk/

If you open it in Firefox, everything is fine and dandy, however, if you open it in IE, nearly all the font is underlined =(

Anyone have any ideas, dodgy piece of code somewhere perhaps?

Thanks.

Opserty
03-16-2008, 05:14 PM
<!-- begin tren_z header-->
<div align="center">
<table width="785" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr> <a href="index.php?s=...">


That last line might be your problem, you need to edit a template to remove it.

There should be a hash in the URL, (vB seems to be stripping it out for some reason) it will be something like $session[...] in the template, so that is what you will need to look for.

('...' is just a filler for some words which I can't remember exactly)

robbobarney
03-16-2008, 05:34 PM
Removed that line and its all working great now, thanks alot for the help Opserty!

Opserty
03-16-2008, 06:14 PM
No problem ;)