inherit
168354
0
Sept 5, 2021 21:35:47 GMT -8
aaka
64
June 2011
aaka
|
Post by aaka on Mar 4, 2015 14:24:54 GMT -8
erebos.boards.net I restarted a website of mine and I am wanting to put a table with an image in the left side right below my banner. Here is the code I have, but I can't get it to work. xD It is a code off of one of my old proboards websites. It worked perfectly with that one, but it isn't working with this one. Anyone know what I can do or how to fix this problem? Thank you! Here is the code:
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 4, 2015 14:39:53 GMT -8
Hi, aaka. It looks like you just need to reduce the number of the margin property for both #aakas_boxes1 and #aakas_boxes1 in the CSS near the beginning of that code. Right now your container has 722px, so when the width of the elements inside it plus their margins exceeds that of the entire container one of them is forced to move to the next line.
|
|
inherit
168354
0
Sept 5, 2021 21:35:47 GMT -8
aaka
64
June 2011
aaka
|
Post by aaka on Mar 4, 2015 15:12:22 GMT -8
Oh!! O.o Well.. That was simple. xDD Thank you ever so much!!!
|
|