Site Construction, 170mb - Page 3

User 2924428 Photo


Registered User
1,718 posts

Inger, how do I download the graphics? I think I lost mine lol.
User 122279 Photo


Senior Advisor
14,646 posts
Online Now

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


User 122279 Photo


Senior Advisor
14,646 posts
Online Now

The zip file is on its way...

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


User 2924428 Photo


Registered User
1,718 posts

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!! :D
User 2924428 Photo


Registered User
1,718 posts

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:D:D
User 2924428 Photo


Registered User
1,718 posts

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 -->
User 187934 Photo


Senior Advisor
20,271 posts

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
User 122279 Photo


Senior Advisor
14,646 posts
Online Now

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


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


User 2924428 Photo


Registered User
1,718 posts

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.. :/
User 122279 Photo


Senior Advisor
14,646 posts
Online Now

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



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.