Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

arnienemo

Members
  • Joined

  • Last visited

Everything posted by arnienemo

  1. It has formatting like putting image titles saying T1 and some info under each picture, so it couldn't just display everything surely? Yeh spotted that when I was adapting it Thanks anyway guys, I have a billion other things I'm trying to solve too but I'll search around first
  2. Ok, after searching for ages and resulting to making a thread about it, I found the answer 5 minutes later. The answer is php... <?php $filename = 'images/t1.jpg'; if (file_exists($filename)) { echo "<div id="T1" class="T1"> <img src="images/t1.jpg" alt="Photograph T1" /> </div>"; } else { echo ""; } ?>
  3. Hey, I'm new, been designing and building for about 12 years on and off and thought it would be nice to talk to some of you I run a photography business. We show the client their images through the web. I have editors that I send raw images to and they transform them and when ready they upload them. To make it easy for the (non web design) editors to upload the images I give them a HTML doc with relative URL's which link to their 'images' file in the same directory as the HTML doc. All images for each client are named 'T1', 'T2' etc. This means no 'insert image' or any fiddling. They copy and paste the HTML doc beside the images folder and the images are found and used. My problem is that each client has a different amount of images and they have to open the HTML doc in Dreamweaver and delete any unused DIV's manually, we have roughly 60 clients a week so this is a massive pain. BASICALLY - If, image 'T1' not found, hide DIV 'T1' Any help is appreciated, Google returns nothing!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.