|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
problem with paragraphs when using css
I'm experimenting using css, on the page
http://www.philmorris.biz/view.php?id=3278941167 The problem I have is the way that each line on the description has its own highlight- something that I've only experienced with css One thing I've noticed is that each line of the description is it's own paragraph, however since the description is pulled straight from eBay, there's not much I can do about that. Are there any obvious things I'm not thinking of? Thanks |
|
#2
|
||||
|
||||
|
The answer is in the stylesheet.
Code:
body, td, p, div {
font : normal normal normal 12px/normal Arial, Helvetica, sans-serif;
scrollbar-3dlight-color : #3169B5;
scrollbar-highlight-color : #3169B5;
scrollbar-arrow-color : #FFFFFF;
scrollbar-face-color : #79A4C9;
scrollbar-shadow-color : #202558;
scrollbar-darkshadow-color : #12142F;
scrollbar-track-color : #E5EEF2;
background-image: url(gradient.gif);
background-repeat: repeat-x;
}
cheers, gary
__________________
There are those who manage to build a web site without knowing what they're doing; thereby proving to themselves they do, indeed, know what they're doing. My html and css workshop, demos and tutorials. Ask a better question, get a better answer. Last edited by kk5st : March 7th, 2004 at 10:46 PM. Reason: stupid typos!#@%*@ |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > problem with paragraphs when using css |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|