answersLogoWhite

0

How do you hide things with CSS?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

I hope this what you mean; I will cut and paste part of one of my sites that are printer CSS:

body {

background: #fff;

color: #000;

font-family: "Times New Roman", serif:

font-size: 12pt;

}

a {

text-decoration: underline;

}

#head {

text-align: center;

}

#pagetitle {

display: block;

}

#left, #foot img {

display: none;

}

div#head img {

display: none;

}

p.unseen {

display: none;

}

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you hide games from hi5 pofile?

<style type='text/css'> #gamesModule {display:none;} </style>


Can you use HTML to reveal hide?

The short answer is no. If you want to reveal or hide elements on a web page then you will need to use a combination of HTML coding and CSS coding. Example:content you wish to hide goes here


How can you hide your gifts on hi5?

<style type="text/css"> #gifts, #gifts + div {display: none} </style>


How can you disable clicks with CSS?

You don't disable clicks with CSS. That takes a more active language like JavaScript, JQuery, Ajax, PHP, etc.. You can hide any text/image link those with one of these CSS properties: visibility: hidden; display: none;


How does one put a Hide Music Player on the Myspace page?

One can put a Hide Music Player on the CSS box. Another option would be to go to the page that says 'customize profile.' After that, click 'modules' and then press hide.


How do you hide number of friends on profile 2.0?

Put this code in the CSS section: .msc {hide friend count text} div.friendSpaceModule div.toolbar span.toolbarCount {display:none;} Hope that answered your question! =]


How does the government hide things?

The Hide it By Not Telling Us (.-. )


How do you Hide interest for Hi5?

here you go <style type="text/css">#Interests {display:none;} </style> copy paste the code into your about me section


What is something you hide?

Something you hide mostly private things.


How do you hide section headings in MySpace 2.0?

for interests, in customize profile; control panel; appearances; css, enter this. div.interestsModule h4 {display: none}


Why does a css class not work in fire fox?

CSS classes do work in FireFox. What is the main problem? (specifically)Have you checked that the syntax is correct?There is a lot to learn about things with CSS and browsers, you may need a hack or fix, if all else fails.


What are the various application of css?

The use cases of CSS are wide and varied. While it is true that CSS is commonly used to style web pages, CSS is also used to style things like the FIrefox and Thunderbird user interface, to style HTML-based emails, mobile Web Applications, and more. CSS is a powerful tool.