Loading


Kroll Web Design
Needham, Massachusetts

781.910.3694
davidarthurkroll@verizon.net



 
KrollWebDesign.com

Client Solutions

 
« Return

Here are some challenges and solutions for some of my client's web sites:
Client: High5 Ballooning. I inherited a site that contains tables and legacy code. One page had a font that was too small at the bottom of the page, but the other pages had the correct size font:
The page with the incorrect font needed the following code change for the first line in the center section body content area, to be like the other pages:
Before:
<td valign="top" bgcolor="white" width="649">
After:
<td class="bodytext" valign="top" bgcolor="white" width="649">
If the site is at some point re-written, a template should be used, so that code for sections such as this is consistent across all pages, and only needs to be maintained in one place.
Client: High5 Ballooning. The solid white background of a table-based page was broken, with the blue background showing through:
The cause was white space after an img tag but before the end td tag. It wasn't obvious that this white space was there, because word wrap was putting the end td tag on the next line. In this illustration I turned off word wrap so that you can easily see the white space:
Client: High5 Ballooning. The alignment of an item in the bottom section was too far too the left, and not centered like I wanted. This was only happening in IE, not Firefox, Safari, or Chrome.
A photo immediately before the bottom section, that was floated right, was affecting the alignment, because the float had not been correctly cleared in the bottom section:
Back to top

 
©2010 Kroll Web Design    davidarthurkroll@verizon.net    781.910.3694