I have a test page with fragments in a grid format:
http://www.patchwork-rabbit.co.uk/ac...mn_test_3.html
I'd like to have a full width fragment on the same page. I found this:
http://community.actinic.com/showthread.php?t=29983
and so created a new fragment ("colspan4"), which is the same as my stock fragment but with the table code wrapped in <tr> <td colspan="4"> tags, which is what I think JonT was driving at in his post in the above thread.
However, when I add a colspan4 fragment, it will only print 3 grid fragments to a line:
http://www.patchwork-rabbit.co.uk/ac...mn_test_2.html
and when I add another colspan4 fragment, it will only print 2 grid fragments to a line:
http://www.patchwork-rabbit.co.uk/ac...tumn_test.html
so it's clearly something up with my tags but the source code doesn't seem to have any tags out of place, it just throws a new line in the middle of the page
What on earth am I doing wrong??
http://www.patchwork-rabbit.co.uk/ac...mn_test_3.html
I'd like to have a full width fragment on the same page. I found this:
http://community.actinic.com/showthread.php?t=29983
and so created a new fragment ("colspan4"), which is the same as my stock fragment but with the table code wrapped in <tr> <td colspan="4"> tags, which is what I think JonT was driving at in his post in the above thread.
However, when I add a colspan4 fragment, it will only print 3 grid fragments to a line:
http://www.patchwork-rabbit.co.uk/ac...mn_test_2.html
and when I add another colspan4 fragment, it will only print 2 grid fragments to a line:
http://www.patchwork-rabbit.co.uk/ac...tumn_test.html
so it's clearly something up with my tags but the source code doesn't seem to have any tags out of place, it just throws a new line in the middle of the page
What on earth am I doing wrong??
Comment