|
Posted by jodleren on 12/23/07 10:00
On 23 Dec., 01:54, "Jukka K. Korpela" <jkorp...@cs.tut.fi> wrote:
> Scripsit jodleren:
>
> > I have this (see code below).
> Post the URL, if you wish to create a constructive discussion.
Apearently you found the problem anyway below. The code was here and
is simple enough to work as a small file. Even without the picture.
> > Point: I want the bar to be aligned in the middle of the text, even
> > when with superscript.
> Which bar? Is the bar open? What's your point?
Statistics. Save the file and you will see.
> > I have a dummy gif 14 pixels high 1 wide.
> Why?
The bar. I agree that one pixel is enough. Just ended up that way and
it is only 884 bytes, same saize as it would have been for a 1x1 pixel
thing.
But my idea is to make some shades into it later. Not important right
now btw.
> > <table border="0" cellpspacing="0" cellpadding="0">
> Try using valid markup. A validator would help you.
Agree.
> > <tr><td valign="middle"><b>Day</b> </td>
> Using <b> is a symptom of poor coding. Is this really a heading cell?
Yep. And why dont you like it?
Above is suggested <strong>.
> > <tr><td valign="middle">December 22<sup>nd<sup> </td><td
> No wonder if you have problems - you have two <sup> start tags and no
> end tag for either of them.
See? the code here is enough. And it is ok.
And I once again realise, that working to late is not always
good.... :-)
Probably I'd have seen it today... when reading it over with a fresg
mind.
[Back to original message]
|