View Full Version : don't know what i'm doing


somechick
01-26-2003, 01:55 AM
Okay I'll try to describe what it is I'm trying to do as best as I can.

I have an image at the top of the page. I'm making a fanlisting and so i'm going to use anchors. Well the different parts are going to be underneath it.
I want each part (like about, rules, members) to have a border so I was using div layers. but I was hoping that when I typed into the layer that when it went up in size, it wouldn't overlap the layer below. Well I tried putting them in a table to see if that would work and it didn't.

Any ideas?

starlet
01-26-2003, 02:47 AM
you could try spans instead...like this...just edit/take out the bits you want etc


<span style="border-style: dashed; border-width: 1pt; border-color: black; background-color: #a7a7a7; width: 181; height: 7; font-size: 10; font-family: verdana; color: #E94695;">stuff lalala</span>

somechick
01-26-2003, 02:58 AM
should i put that in a table?