|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
css: how to include <code></code> into a class?
hi
is it possible to automatically assign the <code> tag to an own class? something like .my_class { <code> font-family: "verdana..."; </code> } thanks for help! its evident that the way above cant work, but i hope you know what i mean! ![]() j0sh
__________________
God, you gave man penis and brain, but only enough blood to run one at a time. ![]() my webpage: www.josh.ch my current project: phpmywebmin.josh.ch - a browser based file management application for webspace |
|
#2
|
||||
|
||||
|
Something like this maybe?
Code:
code
{
font-family: "verdana...";
}
You can set css by tag name
__________________
Spidermonkey Tutorial http://www.aoeex.com/gmap.php - Put yourself on the map |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > css: how to include <code></code> into a class? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|