answersLogoWhite

0

What is a DIV layout?

Updated: 8/16/2019
User Avatar

Wiki User

13y ago

Best Answer

Its used for tableless websites. So instead of <table><tr><td>, you would use <div> to separate areas along with a style sheet.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a DIV layout?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a DIV overlay via MySpace?

'Div Layout - Also know as a div overlay. When you use css coding to remove and/or hide the default layout elements and start with a clean slate to work with. A blank page for one to build a completely custom and unique page from scratch with complete freedom and control over any elements one decides to incorporate into the layout.


How do you get a blank MySpace?

In order to get a 'blank' MySpace... You need to make a div overlay layout.


How do you take the credits off your MySpace?

Sometimes the layout makers will try and hide the credit in the middle of the layout code. so look through the layout code and find something that says the owned website name and address. go to the beginning of the credit code. probably starts with &lt;div or something and highlight it until you get it &lt;/div&gt; the slash means that the code has ended. Now press delete. make sure you saved the layout code before in case you delete the wrong code part.


How can you use div under div?

It's not that hard. If this is what you mean: &lt;div&gt; &lt;div&gt; &lt;h1&gt;Some content&lt;/h1&gt; &lt;/div&gt; &lt;/div&gt;


How can you see the php code that is executed in your browser?

May be this example will help. Please focus on where ob_implicit_flush(true) and ob_end_flush(); are placed in your code. Version 1:-------------------------------- &lt;?PHP ob_implicit_flush(true); ob_end_flush(); ?&gt; e &lt;div&gt;a&lt;div&gt;a&lt;/div&gt; &lt;?PHP sleep(1); ?&gt; &lt;div&gt;b&lt;/div&gt; &lt;?PHP sleep(1); ?&gt; c&lt;/div&gt; Version 2:------------------------------ &lt;?PHP ob_implicit_flush(true); ob_end_flush(); ?&gt; e&lt;div&gt;a&lt;div&gt;a&lt;/div&gt;&lt;/div&gt; &lt;?PHP sleep(1); ?&gt; &lt;div&gt;b&lt;/div&gt; &lt;?PHP sleep(1); ?&gt; c&lt;/div&gt; Version 3:------------------------------ &lt;?PHP ob_implicit_flush(true); ob_end_flush(); ?&gt; e&lt;div&gt;a&lt;div&gt;a&lt;/div&gt;&lt;!--&lt;/div&gt;--&gt; &lt;?PHP sleep(1); ?&gt; &lt;div&gt;b&lt;/div&gt; &lt;?PHP sleep(1); ?&gt; c&lt;/div&gt; ?&gt;


Div class tags for HTML?

&lt;div&gt;hjghj&lt;div&gt; is a layer


What is the Perimeter of a 4 X 6 square?

This is a trick question. A square by definition has four equal sides, therefore it cannot measure 4 x 6. A geometrical figure having four sides, right angles, and measuring 4 x 6 would be called a rectangle, not a square. And it would have a perimeter of 20. &lt;p&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;The definition of a square is that all four sides are equal.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Therefore your 4x6 is a rectangle, and not a square.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Perimeter would therefore be&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;4+6+4+6= 20.&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Total all four sides of the rectangle. &lt;/div&gt;&lt;/div&gt;


How do you float a div?

&lt;div style="float:left;"&gt;content&lt;/div&gt; OR &lt;div style="float:right;"&gt;content&lt;/div&gt; I've attached a link that explains how this works in more detail.


How do you post in blogger using HTML?

&lt;div id="header"&gt; &lt;div id="footer"&gt; &lt;div id="content"&gt; &lt;div id="sidebar"&gt; &lt;div class="post"&gt;


Can you use different divs in the background 'body' div without disturbing the overall flow of the 'container' div?

Yes, the easiest way to do this is to change the z-index of the div so it is generated on a different layer. An example you could do is below: &lt;div style='position:absolute;z-index:-1;'&gt; This will be behind the main div &lt;/div&gt; &lt;div&gt; This is the main div &lt;/div&gt;


How do you make div by using css?

You can make CSS inside a div but not div in CSS. CSS inside div could be done by : &lt;do=iv style=""&gt;.


How do I get rid of my codes showing on my about me section on my MySpace profile?

You might have to end the code that is showing with &lt;/&gt;. Like the layout code starts with &lt;style&gt; and ends with &lt;/style&gt;. A clickable link starts with &lt;a href=...&gt; and ends with &lt;/a&gt;. A font code starts with &lt;font&gt; and ends with &lt;/font&gt;. Everything has a beginning and an end. &lt;div&gt;&lt;/div&gt;, &lt;center&gt;&lt;/center&gt;, &lt;object&gt;&lt;/object&gt;.