Yep, the current code is "crazy", not production level because of the current CSS issue or my lack of knowledge of it.
On Feb 19, 10:40 am, Martinez <[email protected]> wrote: > The code for the site reads; > <tr> > <td colspan="2" valign="top"> > <span>"Keep notes well organized and very helpful for > study."</span><br/> - Kelsey Shaffer of Virginia Tech > <img src="Kelsey2.png" alt="Kelsey" align="right"> > </td> > </tr> > > theres no two separate TD's like on the example. > > On Fri, Feb 19, 2010 at 6:07 PM, Don84 <[email protected]> wrote: > > > My graphic designer created a CSS file for my site, however, it > > prevents normal HTML code from working properly. What I mean is, > > > <table> > > <tr> > > <td valign="top">some text here, to be vertically aligned to be an > > image</td> > > <td valign="top">show an image here <img src="blabla.jpg"> </td> > > </tr> > > </table> > > > Problem: the above TDs are not vertically aligned. See the actual > > issue at the following URL, > >http://www.knowledgenotebook.com/index2.html > > > What is desired or expected: > > text 1 | | > > text 2 | imge here | > > industry review | | > > > Thanks. > > > -- > > -- > > You received this because you are subscribed to the "Design the Web with > > CSS" at Google groups. > > To post: [email protected] > > To unsubscribe: [email protected] -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
