Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 





Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
Thread Tools
Old 05-09-2008, 01:21 PM   #1 (permalink)
Registered User
 
Join Date: May 2008
Posts: 3
OS: win xp


Question Web Easy Pro

I built a new website using web easy pro 7. When I upload to server, some of the images or distorted. what am i doing wrong?
lawhaus13 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-09-2008, 11:00 PM   #2 (permalink)
Design Team Member
 
Jaxo's Avatar
 
Join Date: Feb 2008
Location: Deming, NM
Posts: 242
OS: XP SP2 & Vista


Question Re: Web Easy Pro

Welcome lawhaus13,

There could be many different reasons. The best thing to do is post the code and/or a link to the site (preferably a link to the site). That will allow us to look at your images and code to find a possible fix for you.

Hopefully we can help you out.
Jaxo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-14-2008, 09:02 PM   #3 (permalink)
Registered User
 
Join Date: May 2008
Posts: 3
OS: win xp


Re: Web Easy Pro

go to my website www.silsbeefpc.org and scroll all the way down to the bottom. you will see a link New FPC Website Under Construction. click on the link and you will see the new site. thanks
lawhaus13 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-14-2008, 11:34 PM   #4 (permalink)
Design Team Member
 
Jaxo's Avatar
 
Join Date: Feb 2008
Location: Deming, NM
Posts: 242
OS: XP SP2 & Vista


Exclamation Re: Web Easy Pro

Not really versed in Web Easy Pro, but I can deffinetly point some issues out with the code.

The reason your main header image is distorted is it's getting stretched out, both width and height. See the code below.

Code:
img#e1              { /* images/silsbeefpc001001.... */
	position        : absolute;
	left            :   0.00pt;
	top             :   0.00pt;
	width           : 600.00pt;
	height          : 198.00pt;
	}
In the above code it's giving your image a width of 600pt which on my screen factors to 1000px. The image size is actually only 800px so the 1000px is pulling the image wider then it should be thus distorting it. The 198pt translates to 330px on my screen (The image height is only 264px, distorting even more). I keep stating my screen because there are so many factors when it comes into converting pt to px. Not sure if it's easy to change a value from pt to px in Easy Web Pro. Perhaps someone with more knowledge on that paticular program can help. You can always edit this within notepad too, but can be confusing if you don't know how to read html/css code.

So it looks like the image was created for a 800px wide site, but web easy pro (to fit all the content) has stretched it out to 1000px (roughly). Check into the settings and see if you can play around with the different size box's (divs). Most of the box's(divs) are larger then the content in them.

Hope this makes sense. If you need any more help or guidance with this please let us know.
Jaxo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 05-16-2008, 07:48 PM   #5 (permalink)
Registered User
 
Join Date: May 2008
Posts: 3
OS: win xp


Re: Web Easy Pro

thanks
lawhaus13 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 05:37 AM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81