Giving Credit's

User 2924428 Photo


Registered User
1,718 posts

Hey guy's, I am trying to write a note in the footer part of my website, however it's stacking on top of words, like there isn't any width being allowed, I want it to follow the footer stripe, you can have a look here.. www.craigjuddpinstriping.net and let me know please what I can do, I actually want it displayed below the bar and to the left. thanks guys! :)
User 187934 Photo


Senior Advisor
20,271 posts

You need to give your footer some width in the css.;)
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

Yes, try width: 1100px; and margin: auto; to get it away from the word 'loading'. Where does that word come from anyway? It's not in the html nor in the css.
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

Got it, thanks guys, that "loading" thing, I think had something to do with my intro when I used flash firestarter and it hasn't gone away :(, I don't know what to do about it either.. I deleted all the files that were associated with that intro.. I guess things have a funny way of coming back ..:/
User 187934 Photo


Senior Advisor
20,271 posts

Looks to me the loading is from the shadowbox script.;)
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 2924428 Photo


Registered User
1,718 posts

Interesting.. i can't seem to find it, although i've never actually played with javascript, i found the code, but no "loading" anywhere..
User 122279 Photo


Senior Advisor
14,646 posts
Online Now

The word was in the js file for the shadowbox. Attached is a js file where I have removed, hopefully not the function, but the actual word. Save a copy of your current js file, call it shadowbox.txt or so, and try using the one in the attachment instead and see if it works.
Attachments:
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

And another thing: Let that counter appear on the next line or so. Since it doesn't line up with the text anyway...
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

I'm toying around with the footer css and <div id's>, but I can't find a class or id that would work in the footer to break up the sentence into spaces, or at least enough to separate the credits from the counter. :rolleyes:
User 122279 Photo


Senior Advisor
14,646 posts
Online Now

Put the counter in a div e.g.div id="counter", then it appears in a line below the text. And use that js I posted here earlier in order to get rid of the word 'loading'. Alternatively, give the footer a margin: auto; (stylesheet line 491), then the line of text will move away from 'loading'.
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.