answersLogoWhite

0

That's like a layout. The design behind all of the writing and stuff.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are some websites for your zwinky profile?

Yes there is. The easiest one and the best one is Profileband.com. You can get layouts for a lot of sites there. To put it on your Zwinky profile, go to edit profile, and you'll see a custom style sheet option, where you can open and paste the code for the layout in there. Hope this helped!


What type of style sheet uses the style tag?

CSS (Cascading style sheet)


How do you do 69 style?

whats that


What is the function of xml-style sheet href?

That would refer to the location of the style sheet for your XML document


Which type of custom boxes has the best style?

Every Wholesale Custom boxes have its own style and every custom box has its own value but the value and style depend on the material if the material has good quality the style and value must be increased.


How do you do photobucket for zwinky?

If your asking how to get your photos from photobucket onto your zwinky profile then heres the answer. You open up your zwinky profile and click 'edit profile' somewhere it should say 'custom style sheet''click to display' you click that and open up a tab or another page and go to your photobucket select the picture that you want and if you mouse over it it should have some things to select from at the top click 'share' then something should pop up click 'Get link code' then copy the one that says 'HTML for websites & blogs' paste that onto the box of your zwinky profile then save it your photo should now be on your page repeat these steps to put on more photos. Tip: Your photo will appear very large on your profile if you dont resize it before copying the code.


How do you edit an already created style sheet and then save it with a new name?

To edit an already created style sheet and then save it with a new name, first load the style sheet. Then, save the sheet with a new name so that changes will remain separated from the original sheet. Then, make the changes to the sheet using the editing functions.


What is the meaning of cascading?

The cascading that is referred to in the name cascading style sheets refers to how rules can cascade in how they are implement. CSS rules can be found in three places: an external style sheet, and internal style sheet, or inline. Cascading refers to precedence. A rule located inline, will take precedence over a rule located in an internal style sheet and a rule located in an internal style sheet will take precedence over a rule located in an external style sheet. Within a single style sheet (for example an external style sheet) a rule located at the bottom of the style sheet takes precedence over a rule located at the top of the style sheet. This allows you fine tuned control over your styles and how and when they display and which one will display based upon where in the cascading hierarchy they appear.


Difference between embedded style sheet and linked style sheet?

Actually, there is no difference between an embedded style sheet and a linked style sheet. They are exactly the same thing, just different wording to describe the same process. To embed a style sheet into a document, you use the <link /> tag within the <head> tag of an HTML document. An example is: <link rel="stylesheet" href="style.css" type="text/css" />


What is the document containing style information for linked style is called?

An external style sheet.


What are cascading sheetswhat are the 3 ways using them in designing web pagesexplain with an example?

Three Ways to Insert CSSThere are three ways of inserting a style sheet: External style sheetInternal style sheetInline style An external style sheet is ideal when the style is applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the tag. The tag goes inside the head section: An external style sheet can be written in any text editor. The file should not contain any HTML tags. Your style sheet should be saved with a .css extension. An example of a style sheet file is shown below: hr {color:sienna;}p {margin-left:20px;}body {background-image:URL("images/back40.gif");}


What is the fullform of CSS?

cascading style sheet