Hi.  I'm extremely used to designing by  coding with HTML tables, but now 
I'm trying to make the conversion to CSS  design.  What I can't seem to find  
is how, within a P, DIV, or SPAN tag set, to have a block of text (such as 
a  Google Adsense ad) in the upper left corner, with the rest of any other 
page  content off to the right of it and eventually under it and continuing 
across the  whole page.  Below I have the HTML  content.  Any ideas on how to 
 accomplish this in CSS? 
Thanks 
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=850> 
<TR> 
<TD WIDTH=850 ALIGN="LEFT" VALIGN="TOP"> 
<TABLE WIDTH=280 HEIGHT=260 CELLPADDING=0 CELLSPACING=0 BORDER=0  
ALIGN="LEFT" VALIGN="TOP"> 
<TR> 
<TD WIDTH=250 HEIGHT=250> 
google  adsense code here 
</TD> 
</TR> 
</TABLE> 
<BR> 
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0> 
<TR> 
<TD ALIGN="LEFT" VALIGN="TOP"> 
Lots  of text here.  Imagine a page with  the ad in the upper left corner, 
and text to the right of it and eventually  under it.  I don't want text 
solely  to the right. 
</TD> 
</TR> 
</TABLE> 
</TD> 
</TR> 
</TABLE>
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to