maij Posted May 7, 2009 Share Posted May 7, 2009 i used to create html fixed width websites. and from that i learned all images within the generated tables need a support. now lately, i made a new html page, where i put everything normally in. just the problem is, width all tables except 3 having fixed values that are no procent. those 3 are the upper line, lower line, and body. which are the only 3 tables that should extend when the browser does. now the problem is, programmaticly seen everything is ok, there should be no problem. but what happens in that inside the browser's page, it gets big gaps, where normal should be frozen since they are fixed width. now i also noticed that the images with fixed width (!USING 100% AS WIDTH!,used to work) are not the required length, because the large gaps are using space that the fixed width should fill.. now i might be a littlebit vague as i find it myself, so therefore i can mail you the photoshop CS3 file in order to see what i mean. also: i want to note i am not too experienced in both html and photoshop slicing methods thanks for the help in advance Quote Link to comment https://forums.phpfreaks.com/topic/157265-solved-photoshop-cs3-to-html-design/ Share on other sites More sharing options...
Ken2k7 Posted May 7, 2009 Share Posted May 7, 2009 Don't give *everything* a fixed width and height. Quote Link to comment https://forums.phpfreaks.com/topic/157265-solved-photoshop-cs3-to-html-design/#findComment-828808 Share on other sites More sharing options...
maij Posted May 7, 2009 Author Share Posted May 7, 2009 like i said, i didnt give *everything* a fixed width and height. first of, i never mentioned fixed height, since that didnt made me care (yet?). secondly, i said only 3 tables have fixed width in procent the rest have normal values and as u should know, tables will fall apart if no width and height is defined without content ( since its an template, it does not contain any text or images) and considering i am using the table's background property instead of image because i want to be able to write on certain places, i cannot leave width and height properties away, or valueless Quote Link to comment https://forums.phpfreaks.com/topic/157265-solved-photoshop-cs3-to-html-design/#findComment-828822 Share on other sites More sharing options...
Ken2k7 Posted May 7, 2009 Share Posted May 7, 2009 What is "procent"? Quote Link to comment https://forums.phpfreaks.com/topic/157265-solved-photoshop-cs3-to-html-design/#findComment-828843 Share on other sites More sharing options...
Axeia Posted May 7, 2009 Share Posted May 7, 2009 Dutch for percent and errr try cruising around with firebugs inspect ability to see if there's any unexpected css interfering. Quote Link to comment https://forums.phpfreaks.com/topic/157265-solved-photoshop-cs3-to-html-design/#findComment-828945 Share on other sites More sharing options...
maij Posted May 8, 2009 Author Share Posted May 8, 2009 ye dutch procent is percent, dunno why i suddenly forgot the diffrence lol. anyways i am 100% sure there is no css, and if so, how would that fix this problem? Quote Link to comment https://forums.phpfreaks.com/topic/157265-solved-photoshop-cs3-to-html-design/#findComment-829421 Share on other sites More sharing options...
maij Posted May 8, 2009 Author Share Posted May 8, 2009 EDIT: PROBLEM SOLVED: to fix this problem, i exported the page on the maximum available width, after that i put down the same BUT this time i also included fixed width for a spacer. so the problem was probably caused by a 1 px height spacer, which i havent looked at the first time. so to all new photoshopper web template designers: export largest size you want to the page to be viewed with, and dont forget to edit the spacers width aswell! Quote Link to comment https://forums.phpfreaks.com/topic/157265-solved-photoshop-cs3-to-html-design/#findComment-829481 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.