convert to concrete5

Permalink
Hello, I'm trying to convert the following HTML code into concrete5. I've searched many places for the answer, but am still seeing no jpgs on my website and the pages don't link.

Any help converting this HTML to concrete5 would be hugely appreciated I'm new and am willing to learn, but there's no good manual on this yet. Thanks!


<!-- BEGIN OF HEADER -->
           <div id="header">
               <div id="left-header">
                   <!-- begin of logo and mainmenu -->
                   <div id="logo"><a href="index.html"><img src="images/logo.jpg" alt="" /></a></div>
                    <div id="slogan">Lorem Ipsum Dolor Amet Consectetur<br/>Adipisicing Elit, Sed Do Eiusmod Tempor</div>
                    <!-- end of logo and mainmenu -->
                </div>
                <div id="right-header">
                   <!-- begin of searchbox -->
                   <div id="s-container">
                       <div id="search-box">                           
                           <form id="search" action="#" method="get">
                            <fieldset class="search-fieldset">
                        <input type="text" id="s" value="search here..." onblur="if (this.value == ''){this.value = 'search here...'; }" onfocus="if (this.value == 'search here...') {this.value = ''; }" />

 
pvernaglia replied on at Permalink Reply
pvernaglia
Use to load an image from theme image directory

<img src="<?=$this->getThemePath()?>/images/photo.png">


http://www.weblicating.com/c5/cheat-sheet/...
Multishow64 replied on at Permalink Reply
Multishow64
If you are trying to convert html and css to c5 this might help..
http://concrete5-japan.org/dreamweaver/en/...
cheers
Multishow64 replied on at Permalink Reply
Multishow64
you must have Dreamweaver though..