|
(1) Tables
I like displaying information in tabular form and this has probably given me my biggest headache. My first attempt was to produce the table on the T2W site-using HTML. (I enjoy working in HTML - how sad is that?) This seemed a slow way of doing things and when I viewed the page the table was too far down the page - well away from where it should have been placed.
So I deleted this and decided to produce the table offline and check what it would look like before putting it on the T2W site.
T2W have an Excel converter on their site so I thought I would use this. I produced the table in Excel and followed the instructions on T2W’s site to render it into HTML. The render engine worked, the table was in the correct place but it had lost all the formatting. So this was no use to me.
My next thought was to use Notepad. You type in the data including the HTML tags you need. Then save the file as xxxx.html . You can then view it offline using your web browser.
My table was fine offline so I copied it to T2W but again it was too far down the page! I was now beginning to get frustrated. Is there anything on the T2W site to explain this problem - not as far as I can see? Can the guide be extended to include a troubleshooting section?
Perhaps the answer lay in using Notepad? My next idea was to use Microsoft Office Frontpage 2003. For those who do not know it Frontpage is a website design program. You enter your text, data, images, formatting etc. and the program automatically codes it for you. Drew the table in Frontpage design view, went to code view and copied the code produced. This was then pasted onto the T2W site. Result the table was exactly as I had produced in Frontpage but still in the wrong place!
Now I was getting really frustrated - ask my wife! What was I missing? Back to the one code that had worked - the T2W rendered table. The code started with a tag - . My codes did not have this tag. So I typed this at the start of my Frontpage code - Eureka.
It had been a steep learning curve but a useful one.
(2) File Upload template
This appears to have disappeared from the T2W site as have other of the templates? I will e-mail John about this next week.
(3) Page preview
As you may gather I like working offline and checking what it will look like before uploading the data and code.
My frustration with the T2W template is that you have to Save & View to see what the page looks like. Is there any way of a thumbnail page preview when a page is being edited?
|