Could you just get all the content out and mail the plain html? It's a real
pain going through all that...

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im
Auftrag von Alfredo
Gesendet: Donnerstag, 01. Juli 2010 18:55
An: Blueprint CSS
Betreff: [BP #3983] Re: Last column moving down next line

Yeah, it actually displays correctly in the browser, but its a
headache while designing because nothing is in place...

heres my code:

<body>

    <div class="container" >

        <?php include("nav.php"); ?>

    <div class="span-24" id="black_bg">
      <div class="span-12">
        <div id="slideshow">
          <ul class="slideView">
            <li><a href="./"><img src="images/slideshow_bicente.jpg"
width="470" height="335" alt="Celebraciones del Bicentenario en
Huejutla" /></a></li>
            <li><img src="images/slideshow_talleres.jpg" width="470"
height="335" alt="Acude a los talleres de la casa de la cultura" /></
li>
          </ul>
        </div>
      </div>
      <div class="span-12 last">
       <object width="470" height="285"><param name="movie"
value="http://www.youtube.com/v/4EyTCpHEgbQ&hl=es_ES&fs=1&";></
param><param name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed src="http://
www.youtube.com/v/4EyTCpHEgbQ&amp;hl=es_ES&amp;fs=1&amp;" width="470"
height="285" type="application/x-shockwave-flash"
allowscriptaccess="always" allowfullscreen="true"></embed></object>
       <div><img src="images/images/social_media_25.gif" width="51"
height="50" /><img src="images/images/social_media_26.gif" width="43"
height="50" /><img src="images/images/social_media_27.gif" width="42"
height="50" /><object id="FlashID" classid="clsid:D27CDB6E-
AE6D-11cf-96B8-444553540000" width="334" height="50">
           <param name="movie" value="images/countdown.swf" />
           <param name="quality" value="high" />
           <param name="wmode" value="opaque" />
           <param name="swfversion" value="9.0.45.0" />
           <!-- This param tag prompts users with Flash Player 6.0 r65
and higher to download the latest version of Flash Player. Delete it
if you don’t want users to see the prompt. -->
           <param name="expressinstall" value="Scripts/
expressInstall.swf" />
           <!-- Next object tag is for non-IE browsers. So hide it
from IE using IECC. -->
           <!--[if !IE]>-->
           <object type="application/x-shockwave-flash" data="images/
countdown.swf" width="334" height="50">
             <!--<![endif]-->
             <param name="quality" value="high" />
             <param name="wmode" value="opaque" />
             <param name="swfversion" value="9.0.45.0" />
             <param name="expressinstall" value="Scripts/
expressInstall.swf" />
             <!-- The browser displays the following alternative
content for users with Flash Player 6.0 and older. -->
             <div>
               <h4>Content on this page requires a newer version of
Adobe Flash Player.</h4>
               <p><a href="http://www.adobe.com/go/
getflashplayer"><img src="http://www.adobe.com/images/shared/
download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"
width="112" height="33" /></a></p>
             </div>
             <!--[if !IE]>-->
           </object>
           <!--<![endif]-->
         </object>
       </div>

      <div>
            </div>
          </div>
    </div>
    <div class=" clear span-24" id="gray_bg">

<div class="span-24">
<div class="span-5">
<img src="images/eventos.jpg" width="190" height="40" /><img
src="images/medio-ambiente.jpg" width="190" height="143" /><img
src="images/Tarjeta-Hidalgo-Joven.jpg" width="190" height="294" />
</div>
<div class="span-14 ">
<div class="span-14"><img src="images/noticias.gif" width="550"
height="40" /></div>
<div class="span-12 prepend-1 append-1" id="white">
-- PHP STUFF HERE--
</div>
</div>
<div class="span-5 last">
<img src="images/enlaces.jpg" width="190" height="40" /><a
href="http://feriadenochebuena.huejutlla.gob.mx";><img src="images/
images/links_11.jpg" width="190" height="91" /></a><a href="http://
xantolo.huejutla.gob.mx"><img src="images/images/links_12.gif"
width="190" height="79" /></a><a href="http://infomex.hidalgo.gob.mx/
infomexhidalgo/"><img src="images/infomex.jpg" width="190"
height="178" /></a></div>
    </div></div>
    <div class="span-24"><img src="images/images/footer_30.png"
width="77" height="91" /><img src="images/images/footer_31.png"
width="363" height="91" /><img src="images/images/footer_32.png"
width="69" height="91" /><img src="images/images/footer_33.png"
width="441" height="91" /></div>
</div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
swfobject.registerObject("FlashID");
//-->
</script>
</body>
</html>

On 1 jul, 06:35, "24/7" <[email protected]> wrote:
> Apply the ".last" class to it. The ".span-24" already hast he same
additions
> as ".last" got. 40px x 24col = 960, but blueprint got 950px, so the
> appending last 10px margin are not there. Simple math. If you use a <div
> class="span-20"> followed by <div class="span-4 last"> so it doesn't move,
> because of the 10px margin.
>
> Please take a look at the screen.css file and take a look at the classes.
> This will need you 15 min, but you'll save a lot of other time.
>
> -----Ursprüngliche Nachricht-----
> Von: [email protected] [mailto:[email protected]]
Im
> Auftrag von Alfredo
> Gesendet: Dienstag, 29. Juni 2010 16:50
> An: Blueprint CSS
> Betreff: [BP #3981] Last column moving down next line
>
> Sometimes I wish I had never moved to blueprint...
>
> At design time, there is no proper way to display the grid, the last
> column of every row moves to the next line...  Im sure there is info
> about this already...  I just don't know where.
>
> Thak you very much for helping me solve this issue...
>
> --
> 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
athttp://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.

-- 
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.

Reply via email to