X-Files
01-25-2006, 01:18 PM
Where can I find and edit this code which is the WYSIWYG.
<html><head><style type="text/css">.wysiwyg { background: transparent url(images/background.jpg) repeat-x scroll left top; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255); font-family: Trebuchet MS,Verdana,Helvetics,Arial,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; } p { margin: 0px; }</style></head><body style="font-family: Trebuchet MS,Verdana,Helvetics,Arial,sans-serif; font-size: 10pt;" class="wysiwyg">yyyyyyyyyyyyyyyy<br></body></html>
This is what I want to change
background: transparent url(images/background.jpg) repeat-x scroll left top;
<html><head><style type="text/css">.wysiwyg { background: transparent url(images/background.jpg) repeat-x scroll left top; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(255, 255, 255); font-family: Trebuchet MS,Verdana,Helvetics,Arial,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; } p { margin: 0px; }</style></head><body style="font-family: Trebuchet MS,Verdana,Helvetics,Arial,sans-serif; font-size: 10pt;" class="wysiwyg">yyyyyyyyyyyyyyyy<br></body></html>
This is what I want to change
background: transparent url(images/background.jpg) repeat-x scroll left top;