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, 07:04 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Try them this way:
CODE <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>
|
|
|
|
Feb 25 2006, 07:13 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 17 Joined: Jan 2006 Member No: 358,708 |
http://www.theletterq.net/upload/store/98_1140912752.jpg
A little better, but it still has that outline. |
|
|
|
Feb 25 2006, 07:14 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
In each code change the image part to this:
<img src="urltoimage" border="0"> or just add in the bold. |
|
|
|
Feb 25 2006, 08:14 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 17 Joined: Jan 2006 Member No: 358,708 |
that just takes the blue out, there is still a white space.
|
|
|
|
Feb 25 2006, 08:24 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Its not supposed to take out the white space. It takes off the blue border. What whitespace are you talking about.
|
|
|
|
Feb 25 2006, 08:37 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 17 Joined: Jan 2006 Member No: 358,708 |
|
|
|
|
Feb 25 2006, 08:40 PM
Post
#8
|
|
|
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. |
|
|
|
![]() ![]() |