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> Link to comment https://forums.phpfreaks.com/topic/106205-presumably-simple/ 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. Link to comment https://forums.phpfreaks.com/topic/106205-presumably-simple/#findComment-544364 Share on other sites More sharing options...
liamloveslearning Posted May 18, 2008 Author Share Posted May 18, 2008 ok thanks : ) Link to comment https://forums.phpfreaks.com/topic/106205-presumably-simple/#findComment-544368 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? Link to comment https://forums.phpfreaks.com/topic/106205-presumably-simple/#findComment-544397 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 Link to comment https://forums.phpfreaks.com/topic/106205-presumably-simple/#findComment-544410 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{}? Link to comment https://forums.phpfreaks.com/topic/106205-presumably-simple/#findComment-544411 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.