How am I supposed to cut or paste codes when I’m trying to design my webpage?
I just tried to design my webpage but I became very confused when I was told to cut the code and paste it to my page. I don’t have any idea about this area. I would really like to have a nice page like everyone else but I’m having a hard time doing so.
CTRL A highlites everything. Or you can do it by clicking before the code, hold down the left button and drag it so the whole code is highlited.
Now hit CTRL C. It copies the code.
Go to where you want to put the code and hit CTRL V. This pastes the code.
Be sure to hold CTRL and press the letter above (A,C, or V) for these to work.
Congrats, you just cut and pasted.
What webpage and what code?? Update your post and ill help u
References :
put the code in the body tag
References :
CTRL A highlites everything. Or you can do it by clicking before the code, hold down the left button and drag it so the whole code is highlited.
Now hit CTRL C. It copies the code.
Go to where you want to put the code and hit CTRL V. This pastes the code.
Be sure to hold CTRL and press the letter above (A,C, or V) for these to work.
Congrats, you just cut and pasted.
References :
try using a easy program it will sometims decide how well it is made. if u cant undersatnd how to do everything in the hard programs go with easy. i recommend coffeecup html editor or soreitihng.
References :
I design websites all the time. I am familiar with java script, html, pearl, php, and a host of other goodies.
Send me a message and your email and I’d be happy to help you.
References :
My website – http://www.cadbrowser.com
What they probably meant was use the code from someone else, and change the content. (this can be done by right-clicking the page and hitting "view source", then copying the text and pasting)
the main html code: (quick version)
<html>
<head>
<title>INSERT TITLE HERE</title>
</head>
<body>
**options of many tags
</body>
Basically when creating/ stealing html: anything within a pair of tags <openingtag>CONTENT</closingtag> can be changed to fill in your own information
Here’s some sites for starting out: http://www.htmlgoodies.com/primers/html/article.php/3478141
http://www.pageresource.com/html/index2.htm
http://www.w3schools.com/html/ <– probably the best place to start
References :
◈ the reason you are having a problem is because when you got your computer you were in a big hurry to get on the web. you didn’t take time to learn the basic funtuions of your computer. i spent three weeks experimenting before i got on the web and have never been sorry i did.
◈ get windows xp for dummies at your local library. no i’m not calling you a dummy. it’s full of humor and lots of tricks. i read windows 95 for dummies before i got on here.
◈ there are two of these. get the one that says 9 books in one.
References :
You have to know what you are looking for, or what you want to happen. Certain code belongs in certain areas. Unfortunately you’ve got to be more specific. Cutting and pasting can be a pain if no.1 the code you cut is incorrect, or no.2 you don’t get the whole code, and therefore it won’t work correctly.
References :