[HTML] It's been a while..

User 2924428 Photo


Registered User
1,718 posts

Hey guys, it has been a while since i've edited a site, but I want to continue my schooling with you all :). I started a website called "Team Beasty" which can be found here at http://www.teambeasty.com
I can't seem to figure out what's holding back the "img1" from posting on the site,
&
I can't seem to get the font to work together with it.
I've also started using z-index with my pictures because I think it would just make a neater site..

Thanks for the help in advance guys!!
User 187934 Photo


Senior Advisor
20,188 posts

Maybe this needs a look at.
http://validator.w3.org/check?uri=http% … mp;group=0

or
http://jigsaw.w3.org/css-validator/vali … mp;lang=en
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,450 posts

You seem to have corrected the errors in the html but forgotten the one in the css. You won't be able to use z-index with px values.
Also, your font won't display without any text on the page. Haven't actually checked the font-face properties, but you have this line in the document body:
<title> Team Beast of Burden <title>
Everything within title tags belongs in the header, where it is also to be found, correctly with an end tag after the title (</title>)
If you want the 'title' to display on the page, try one of the header tags (h1 through h6)
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

lol ok i'm still making newbie mistakes :\. I'll fix it now and work a bit more on this site..
User 2924428 Photo


Registered User
1,718 posts

Ok, I still can't get the font to work, and the images using html / css is kinda confusing, i'm on both boards trying to keep up. I need a little help from my friiieeends!!
User 187934 Photo


Senior Advisor
20,188 posts

I think this will help you out.:)
http://www.w3schools.com/cssref/css3_pr … e_rule.asp
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,450 posts

If you want to have the site responsive, you should stop making those absolute positioned images with px values for margins. use % instead. And make the images shrink when the viewport is smaller.
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 got the font working, thank you Eric :)
@Inger I'm not sure what % amounts to use.. I was just going to purchase the new app later this month and do it that way :)

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.