Help needed with text update

This is a discussion on "Help needed with text update" within the Web Page Design section. This forum, and the thread "Help needed with text update are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old May 20th, 2006, 16:37
Junior Member
Join Date: Apr 2006
Age: 38
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Talking Help needed with text update

Not sure if anyone can help but here goes...

I have an image on my page and a text box i want to be able to add the text in a selected font style and then apply it to the image

Any suggestions would be appreciated, may be able to get some sleep

Thanks in advance

Louise
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old May 21st, 2006, 12:18
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help needed with text update

If I understand what you are asking correctly, it doesn't make any sense.

How can you expect to add text to a box on a page and have it's style reflected in a graphic image.

If I'm misunderstanding you, please explain further.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old May 21st, 2006, 12:48
Junior Member
Join Date: Apr 2006
Age: 38
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help needed with text update

sorry i didnt make it clear

I want a user to add text which is shown on an image but so that they can alter the font style and colour etc then it be updated on the image

A site I have found doing something simialr is:http://www.tshirtstudio.com/personal...-shirts-br.asp
I dont want to do it on clothing but want to show an image with the text and an image that the user requests

Thanks for your help

Louise
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old May 21st, 2006, 13:01
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help needed with text update

If you look at the code behind the page whose link you gave, there is some sophisticated stuff going on here with quite a bit of server side processing and updating the image.

Are you up for this sort of coding or can what you want to achieve be done with manipulating css styling for example.

What sort of images are you talking about and what is the purpose of the user added text?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old May 22nd, 2006, 22:58
Junior Member
Join Date: May 2006
Location: Manchester. UK
Age: 17
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help needed with text update

You could use an old technique, it's not exactly logical but I have used it in desperate cases, set the image as a background and make it unbreakable with a bit of work and then write in the DIV for example:

HTML: Select all
<style type="text/css">
<!--
.class{
        background-image: url(images/image_01.gif);
}
--!>
</style>



<div class="class">Text on Image!</div>
Please bare in mind this has a tendency to mess up severly.

Also what you want seems to be some ASP, Javascript, AJAX script which would have to be sent to the server and create the text on the image in which would result in a hell of a lot of code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
help, needed, text, update

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
making text field text disapear Phixon JavaScript Forum 4 Feb 2nd, 2008 07:49
[SOLVED] Image with text -&gt; text with background alexgeek Web Page Design 5 Nov 13th, 2007 23:25
Possible to update content through text files? jwilliams31 Web Page Design 14 Nov 25th, 2006 23:12


All times are GMT. The time now is 17:18.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42