Hi,
i am a little bit out of date with the framework. So i am played the
"Quickstart" - Tour and i found some mistakes in the code sample at page
http://framework.zend.com/docs/quickstart/create-your-projectOf course, this script is working correctly, but i sure, that we should
improve the script a little bit.
I would improve this part alone, but i don't know how.
I have CLA and also i would help to translate this part into German.
Best regards
Sebastian
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!-- application/views/scripts/index/index.phtml -->
<style type="text/css">
a:link,
a:visited
{
color: #0398CA;
}
span#zf-name
{
color: #91BE3F;
}
div#welcome
{
color: #FFFFFF;
background-image:
url(
http://framework.zend.com/images/bkg_header.jpg); width: 600px;
height: 400px;
border: 2px solid #444444;
overflow: hidden;
}
div#more-information
{
background-image:
url(
http://framework.zend.com/images/bkg_body-bottom.gif); height: 100%;
}
</style>
<div id="welcome">
<br />
<h1>Welcome to the <span id="zf-name">Zend Framework!</span></h1>
<h3>This is your project's main page</h3><br />
<br />
<div id="more-information">
<h3>
<br />
<img src="
http://framework.zend.com/images/PoweredBy_ZF_4LightBG.png"
alt="" /><br />
<br /> Helpful
Links: <br />
<a href="
http://framework.zend.com/">Zend Framework Website</a> |
<a href="
http://framework.zend.com/manual/en/">Zend Framework Manual</a>
</h3>
</div>
</div>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~