Just so you have an answer for this--the issue is with Dreamweaver, not Blueprint CSS.
All browsers interpret code a little differently (ie, firefox, etc.) and the one in Dreamweaver has a few problems. The best recommendation is to use a different editor/IDE. Best of luck, Sunny On Sat, Oct 9, 2010 at 2:50 PM, Flavien <[email protected]> wrote: > Hi, > I am only starting to learn Blue Print , and there are a couple of > issues I don't seem to be getting , so help will be very much > welcome . > > My first question is why the text formatting does not show as it > should be in dreamweaver , the font is different ? > The second Question is : why content boxes are not aligned , for > instance, the right box is on the left (but it does show ok in > browser) which make it difficult getting an actuall view of what it > looks like ? > Last question is why does some text get out of the box instead of > going to next line when it gets to the border of the box ? > > I hope I was clear enouch to get help ... Are there any things to take > into account when working with dreamweaver ? > I append the code I am using so you can eventually point me out what > is wrong > > Many thanks for your help > > > > > CODE > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// > www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; > charset=iso-8859-1" /> > <title>Web Template - Web Interior 2.0!</title> > <link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" > media="screen, projection"> > <link rel="stylesheet" href="css/blueprint/print.css" type="text/css" > media="print"> > <link rel="stylesheet" href="css/blueprint/plugins/fancy-type/ > screen.css" type="text/css" media="screen, projection"> > <!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" > type="text/css" media="screen, projection"><![endif]--> > > </head> > <body> > <div class="container"> > <div class="span-24 last"> > <h3 class="alt">Header > > HeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeaderHeader</ > h3> > </div> > </hr> > <div class="span-4"> > Left sidebar > fgy ghj dfj dghjghj fghj fghjfg jhdghjdetyjudfgdj fjfgjh dfjhd fjhgj > dghjghj ghjdg</div> > > <div class="span-16"> > <div class="span-8" id="middle"> > <p class="text"> > dfghfhfghfgh > fdgjhdgfg fghdfgh dfghdfgh dfgdhfgh dfghd dfgjhdf dfgjh > ddfgh dfgh > ddgvjh dfgh dfgh fg hdfghdf dfgh ddfghdfxggdfgdfgfgfg dfgf</p> > </div> > <div class="span-4"> > <h6>Box2 > fghdfhhfghdfgd dfgdfj dfjh dfdfgj djhdgjgjh fghjfg jhgj > fdghj ghjfg > jhghdfghdflk lkjf lgkj sdlkfjhfñjoljkfl hlkjlkgj > hlkfghñlkdf jhlk</h1></div> > <div class="span-4 last"> > Box3 > dfshfg skjh kjsdfh lkjhs dlfkgjh fkgj hlkj hkjdfh gkih skjdf > ghkjsdfh glkjsjkhljkdfh lkjdhsf ñkjdhsflkgjh kjhjksh ljksdhfl > gljkhldf lgkjdfh gjk kjdsfh gkjhfg lkjfhlgjkhdsf lkjhdfsjkdffj,gh dskj > fhgljkdf ghlkdjf</div> > <div class="span-16 last"> > Main content > </div> > </div> > > <div class="span-4 last"> > Right sidebar > ghjjfgjfghjfghjfghjfghjfghjgfjhghj</div> > <div class="span-24 last"> > Footer > sdfgjk dsdhflgjk hsdljkfhljsk hfhs kjdfhkjghlskdjfhlgkj lksdjfhg > kijsdfhg lkdfhs gkljsdfhlgkjsdfh lgkjsdfhlkgh lkjsdhflkg hlsjkdfh > gldfhs gkjsdfhk glsjdfh ghjsdfhkjh ljkshfljkgh ldsfjkhgkjsdhfkgj > klsjdfh glksdjfgh lk</div> > </div> > > > </body> > </html> > > -- > You received this message because you are subscribed to the Google Groups > "Blueprint CSS" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<blueprintcss%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/blueprintcss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
