SysChat

SysChat (http://www.syschat.com/forum.php)
-   Development (http://www.syschat.com/software-support/development/)
-   -   Pasting of Html Code in a Site (http://www.syschat.com/pasting-of-html-code-in-site-2900.html)

benzaloy 12-02-2007 04:06 AM

Pasting of Html Code in a Site
 
Pasting of html code in a site


There are many sites that tells a user or visitor to: " Put this link on your website. " And a link is given in a lengthy box.

The link should be clicked. It will be highlighted. it should now be copied. Then . . . ?

A site told me to click on 'view' of target site ... go down to 'source' and click on it ... a Note Pad with html code will appear ... look for and paste the copied code in between the pair of 'body' tags in html.

Another site instructed to paste the copied code in its 'Layout' section,

If each site has its own system of pasting html code, how does one identify the pasting method for a given site?

squirrelnmoose 12-04-2007 10:36 AM

html can go anywhere between the <body></body> tags, where you want the code to run.
Other code, like javascript, may have one link to the script in the <head> section, and the code to run the script in the <body>.

A modern webpage is in 2 parts, the content and the layout.
The content is html or a script/program creating dynamic html content.
and the layout is in CSS (Cascading Style Sheet).

I'm guessing that the website using the term Layout means the body of the page. Unless it's not html code, maybe css or java, or php ...

benzaloy 12-04-2007 06:22 PM

Reply to advise on: Pasting of Html Code in a Site
 
Thank you for the kind advise. But am not versed in both html and css.
Would welcome a more detailed explanation.

squirrelnmoose 12-04-2007 06:58 PM

If you didn't understand the last post, you should learn more about the structure of an html page.
Here is a great place to start. They have many free tutorials.
W3Schools Online Web Tutorials

benzaloy 12-06-2007 09:43 PM

Structure of html page
 
Thank you for the valuable information.
ben


All times are GMT -4. The time now is 10:37 PM.


Copyright © 2005-2013 SysChat.com


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 43 44 45 46 47 48 49 50 51 52 53 54