Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #27.9K
Ranked #4K
~1K People Reached

5 Posted Topics

Member Avatar for newsguy

This is madness, unix and linux platforms had that do years now, wtf? Filed: June 8, 2007 WTF!

Member Avatar for jbennet
0
230
Member Avatar for surekhavk

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 …

Member Avatar for daulex
0
122
Member Avatar for cohen

[url]http://free-css.com[/url], loads and loads and loads of free templates and free layouts :)

Member Avatar for cohen
0
97
Member Avatar for farshidk

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. :)

Member Avatar for farshidk
0
103
Member Avatar for daviddoria

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 …

Member Avatar for daulex
0
449

The End.