• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Yet another HTML question...kami, IBHackn, come-on in!

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
I think I need to be more clear. The problem doesn't occur when you click the titles themselves, but when you click off to the right or the left of the titles; the problem isn't with the a href command, but with the onClick command (since I can't specify to have it go to target=_top).

Rob
 
entity: im assuming you are having problems with the css command, i am not sure if you got the code yourself but i am pretty sure it can be fixed, where did you get the code? actually i noticed that www.anandtech.com uses the same code (actually i think theres one error will post in forums issues)

check the anandtech.com code, if that doesnt help, ask someone who is experienced with css, it supposed to be quite customizable.




good luck


dam()
 
Hell yeah! I got it.

formerly:

<td onClick=&quot;location.href='http://www.hikefordiabetes.org/main.htm'&quot;>

now:

<td onClick=&quot;top.location.href='http://www.hikefordiabetes.org/main.htm'&quot;>

Rob
 
Back
Top