liamloveslearning Posted May 18, 2008 Share Posted May 18, 2008 I just dont know how to do it, I have a php script which is a text link; however it has a little white border on and when its sitting on a background it looks rather odd, I've googled this with no help so if anyone know the problem id be really graefull thanks <td width="320" valign="middle" class="message_rows"><a href="viewmsg.php?msg_id=<?php echo $pm_id; ?>" class="message_rows_subject"><?php echo $subject; ?></a></td> Quote Link to comment Share on other sites More sharing options...
Psycho Posted May 18, 2008 Share Posted May 18, 2008 This is not a PHP problem. It is either HTML or CSS. Check the actual output for possible unwanted spaces. Also, check the classes used. Quote Link to comment Share on other sites More sharing options...
liamloveslearning Posted May 18, 2008 Author Share Posted May 18, 2008 ok thanks : ) Quote Link to comment Share on other sites More sharing options...
LooieENG Posted May 18, 2008 Share Posted May 18, 2008 Little white border where, at the top of the page? Quote Link to comment Share on other sites More sharing options...
liamloveslearning Posted May 18, 2008 Author Share Posted May 18, 2008 no its just around my text link Quote Link to comment Share on other sites More sharing options...
LooieENG Posted May 18, 2008 Share Posted May 18, 2008 Oh, I once had an annoying white border at the top of my page, and it turned out I somehow managed to place a <br /> tag in the <head> section :-\ Have you checked your stylesheet for a{} and .message_rows_subject{}? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.