Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Best Method for Client Review
Old 10-20-2005, 04:28 PM Best Method for Client Review
Novice Talker

Posts: 9
Trades: 0
Hello this is my first post! I am working a new web site design for a client. Usually I upload the site to my web site and have them view it via a link. The client is requesting a meeting in person; I tried to copy the html, images and css to my laptop. Everything looked fine except the CSS styles, nothing remained the text defaulted. Basically I am looking for the best way to copy the site for review without use of the web. The client still has dial up and I have a wireless laptop. I want the site to remain as will be seen on the web, including all effects, css, etc. Any suggestions? Thanks in advance.
jfeaga is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-26-2005, 11:04 PM
Christopher's Avatar
Iced Cap

Latest Blog Post:
Cross-domain AJAX with JSONP
Posts: 3,110
Location: Toronto, Ontario
Trades: 0
Quote:
I tried to copy the html, images and css to my laptop. Everything looked fine except the CSS styles, nothing remained the text defaulted.
It should still work no matter where you place it. You are probably using the absolute path of your CSS file instead of a relative path.
An absolute path means using the entire path. For example: http://mysite.com/css/mycss.css. A relative path is a path that is relative to your current working directory. If your page was http://mysite.com/mypage.html, then the relative path will simply be css/mycss.css. I don't know you're level of experience, so excuse me if I'm explaining something you already know
So try looking at how you are linking your CSS and make sure you are using relative paths (which should work everywhere you copy all your files to) instead of absolute paths.

ie:
HTML Code:
<link rel="stylesheet" type="text/css" href="css/mycss.css" />
__________________

Please login or register to view this content. Registration is FREE
- Latest Articles:
Please login or register to view this content. Registration is FREE
,
Please login or register to view this content. Registration is FREE

--
Please login or register to view this content. Registration is FREE

Christopher is offline
Reply With Quote
View Public Profile
 
Old 10-27-2005, 07:31 AM Face to face
JohnJ's Avatar
Extreme Talker

Posts: 198
Location: Raleigh, NC
Trades: 0
I frequently do both 'link' reviews where I take a client though his new website on the telephone while we each review the site on my website OR I do face-to-face reviews with the client but I still leave his new pages on my website and walk him through the review using a wireless internet connection.

If I do it that way I can do the face-to-face virtually anywhere -- my office, his office, a coffee shop with a hotspot - whatever.

JohnJ
__________________
JohnJ

Please login or register to view this content. Registration is FREE

WebImages Inc. - Raleigh NC
JohnJ is offline
Reply With Quote
View Public Profile Visit JohnJ's homepage!
 
Reply     « Reply to Best Method for Client Review
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.26096 seconds with 12 queries