images next to each other |
![]() ![]() |
images next to each other |
May 29 2006, 12:49 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 192 Joined: Jan 2006 Member No: 361,578 |
okay i've read EVERY SINGLE help requests and i couldnt find any explaination about what was wrong with my code. so yeah i have banners and i would like to have 2lines of 2banners. here's what i have:
CODE <b>Sites to visit:</b> <CENTER><a href="http://www.clairebear.com/distillers/index.html" target="_blank"><img SRC="http://img56.imageshack.us/img56/3286/bannerclairebear2bz.jpg" BORDER=0></a><a href="http://www.teenagemade.com/" target="_blank"><img SRC="http://img212.imageshack.us/img212/2369/bannerteenagemadegris6oj.jpg" BORDER=0></a></CENTER> <CENTER><a href="http://dirtyprettyplace.com" target="_blank"><img SRC="http://img508.imageshack.us/img508/8529/bannerdirtyprettyplace7hv.jpg" BORDER=0></a><a href="http://sassynpunk.com/" target="_blank"><img SRC="http://img212.imageshack.us/img212/4276/bannersassynpunk7fa.jpg" BORDER=0></a></CENTER> i cant figure out why the images are under each others. i tried to remove the <CENTER> but it didnt change anything, and i dont have any <br> so i really dont understand. i'd like to have something like that: BANNER1BANNER2 BANNER3BANNER4 any help would be appreciated :) |
|
|
|
May 29 2006, 01:51 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE <CENTER><a href="http://www.clairebear.com/distillers/index.html" target="_blank"><img SRC="http://img56.imageshack.us/img56/3286/bannerclairebear2bz.jpg" BORDER=0></a><a href="http://www.teenagemade.com/" target="_blank"><img SRC="http://img212.imageshack.us/img212/2369/bannerteenagemadegris6oj.jpg" BORDER=0></a><a href="http://dirtyprettyplace.com" target="_blank"><img SRC="http://img508.imageshack.us/img508/8529/bannerdirtyprettyplace7hv.jpg" BORDER=0></a><a href="http://sassynpunk.com/" target="_blank"><img SRC="http://img212.imageshack.us/img212/4276/bannersassynpunk7fa.jpg" BORDER=0></a></CENTER> Don't seperate codes . Put two banners per group of center tags. |
|
|
|
May 29 2006, 04:52 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 192 Joined: Jan 2006 Member No: 361,578 |
hey thanx for replying:)
i dont really understand what im supposed to do actually... is the code you gave the right one? and what do you mean by "put 2banners per group of center tags", sounds like thats what i had done... *blush* i tried your code anyway and i still dont have 2banners per line >_< |
|
|
|
May 29 2006, 06:52 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Nope you put center tags for each banner. The code I gave you is the code you posted accept with the banners next to each other.
CODE <br><center> banneronecodebanner2code </center> Put the codes directly next to each other. Put <br> before each of the next group of banners. |
|
|
|
May 30 2006, 05:10 AM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 192 Joined: Jan 2006 Member No: 361,578 |
CODE <br><CENTER><a href="http://www.clairebear.com/distillers/index.html" target="_blank"><img SRC="http://img56.imageshack.us/img56/3286/bannerclairebear2bz.jpg" BORDER=0></a><a href="http://www.teenagemade.com/" target="_blank"><img SRC="http://img212.imageshack.us/img212/2369/bannerteenagemadegris6oj.jpg" BORDER=0></a></CENTER>
<br><CENTER><a href="http://dirtyprettyplace.com" target="_blank"><img SRC="http://img508.imageshack.us/img508/8529/bannerdirtyprettyplace7hv.jpg" BORDER=0></a><a href="http://sassynpunk.com/" target="_blank"><img SRC="http://img212.imageshack.us/img212/4276/bannersassynpunk7fa.jpg" BORDER=0></a></CENTER> |
|
|
|
![]() ![]() |