HighDots Forums  

Re: Live View Differences

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Live View Differences in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
martcol
 
Posts: n/a

Default Re: Live View Differences - 03-27-2009 , 02:16 PM






Your URLs are wrong in your CSS I think.

background-image:
url(file:///C|/Documents%20and%20Settings/Dominguezan/Desktop/New%20Logo%203.jpg
);

Take that one as an example. It's linking to a file on your drive but
Dreamweaver (and a browser) will expect it to have a path that relates to the
root of your web site.

Also, it's never a good idea to include spaces in any file names on the web
including your images. Your file is called New Logo 203.jpg - you should
change that to NewLogo203.jpg or as you see in your code, it gets translated as
something far more complicated.

Martin


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.