Picture Problems, Pictures not touching |
Picture Problems, Pictures not touching |
Feb 25 2006, 06:04 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 17 Joined: Jan 2006 Member No: 358,708 |
Does anyone know how to make pictures touch, and not have the small space in between? I have made a header bar or w/e and I need to picture to touch becuase my table is 800 px wide and so is the header I made. So if anyone knows how to make the pictures touch please help.
Thanks. Here is my current code. CODE <div class="main"> <table style="width:800px; height:800px; cellpadding:0px; cellspacing:0px; background-color:FFFFFF;"> <tr><td valign="top"> <div class="header"> <center> <a href="http://home.myspace.com/index.cfm?fuseaction=user"><img src="http://www.theletterq.net/upload/store/66_1140907979.jpg"></a> <a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=28215161"><img src="http://www.theletterq.net/upload/store/25_1140908014.jpg"></a> <a href="http://comments.myspace.com/index.cfm?fuseaction=user&circuitaction=viewProfile_commentForm&friendID=28215161"><img src="http://www.theletterq.net/upload/store/13_1140908033.jpg"></a> <a href="http://mail2.myspace.com/index.cfm?fuseaction=mail.message&friendID=28215161"> <img src="http://www.theletterq.net/upload/store/78_1140908047.jpg"></a> <a href="http://www.myspace.com/index.cfm?fuseaction=user.homeComments&FriendID=28215161"><img src="http://www.theletterq.net/upload/store/60_1140908067.jpg"></a> <a href="http://home1.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=28215161"><img src="http://www.theletterq.net/upload/store/9_1140908087.jpg"></img></a> </center> </div> Here is what it looks like...I don't want this. http://www.theletterq.net/upload/store/90_1140908676.gif |
|
|
|
![]() |
Feb 25 2006, 08:40 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE <a href="http://home.myspace.com/index.cfm?fuseaction=user"><img src="http://www.theletterq.net/upload/store/66_1140907979.jpg" border="0"></a><a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=28215161"><img src="http://www.theletterq.net/upload/store/25_1140908014.jpg"border="0"></a><a href="http://comments.myspace.com/index.cfm?fuseaction=user&circuitaction=viewProfile_commentForm&friendID=28215161"><img src="http://www.theletterq.net/upload/store/13_1140908033.jpg"border="0"></a><a href="http://mail2.myspace.com/index.cfm?fuseaction=mail.message&friendID=28215161"><img src="http://www.theletterq.net/upload/store/78_1140908047.jpg" border="0"></a><a href="http://www.myspace.com/index.cfm?fuseaction=user.homeComments&FriendID=28215161"><img src="http://www.theletterq.net/upload/store/60_1140908067.jpg" border="0"></a><a href="http://home1.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=28215161"><img src="http://www.theletterq.net/upload/store/9_1140908087.jpg" border="0"></a> is what is should look like and I checked you get no spaces. |
|
|
|
*Butcher Picture Problems Feb 25 2006, 06:04 PM
toyo loco Try them this way:
CODE<a href="http:/... Feb 25 2006, 07:04 PM
*Butcher http://www.theletterq.net/upload/store/98_11409127... Feb 25 2006, 07:13 PM
toyo loco In each code change the image part to this:
<im... Feb 25 2006, 07:14 PM
*Butcher that just takes the blue out, there is still a whi... Feb 25 2006, 08:14 PM
toyo loco Its not supposed to take out the white space. It t... Feb 25 2006, 08:24 PM
*Butcher RE: Picture Problems Feb 25 2006, 08:37 PM![]() ![]() |