By Prof September 8, 2010, 12:39pm
Save 30%
Paint Shop Photo Pro X3.
Now From $59.99.
For Photos to be Proud of



(Please note that in registering use only 8 characters or less for Password)
Welcome, Guest. Please login or register.

Forum Login
Login Name: Create a new account
Password:     Forgot password

PSPUG Forums    Help and Discussion Forums    Help for Your Web Pages  ›  How to convert my PSPX2 webpage into HTML form?
Users Browsing Forum
No Members and 2 Guests

How to convert my PSPX2 webpage into HTML form?  This thread currently has 823 views. Print
1 Pages 1 Recommend Thread
Miz Mac
August 13, 2009, 3:45am Report to Moderator

Member
Posts: 9
Posts Per Day: 0.02
Time Online: 4 hours 15 minutes
Location: Hannibal, Missouri
I have several website's that I have designed with PSPX2 and for some reason I can't figure out how to convert it into HTML code?
I do know alot about the code and can convert tables into a decent site but I would like to take the layouts I have designed and convert the image's into a website.

I hope I'm specific enough. *smiles*

Thanks
Mary



There is only two ways to live your life.
One is as though nothing is a miracle
Logged Offline
Site E-mail Private Message YIM

2007 Curriculum Guides #01 - #28 Now Posted
D_Spider
August 13, 2009, 8:47am Report to Moderator

Administrator Group
Posts: 2441
Posts Per Day: 1.16
Reputation: 100.00%
Time Online: 42 days 9 hours 17 minutes
Location: Klamath Falls, Oregon
PSP makes bitmap graphics.  If you have used it to make whole pages--images and text, too--your PSP images will almost surely be much too large in file size to put on the web.  They will take forever to load, and visitors will get tired of waiting and leave the page.  HTML makes web pages, text plus images.  The text is really economical--doesn't use many KBs--and the images are embedded in the HTML code with img src tags.  So, use p and /p for your text, and img src="graphic1.jpg" width="250" height="350" alt="picture of a flower" (for example) for your images.  You can format the page with tables if you want.  Use the JPG Optimizer in PSP to make JPG versions of your photographic PSPIMAGEs that are small in file size; a compression ratio of 10 will be good, though if you really care about image quality 6 is better and if you need a very small file size use a larger number than 10. Use the PNG Optimizer for graphics that are not photos.


                 PSP5       PSP10       Said Yoda: "Do or do not.  There is no try."     (The Empire Strikes Back)
Logged Offline
Site E-mail Private Message Reply: 1 - 5
Miz Mac
August 13, 2009, 1:53pm Report to Moderator

Member
Posts: 9
Posts Per Day: 0.02
Time Online: 4 hours 15 minutes
Location: Hannibal, Missouri
I'm still a little confused? I know how to add images into my html code but when I add my whole layout image it does not cover the whole page?
And if I'am correct I dont want to do that anyway because the graphic is to big?

What I would like to do is use the whole layout image as a webpage. How do I do this?



There is only two ways to live your life.
One is as though nothing is a miracle
Logged Offline
Site E-mail Private Message YIM Reply: 2 - 5
Pete
August 14, 2009, 3:37am Report to Moderator
Thinking, Feeling, Doing ...ahhhhh
Administrator Group
Posts: 2524
Posts Per Day: 1.10
Reputation: 100.00%
Time Online: 58 days 9 hours 42 minutes
Location: Midwest
What you are making is not a web page (in PSP) but a graphic. So use the code for img src= and include the graphic name, width, height, and alt tag to include the image in your page, even if the image is the entire page.

Even  if you are working with the table the image slicer gives you, it still has to be placed between the opening and closing body tags.


Pete v.61.0 Novice
PSP v.3-X2.5 Intermediate
Gimp 2.6 Rank amateur
devlinpt at qconline.com
Logged Offline
Private Message ICQ YIM Reply: 3 - 5
Miz Mac
August 15, 2009, 12:58pm Report to Moderator

Member
Posts: 9
Posts Per Day: 0.02
Time Online: 4 hours 15 minutes
Location: Hannibal, Missouri
Pete, Thank You much for the information. *smiles*

Mary



There is only two ways to live your life.
One is as though nothing is a miracle
Logged Offline
Site E-mail Private Message YIM Reply: 4 - 5
Vyst
June 1, 2010, 4:50pm Report to Moderator
Member
Posts: 1
Posts Per Day: 0.01
Time Online: 5 minutes
If you look to php tutorial you will see that in HTML
FORM - With the help of the following elements you can create questionnaires and different fields for text inputting with the possibility of subsequent sending the submitted forms to your server.
Elements for form creating:
FORM - creates a form
TEXTAREA - creates a field for inputting a few lines of text
SELECT - creates a menu
OPTION - Creates a separate items of the menu (see SELECT)
INPUT - creates a field in the form
FORM - is used to create a form. It should be the presence of initial and ending tags. Inside the FORM element the use of the majority of HTML-elements is allowed.
NAME - defines the name of the form, unique to this document. Used if there is a few forms in the document.
ACTION - a required attribute. Specifies the URL for sending the form content - the path to the script of the server that acts in current form.
METHOD - defines the way to send the contents of the form. Possible values are GET (default) and POST.
ENCTYPE - defines the method of coding the contents of the form when you send. The default is "application / x-www-form-urlencoded".
TARGET - defines the name of the window, which returns a result of a submitted form. Possible values: _self, _parent, _top, _blank, or clearly specified the name of the window.  
Logged Offline
E-mail Private Message Reply: 5 - 5
1 Pages 1 Recommend Thread
Print

PSPUG Forums    Help and Discussion Forums    Help for Your Web Pages  ›  How to convert my PSPX2 webpage into HTML form?

Thread Rating
There is currently no rating for this thread
 


Powered by E-Blah Forum Software 10.3 © 2001-2007

Valid XHTML Valid CSS Sourceforge.net Powered by Perl