reynardo: (engineer)
reynardo ([personal profile] reynardo) wrote2011-09-07 03:33 pm

A tech question for my web-writing guru friends.

I'm working for a place that wants to put up web pages with enormous tables in them. The tables must be on the web page - no "please click here and we'll give you a very nice PDF with the neat and nice table on it".

One of the table has rather long column headings, and the person who made it (in Word) wants the headings to sit vertically in the Heading column. Unfortunately neither I nor my companion here can work out how to do it. We can turn text vertical for the whole table, but not just for one row.

Any ideas?

[identity profile] leadgend.livejournal.com 2011-09-07 07:08 am (UTC)(link)
You can't just embed a PDF into the page in the same manner as any other pic?

[identity profile] reynardo.livejournal.com 2011-09-07 07:21 am (UTC)(link)
The bosses don't want that. They want a proper table on the page.

Although if we cry some more we might be able to persuade them otherwise.

Don't ask about the flowchart pictures in excel...
moxie_man: (Default)

[personal profile] moxie_man 2011-09-07 09:44 am (UTC)(link)
My suggestions wouldn't be very useful and involve suggesting boss take some web design program classes so that they get a clue. :)

I suppose they want you to do this all with (shudder) FrontPage and keep the memory size of each webpage to an absolute minimum, too, huh?

[identity profile] sly-girl.livejournal.com 2011-09-08 01:05 am (UTC)(link)
There's text rotation in CSS but it's not universally useful.

What did you do to transform the text in the entire table?

[identity profile] sly-girl.livejournal.com 2011-09-08 01:10 am (UTC)(link)
Oh, and the simplest solution (that will work with all browsers, even older ones) is to turn the text into question into an image. Just make sure that that you include the full text in the alt text for the image.

It's not a good solution but it's better than fucking about with system specific filters.

[identity profile] wookie-cd.livejournal.com 2011-09-10 04:43 pm (UTC)(link)
this *may* help

a solution that's a simple as a club to the head, and about as elegant - break up the line with br tags