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.

positioning images

Featured Replies

Hi,

 

I would like to add the xhtml and css validation logos to the bottom corners of My Website. What would we the best way to do this? Place the images in the footer id and position relative??

 

Thanks

 

Slinks

When you have validated your page, w3 validator gives you the code to add to your footer....eg

<p>

<a href="http://validator.w3.org/check?uri=referer"><img

src="http://www.w3.org/Icons/valid-xhtml10"

alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>

</p>

 

I would personally put it straight into the html like that. Then yes just position it by maybe giving the <p> a class and css positioning.

 

If you go here > http://www.htmldog.com/guides/cssadvanced/layout/ and scroll to the bottom of the page there are example of the way you can position images

  • Author
When you have validated your page, w3 validator gives you the code to add to your footer....eg

<p>

<a href="http://validator.w3.org/check?uri=referer"><img

src="http://www.w3.org/Icons/valid-xhtml10"

alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>

</p>

 

I would personally put it straight into the html like that. Then yes just position it by maybe giving the <p> a class and css positioning.

 

If you go here > http://www.htmldog.com/guides/cssadvanced/layout/ and scroll to the bottom of the page there are example of the way you can position images

 

ok i'll take a look cheers guezala!

Create an account or sign in to comment

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.