Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can this be done with CSS? 1

Status
Not open for further replies.

glifex

IS-IT--Management
Nov 26, 2002
86
0
0
US
Hello Everyone!

I wanted my website to automatically generate a flyer for someone after they filled out whatever information they needed to enter. Now to create the flyer 81/2x 11 I can do but is there a way to create the vertical Tear-Off strips in the bottom of the flyer containing the persons name and number? Does anyone know if it is possible or how I can accomplish this?

Thanks
Will
 
<span style=&quot;writing-mode:tb-rl;width:50px;border:1px solid #000000;&quot;>
John Smith <br>
555-555-5555
</span>
<span style=&quot;writing-mode:tb-rl;width:50px;border:1px solid #000000;&quot;>
John Smith <br>
555-555-5555
</span>
<span style=&quot;writing-mode:tb-rl;width:50px;border:1px solid #000000;&quot;>
John Smith <br>
555-555-5555
</span>


just stick a bunch of these in a cell at the bottom of your width:8.5in; height:11in; cell... there are better ways than just iterating spans, but this should be a start

hope this gets you started mike griffith

----------------------------
systems and control engineering
case western reserve university
mdg12@cwru.edu
 
Mike

Thanks for the response


Will
 
Hi Mike


Thank you very much for the response! Will this allow me to create those vertical tear off strips on a flyer created in HTML?

What I would like to accomplish is:

When the seller fills out the sellers form for what ever product they were placing the ad for, the website would generate flyer plugging in the information that the user entered in the sellers form. The site would generate the flyer using the template we created and come up in a printer friendly window where the user can print it out.
The information placed on the flyer will be dynamic being that there will be more then one seller placing the ad. Again I appreciate your help. =]

Thanks
Will

 
Will the above code help me to accomplish what I am trying to do? Are there other ways?



Thanks
Will
 
As there seems to be deadly silence for your questions, I'll have a go.

I think you're looking for form processing, am I right? You could have a look at Soupermail - free from soupermail.sourceforge.net or you could wait for the latest version of ennyForms - or try out Form Manager from or you could pick up a script from any number of the dozens of free script sites.

First step is to check if your hosting company will let you run PHP or cgi or asp or whatever. Then find some script which will put the fields into a response url BUT .... most importantly, make sure that there is NOT a hidden recipient field in the form. The recipient either has to be left out, or in the actual script, or called from a text file. If it is in the page code then you are just inviting all the spam harvesters in the world to pick up your address.

Hope that helps.
Jill
 
Hi Jill

I used the example code that mgriifith provided and it worked as far as creating those verticle strips.. But for some reason they would not come out when i printed.
I want the website to generate a flyer for each individual that places an ad on the site. so i guess the info would be dynamic on the verticle strips. What should i look for to to this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top