Is the incorrect to use margins on the majority of your html object to arrange them? [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
sorry about asking a question like this but I am just getting the hang on Dreamweaver and using margins seems harmless at the start but once I progressed in building my page objects seem to be out of place, is there something i can do to help with this?

Using margins everywhere will cause a problem when you resize your browser or check your website on a smaller screen.
You can check this website learnlayout.com to learn the basics of div based layouts.

Related

Could you tell me how it works? css html [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
http://tunein.com/radio/Verten-Radio-s150574/
If you check this web page, you will find that the green logo: "Verten Radio" is being included in the upper part. Could you explain how it works?
They use position : absolute; and then assign top and left value to the element, therefore the green logo is being included in the upper part. I think that you should learn about Position first, and then learn how to use Google Chrome DevTools. it will help you inspect element, you won't get confused with HTML, CSS and JS technique used in other websites. hope that helps.

Page formatting messing up on different resolutions and footer not working in general [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm new to HTML and CSS and I don't know any other web languages. 2 Questions:
When my website (zarwanhashem.com) is accessed using a different resolution than the one it was made on the header area at the top isn't filling up the page and the text is going beyond it as well. I didn't have this issue at first. Why is it messing up? Also, I'm not sure if you can see my CSS from inspect element.
The footer I created isn't showing up. It was working fine last night and I honestly have no clue what changed that made it stop working now. It isn't showing up.
Let me know if you need any other details. Thanks for the help.
your footer is inside a misclosed comment <!--footer-> instead of <!--footer-->

Is there a way to know where on page something is placed html [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Let's say I want to know if a call-to-action (like a fill-out form) is placed "within the fold" meaning it is visible as soon as you load the page without scrolling. Is there something in the html that would allow me to know this?
You may want to start by reading up on the CSS position attribute. Perhaps position: fixed is what you are looking for. But it really depends on the remaining content of your site.

Why is the page split into two? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm just combining css files from other templates but I can figure out why I'm getting a split in the pages. Please take a look here, might need to widen it up to see the problem.
http://jsfiddle.net/8xz8m/
It is hard to describe but when I re-size the browser I'm getting a very weird effect. Like two windows moving apart. Does anyone have any guidance I can follow to fix the problem?
Screenshot:
overflow:hidden is the main culprit. Remove it, and everything "magically" shows up again.

Scale Entire Site [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I essentially want to be able to scale the entire site (images, elements, the whole sha-bang) to what ever browser size window the user is using. Anyone have success doing this and would be willing to share how?
I'm using HTML 5 by the way.
You need to start thinking about sizing your elements using percentages instead of pixels.
Take a look at this simple example and it may help you on your way. Good luck.
http://jsfiddle.net/hACbn/1/
Take a look at using responsive layouts:
Here's a half decent framework to get you started
http://gridpak.com/