for wayne... function passed over chat from Wayne - application.awsService.lookAndFeelImageUrl(corpId=variables.currentCorpId, imageName='afb_logo') track down the different image stuff. corporations table normal square logo - field name:corp_logo varchar(150) - set size 83x83 pixels (square logo) sample: ../images/default_logo.gif or ../images/logos/adilas_shop_logo.png controlling pages: top_secret/secure/add_edit_corp.cfm and top_secret/secure/add_edit_corp_action.cfm Currently no upload. This was the old default image (original logo). Most of these are stored in top_secret/images or top_secret/images/logos/ folders. alternate logo - field name:alternate_corp_logo varchar(150) - no set size - open format sample: ../images/adilas.gif or ../images/logos/beaver_mountain_logo.png controlling pages: top_secret/secure/add_edit_corp.cfm and top_secret/secure/add_edit_corp_action.cfm Currently no upload. This is only a couple years old. If it exists, this is the main logo for the classic stuff. On purpose, this logo may be portrait, landscape, or square. This is the alternate logo. Most of these are stored in top_secret/images or top_secret/images/logos/ folders. watermark - field name:watermark_image varchar(150) - no set size - open format sample: ../images/watermarks/geo_watermark.png or ../images/watermarks/adilas_cloud_background.png controlling pages: top_secret/secure/add_edit_corp.cfm and top_secret/secure/add_edit_corp_action.cfm Currently no upload. This was added to get background images. Usually, they are pretty big images. Most of these are stored in top_secret/watermarks folder. /// Still in the corporations table, but done by Russell as part of the snow owl theme settings (below here) /// I don't have that much info about these fields. They were added later on, a couple of years ago. default ecommerce images - field name:default_ecommerce_image varchar(50) - no set size but should be 160 pixels wide (in theory) sample: ecomm_default.png controlling pages: top_secret/secure/ecommerce_home.cfm, top_secret/secure/ecommerce_home_action.cfm, top_secret/secure/ecommerce_upload_image.cfm browser top icon - field name:ecommerce_tab_icon varchar(50) - usually pretty small (??? 16 x 16) sample: ecomm_tabIcon.ico controlling pages: top_secret/secure/ecommerce_home.cfm, top_secret/secure/ecommerce_upload_image.cfm ecommerce logo - field name:ecommerce_logo varchar(50) - the width is set in/by field name:ecommerce_logo_with decimal(3,0) sample: ecomm_logo.png with a width of 160 controlling pages: top_secret/secure/ecommerce_home.cfm, top_secret/secure/ecommerce_home_action.cfm, top_secret/secure/ecommerce_upload_image.cfm footer logo - field name:web_footer_logo varchar(50) - the width is set in/by field name:footer_logo_width decimal(3,0) sample: footer_logo.png controlling pages: top_secret/secure/ecommerce_home.cfm, top_secret/secure/ecommerce_upload_image.cfm web footer images - field name:web_footer_pic[1-9] varchar(50) - there are 9 of these guys. sample: footerPic1.jpg controlling pages: top_secret/secure/ecommerce_home.cfm, top_secret/secure/ecommerce_upload_image.cfm, top_secret/secure/afb_theme_settings.cfm General Rules... We allow .gif, .jpg, and .png's on all of the above images. The one exception is the browser top icon. That should be an .ico file. /// new table - I don't know a ton about these fields. They are all in the afb_corp_settings table. /// They are used for the snow owl theme settings. afb_corp_settings table These are the known fields that may hold image related info: footer_logo, footer_logo_height, footer_pic_[1-6], header_logo, header_logo_height, water_mark, tab_icon, app_icon controlling pages: top_secret/secure/afb_theme_upload_image.cfm, top_secret/secure/afb_theme_settings.cfm, top_secret/sucure/afb_theme_settings_action top_secret/secure/ecommerce_home.cfm, top_secret/secure/ecommerce_home_action.cfm, top_secret/preset_css/afb/afb_css.cfm afb header logo afb header logo width look for other image stuff... (tons) Wayne is looking for a plan and some direction... Idea... radio buttons with file upload places and widths radio dot, file upload field, set width radio dot, file upload field, set width radio dot, file upload field, set width Wayne would like to convert all fo the image and logo stuff to custom tags Lots of changes to the headers and footers. These are the main files: top_secret/basic_footer.cfm top_secret/basic_header.cfm top_secret/basic_header_2.cfm top_secret/help_footer.cfm top_secret/help_header.cfm top_secret/plain_footer.cfm top_secret/plain_header.cfm top_secret/super_plain_header.cfm top_secret/basic_css.cfm top_secret/preset_css/afb/afb_css.cfm i did a search for this and it gave me some good results: