Hi Graham,
EDIT:
I have always used a graphic in seating plans with the [i1] or [i2] etc in the seating plan with the css as below:
.stageshow-boxoffice-SEATINGPLANNAMEHERE-block1
{
height: 40px;
background: #202020 url("../images/stage.png") no-repeat center center;
}
I’ve never tried to put text on the plan using CSS.
The way above as in Malcolms example gives more flexibility I feel.
Chris
-
This reply was modified 7 years, 11 months ago by
Chris.
Hi Graham,
See my edited reply above.
I think that is your best bet as I know it works. You can have a look here at ours which isnt live yet for bookings but you can see the seating plan:
shineboxoffice.co.uk/box-office
That was made using the way described above.
Chris
Thread Starter
Graham
(@1stnight)
Wow! Nice site.
Thanks for the tip. It’s worked just fine. Well it did when I remembered to put the comma in…
Graham
Glad I could be of some assistance.
Chris