Integrating HTML (copy and paste) into a PI12 website
-
coosbaytv
Integrating HTML (copy and paste) into a PI12 website
Hey All!
Please excuse my ignorance on this but...
the site I created in PI is:www.coosbaytvhomes.com.
I have generated a button from PayPal that I am supposed to paste in the HTML code.
How would I go about doing this?
How do I figure out how to set it in the space that I want it to reside?
Jay
Please excuse my ignorance on this but...
the site I created in PI is:www.coosbaytvhomes.com.
I have generated a button from PayPal that I am supposed to paste in the HTML code.
How would I go about doing this?
How do I figure out how to set it in the space that I want it to reside?
Jay
- VikingAnimations
- Advisor
- Posts: 942
- Joined: Sat Nov 26, 2005 2:14 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- processor: AMD A4-6300 APU with Radeon HD Graphics 3-7 GHz
- ram: 4 GB
- Hard_Drive_Capacity: 1 TB
- Corel programs: Ulead GIF Animator 5.05, MotionStudio 3D
- Location: Winnipeg, Canada
- Contact:
Personally, I never use PI to make a webpage, nor will I ever. Maybe it's time to sign up for a course on HTML...
Best bet is to open your HTML file with Windows Notepad and paste the text in there. Figuring out where to paste it is why it's handy to know HTML...
With any luck those who are familiar with making webpages with PI will wander in here shortly!
Best bet is to open your HTML file with Windows Notepad and paste the text in there. Figuring out where to paste it is why it's handy to know HTML...
With any luck those who are familiar with making webpages with PI will wander in here shortly!
-
coosbaytv
-
coosbaytv
-
coosbaytv
-
sjj1805
- Posts: 14383
- Joined: Wed Jan 26, 2005 7:20 am
- System_Drive: C
- 32bit or 64bit: 32 Bit
- motherboard: Equium P200-178
- processor: Intel Pentium Dual-Core Processor T2080
- ram: 2 GB
- Video Card: Intel 945 Express
- sound_card: Intel GMA 950
- Hard_Drive_Capacity: 1160 GB
- Location: Birmingham UK
? - I didn't receive anything from you?
Try this.
As mentioned by Robert (VikingAnimations) you will do this best by using Windows Notepad.
Firstly go to your existing web page http://www.coosbaytvhomes.com/
and then at the top of your web browser click
View | Source
This will now open your web page up in notepad and you can see the HTML.
Your web page is made up of a number of tables.
The start point of a table is defined with a tag named
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
The end of that table is defined with the tag
</TABLE>
Your piece of code need to be placed somewhere between those two tags.
The start of a table row is <TR> the end of a table row is </TR>
Try first of all typing a short word e.g. TEST somewhere in your code, save the page then view it in your browser to see where it now appears.
You should soon be able to work out where to place your piece of code.
Try this.
As mentioned by Robert (VikingAnimations) you will do this best by using Windows Notepad.
Firstly go to your existing web page http://www.coosbaytvhomes.com/
and then at the top of your web browser click
View | Source
This will now open your web page up in notepad and you can see the HTML.
Your web page is made up of a number of tables.
The start point of a table is defined with a tag named
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
The end of that table is defined with the tag
</TABLE>
Your piece of code need to be placed somewhere between those two tags.
The start of a table row is <TR> the end of a table row is </TR>
Try first of all typing a short word e.g. TEST somewhere in your code, save the page then view it in your browser to see where it now appears.
You should soon be able to work out where to place your piece of code.
-
coosbaytv
a jpeg of my updated site
Steve:
here is an update.
the Visa/MC icons are where the link/html need to go.
Jay
http://www.nogglevideoproductions.com/homes.jpg

here is an update.
the Visa/MC icons are where the link/html need to go.
Jay
http://www.nogglevideoproductions.com/homes.jpg

-
sjj1805
- Posts: 14383
- Joined: Wed Jan 26, 2005 7:20 am
- System_Drive: C
- 32bit or 64bit: 32 Bit
- motherboard: Equium P200-178
- processor: Intel Pentium Dual-Core Processor T2080
- ram: 2 GB
- Video Card: Intel 945 Express
- sound_card: Intel GMA 950
- Hard_Drive_Capacity: 1160 GB
- Location: Birmingham UK
Look in your HTML for the following and I have pasted where it looks like the extra bit needs to go. (Obviously I cannot see the extra bit you have so it's a best guess at my end)
<TR>
<TD COLSPAN="3" ROWSPAN="5"><IMG SRC="images/space.gif" WIDTH="36" BORDER="0" HEIGHT="287"></TD>
<TD COLSPAN="7" ROWSPAN="5"><IMG SRC="images/index_53.jpg" WIDTH="512" BORDER="0" HEIGHT="287"></TD>
It looks like the bit of code needs to go here or nearby
<TD COLSPAN="6" ROWSPAN="3"><IMG SRC="images/index_54.jpg" WIDTH="271" BORDER="0" HEIGHT="275"></TD>
<TD><IMG SRC="images/space.gif" WIDTH="1" BORDER="0" HEIGHT="117"></TD>
</TR>
<TR>
<TD COLSPAN="3" ROWSPAN="5"><IMG SRC="images/space.gif" WIDTH="36" BORDER="0" HEIGHT="287"></TD>
<TD COLSPAN="7" ROWSPAN="5"><IMG SRC="images/index_53.jpg" WIDTH="512" BORDER="0" HEIGHT="287"></TD>
It looks like the bit of code needs to go here or nearby
<TD COLSPAN="6" ROWSPAN="3"><IMG SRC="images/index_54.jpg" WIDTH="271" BORDER="0" HEIGHT="275"></TD>
<TD><IMG SRC="images/space.gif" WIDTH="1" BORDER="0" HEIGHT="117"></TD>
</TR>
-
heinz-oz
What you need is a so called "WYSIWYG" (what you see is what you get) web design program. I personally use Netobjects Fusion. No need to know Html, although it helps if you do, and placing a button on any page in any place is as simple as drawing a rectangle in the location where you want it, get the program to create the neccessary code and, voila. The latest version even has e-commerce capabilities. Have a look at their site http://www.netobjects.com/ and decide for yourself.
Hope I'm not in trouble now for advertising other products here
Hope I'm not in trouble now for advertising other products here
-
sjj1805
- Posts: 14383
- Joined: Wed Jan 26, 2005 7:20 am
- System_Drive: C
- 32bit or 64bit: 32 Bit
- motherboard: Equium P200-178
- processor: Intel Pentium Dual-Core Processor T2080
- ram: 2 GB
- Video Card: Intel 945 Express
- sound_card: Intel GMA 950
- Hard_Drive_Capacity: 1160 GB
- Location: Birmingham UK
I wouldn't think so - the way I see it Ulead make Video and Imaging Products. PhotoImpact includes some Web Creation abilities but essentially it is an image editor.heinz-oz wrote:Hope I'm not in trouble now for advertising other products here
I use (The rather expensive) Microsoft Frontpage which as you say is a WYSISWG editor. These editors do not create pictures - so you would still need PhotoImpact.
-
heinz-oz
