Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Background image path from server image folder

VedantDec 13 2013 — edited Dec 13 2013

I have a my file STYLE.CSS. I have uploaded my this css file to shared components/cascading style sheet  as  #WORKSPACE_IMAGES#  file.

In this file my body css code is

{code}

body {

  font-family:Arial, Helvetica, sans-serif;

  font-size:12px;

  line-height:18px;

  margin:0;

  padding:0;

  background: url(../images/header_bg.jpg) repeat-x left top #e9e9e9;

}

{code}

I want to replace my body image with images on server image folder. I try to change with server image folder path. But in css it is not working. But when i Add this code to  page templates header section .it is working fine.How an i do this means i want to change my server images path in style.css itself  rather than putting this in header section of page template.

Thanks & regarsd

Vedant

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 10 2014
Added on Dec 13 2013
1 comment
338 views