Ways to address src images
i've looked @ of documentation on web still use primer.
the ways src documents referenced in both html , css style sheets confusing. i've seen specs starting "../" , others starting "/" while others start folder name without prefix. can clarify formats used refer folders or files inside web site area?
also, can clarify when use import vs. link rel when referring style sheet?
thanks
tom
the ways src documents referenced in both html , css style sheets confusing. i've seen specs starting "../" , others starting "/" while others start folder name without prefix. can clarify formats used refer folders or files inside web site area?
also, can clarify when use import vs. link rel when referring style sheet?
thanks
tom
for image, it's paths. image links ( or file link
matter ) start forward slash "/folder/img.gif" referencing
the image relative root of site. useful if using
the images in ssi ( server-side include ) or dynamic pages, or in style
sheets.
images ( or files ) linked "../folder/img.gif" being referenced
relative actual document image being placed into.
if image has neither of these , "img.gif" means image
is in same folder page being placed into.
the @import style sheets used hide stylesheet
following browsers...
netscape 4.x
win ie 3 > ie4
mac ie 4.01 > ie 4.5
konquerer 2.1.2
win amaya 5.1
all other browsers pick styles @import link. using
standard link available browsers support css.
--
regards,
..trent pastrana
www.fourlevel.com
"tcarp" <webforumsuser@macromedia.com> wrote in message
news:e9s8sd$fpl$1@forums.macromedia.com...
> i've looked @ of documentation on web
> still use primer.
>
> ways src documents referenced in both html , css style
> sheets
> confusing. i've seen specs starting "../" , others starting
> "/"
> while others start folder name without prefix. can
> clarify formats used refer folders or files inside web site
> area?
>
> also, can clarify when use import vs. link rel when referring
>
> style sheet?
>
>
>
> tom
>
matter ) start forward slash "/folder/img.gif" referencing
the image relative root of site. useful if using
the images in ssi ( server-side include ) or dynamic pages, or in style
sheets.
images ( or files ) linked "../folder/img.gif" being referenced
relative actual document image being placed into.
if image has neither of these , "img.gif" means image
is in same folder page being placed into.
the @import style sheets used hide stylesheet
following browsers...
netscape 4.x
win ie 3 > ie4
mac ie 4.01 > ie 4.5
konquerer 2.1.2
win amaya 5.1
all other browsers pick styles @import link. using
standard link available browsers support css.
--
regards,
..trent pastrana
www.fourlevel.com
"tcarp" <webforumsuser@macromedia.com> wrote in message
news:e9s8sd$fpl$1@forums.macromedia.com...
> i've looked @ of documentation on web
> still use primer.
>
> ways src documents referenced in both html , css style
> sheets
> confusing. i've seen specs starting "../" , others starting
> "/"
> while others start folder name without prefix. can
> clarify formats used refer folders or files inside web site
> area?
>
> also, can clarify when use import vs. link rel when referring
>
> style sheet?
>
>
>
> tom
>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment