answersLogoWhite

0

The Subcide is a better graphic for the CSS website layout.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is a CSS Layout Generator?

The CSS Layout Generator is a tool used to create website layout templates. It uses an on-line code known as CSS (cascading style sheets) which is a language used in formatting and the look of a layout.


What is a general layout?

The CSS Layout Generator is a tool used to create website layout templates. It uses an on-line code known as CSS (cascading style sheets) which is a language used in formatting and the look of a layout.


Where do i get the CSS layout.?

What CSS layout are we talking about here, My Space? A normal page? You can get from some layout templates or DIY with layout genetrators.


How do advanced css layout work?

There is no such physical thing as "Advanced" CSS, nor advanced css layouts. CSS can get difficult, and certain areas can be deemed for the "Advanced" coders, but all-in-all, there is no such thing as an Advanced CSS Layout.


What is the principle of CSS positioning about?

The principle of CSS positioning is about separating content from layout. By doing all the positioning from a single CSS file, one can completely change the look and feel from a website by changing a single file, thus decreasing the amount of work it takes to adjust something on a website and decreasing the amount of laber, and thus also cost, a website technician has to put in.


What is required to submit a layout to CSS Gallery?

In order to submit a layout to CSS gallery, one should locate the tab on the main webpage labeled "Submit a Site." From here, there is a form for one to fill out, including a space for the website URL to be submitted, along with one's first and last name and email address.


How do you create a website using a table?

It's something you absolutely shouldn't do. It's basically an old hack method that was used for organising the layout of a web page before better ways were standardised. CSS is the main thing used for setting the appearance of a web page.


How do you make text smaller in HTML?

in css - layout font-size: 36;


Were do i paste layout on MySpace 2.0?

Paste it in the CSS box. Here are directions to find the css box: http://profilerehab.com/help/how_to_use_myspace_20_layouts


Does the Answers.com website use CSS positioning?

Yes, the Answers.com website uses a tableless CSS design. So all positioning is done using CSS.


What is the element of CSS?

Mostly use Pseudo-elements in CSS for website designing.


Using CSS on neopets how do you remove the sidebar on a guild layout?

To remove the sidebar on a Neopets guild layout using CSS, you can add the following code to your guild's custom CSS section: #sidebar { display: none; } This CSS rule targets the sidebar element by its ID and sets its display property to none, effectively hiding it from view. Make sure to save your changes to see the effect on your guild page.