Re: more css confusion

by David Jones <dvjones(at)ksbe.edu>

 Date:  Mon, 16 Sep 2002 14:55:00 -1000
 To:  hwg-techniques(at)hwg.org
 In-Reply-To:  verizon
  todo: View Thread, Original
Don't know what level of HTML/CSS you're validating for, 
but IIRC, the <center> tag is deprecated or obsolete ... 
sorry, don't understand where you're getting the 
message about element "DIV" unless perhaps you 
accidently have a </DIV> tag somewhere without a 
corresponding <DIV>?

David
dvjones(at)ksbe.edu

On 16 Sep 2002, at 16:47, Karin Christensen wrote:

> Thanks Dale,
> When I validated it (after I posted the problem) I got
> errors that I didn't quite understand regarding the way I
> had centered the image.  Is this what it meant?
> 
> Error: end tag for element "DIV" which is not open; try
> removing the end tag or check for improper nesting of
> elements
> 
> Line 65, column 56:
>   <p><center><img SRC="promoters.jpg" height=336
>   width=455></center>
> 
> Karin
> >
> > Here's a thought on some of your code.  Instead of doing
> > this:
> >
> > <h1>How Do HSV-1 Promoters Mediate the Kinetics of
> > Transcription Observed?</h1></center>
> >
> > <p><center><img SRC="promoters.jpg" height=336
> > width=455></center>
> >
> >
> > I would use this:
> >
> >
> > <h1 align="center">How Do HSV-1 Promoters Mediate the
> > Kinetics of Transcription Observed?</h1>
> >
> > <p align="center"><img SRC="promoters.jpg" height=336
> > width=455></p>
 

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA

This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.