The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML Ads, How to set up sematically
Georgie
post Apr 26 2012, 01:07 PM
Post #1





Group: Members
Posts: 1
Joined: 26-April 12
Member No.: 16,993





We are considering HTML ads for clients that use a div that has a background image.

How would you set this up? Is there a proper way?

What do we aim for in accessible standards?

• People to enlarge the type in the browser without the image covering the type? (See sample with text enlarged in a browser)

• Or just semantic coding?

• Then, what about the new HTML 5 way of making the image repeat to be "responsive". Will this be compliant? Is there a tutorial video on the web?

Here is an example of the ad.
It is the Wellness 2.0 ad to the right.

http://wpdi.clcillinois.edu/



Thanks,
G

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
script_monkey
post May 2 2012, 02:46 PM
Post #2


Newbie
*

Group: Members
Posts: 14
Joined: 2-May 12
Member No.: 17,029



There's a few ways you can accomplish that result.

1. have the code that is to appear in the <div> area pulled from a database. so as an example:

<div>
<?php include('advertisement_handler_site100.php'); ?>
</div>
this would pull the handler file and the handler file would direct it to the SQL database to grab the code you have stored for that day, week, month etc ...through perhaps an interface you have coded to interact with your database. Then you're simply adding image files to folders and uploading <a href"yoursite.com"><image src="site100.jpg" border="0" Alt="Nice Stuff"></a>

So the code can be uploaded to the database and whatever you put there, is rendered out to the webpage. Naming it site100 (as in example was in case you have 100 different clients and you have them saved by site1 , site 2, etc in database.

The other ways give you less access outside of their site. If you have to upload images and files to their server. So for the offsite ability , use your own server, folders, and database, and only need to include the PHP include(' ') code at their site. that line will access you to their site from offsite. That section (div) on their site will be pulling info from you offsite and will give you full acces, control over what shows up in their <div> tag
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 09:45 AM