PDA

View Full Version : Problem using lists with custom float tag


Outrack
11-03-2008, 07:24 PM
I created a [float] tag using the code <div style="float: {param}"></div>, but when using the [list] tag in conjunction with it the bullets go into the image, instead of indenting like they would normally.

http://www.isarapix.org/pix18/1225747375.jpg

Is there any way to remedy this? :(

Lynne
11-03-2008, 07:37 PM
Do you have an css dealing with <li> or <ul> tags? That may be causing the problem.

Outrack
11-04-2008, 09:15 AM
Doesn't seem so - I removed all additional CSS definitions and checked all other fields, and found nothing referring to <ul><li> tags.

Lynne
11-04-2008, 02:24 PM
Perhaps a link to the page? And, if needed, a test account to login to it.

Outrack
11-05-2008, 09:55 AM
Would this help? - http://ashtear.net/forum/showpost.php?p=2819&postcount=11

Lynne
11-05-2008, 03:09 PM
Your site is down or something. I can't get it to load.


edit: OK, it was finally back up. Try this in your css:
.alt1a ul {list-style-position: inside;}

Outrack
11-06-2008, 09:02 AM
Thanks! It's still not behaving as normal lists do, but the bullets are at least out of the image.