- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
This is madness, unix and linux platforms had that do years now, wtf? Filed: June 8, 2007 WTF!
1. Scrap everything. 2. Why do you have table elements in the formating of the page? Table elements are there to display large data tables, not to assist you with your layout. For the data that you have a combination of div + ul/li elements would be sufficient. 3. Stop …
[url]http://free-css.com[/url], loads and loads and loads of free templates and free layouts :)
What you will need is a separate stylesheet for your printing layout. To insert it, put this into your head: [code]<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />[/code] then in the stylesheet simply put: [icode]display:none;[/icode] for each of the elements that you don't want to display. Done. :)
id is the id of an element, thus the style you create for an id only applies to one object. class on the other hand is a group of style variations that may be applied to several different objects. simple example: imagine you have some text that takes up the …
The End.