Inger, how do I download the graphics? I think I lost mine lol.
I'll zip it up and send it to you a .bit later today
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
The zip file is on its way...
Ask if there is something you don't understand, I'll be in all evening.
Ask if there is something you don't understand, I'll be in all evening.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Ok thank you so much Inger!!, i'm currently implementing the code on each page I have.. I don't know where I placed half of the files I used lol.. I don't know files mysteriously disappear sometimes.. thanks again Inger!!

Website looks awesome!! Completely awesome!! I really wish that I could learn how to do this, i'm going to study the code now and see , thank you again Inger:D


Hey Inger, I have a question about the html.. I actually didn't know that you could have two id's open at once, this is always possible?
<div id="wrapper">
<div id="sheet">
<section class="index">
<a href="shadowbox/images/page11.jpg" rel=""><img class="nomargin" src="shadowbox/images/page11-1.jpg" alt="Pimp Daddy" title="Pimp Daddy" /></a>
<a href="shadowbox/images/page12.jpg" rel=""><img class="nomargin" src="shadowbox/images/page12-1.jpg" alt="Craig Judd" title="Pimp Daddy" /></a>
<a href="shadowbox/images/page13.jpg" rel=""><img class="nomargin" src="shadowbox/images/page13-1.jpg" alt="Pinstriping" title="Pimp Daddy" /></a>
<a href="shadowbox/images/page14.jpg" rel=""><img class="nomargin" src="shadowbox/images/page14-1.jpg" alt="Chowchilla" title="Pimp Daddy" /></a>
</section>
</div> <!-- end sheet -->
<div id="wrapper">
<div id="sheet">
<section class="index">
<a href="shadowbox/images/page11.jpg" rel=""><img class="nomargin" src="shadowbox/images/page11-1.jpg" alt="Pimp Daddy" title="Pimp Daddy" /></a>
<a href="shadowbox/images/page12.jpg" rel=""><img class="nomargin" src="shadowbox/images/page12-1.jpg" alt="Craig Judd" title="Pimp Daddy" /></a>
<a href="shadowbox/images/page13.jpg" rel=""><img class="nomargin" src="shadowbox/images/page13-1.jpg" alt="Pinstriping" title="Pimp Daddy" /></a>
<a href="shadowbox/images/page14.jpg" rel=""><img class="nomargin" src="shadowbox/images/page14-1.jpg" alt="Chowchilla" title="Pimp Daddy" /></a>
</section>
</div> <!-- end sheet -->
On the picture page the background is showing through the slideshow.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
You can have a div id inside a div id inside a div id.... They have to have different id's, that is the rule.
You will also see that there is a header_left and a header_right just on top of each other here:
That way I can put in two background images, in this case the logo and the small brush, seemingly into the same div.
You will also see that there is a header_left and a header_right just on top of each other here:
<div id="header">
<div id="header_left"><div id="header_right"></div></div>
<div id="navigation">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="pictures.html">Pictures</a></li>
</ul>
</div> <!-- end navigation -->
</div> <!-- end header -->
<div id="header_left"><div id="header_right"></div></div>
<div id="navigation">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="pictures.html">Pictures</a></li>
</ul>
</div> <!-- end navigation -->
</div> <!-- end header -->
That way I can put in two background images, in this case the logo and the small brush, seemingly into the same div.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Wow.. I have to remember that because that saves a lot of time right there.. 
A div inside a div and you have to close both div's the same way right?
Up top it looks like 3 div's are open, and there are only 2 </div>'s closing..

A div inside a div and you have to close both div's the same way right?
Up top it looks like 3 div's are open, and there are only 2 </div>'s closing..

In that bit of code I posted there are four divs involved, and they are all closed. Just count them

Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.