Scrolling CODE, overflow-x:scroll, how to edit <code> tag
-
hello,
i want to make my posts code scrollable because sometimes it is too wide.
in css i tried this:
‘code, pre {
color: #F26722;
font: 12px “Courier New”;
background-color:#F6FCFD;
border-width:1;
border-color:#BEBEBE;
border-style:dotted;
padding:4px;
width:515px;
overflow-x:auto;
overflow-y:hidden;
}’Can you tell me what is wrong with that?
Looking forward to your answers.
a.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Scrolling CODE, overflow-x:scroll, how to edit <code> tag’ is closed to new replies.