הוספת קוד לאתר- בקשה לעזרה

טולי139

New member
הוספת קוד לאתר- בקשה לעזרה

אני לא מבינה גדולה בקוד HTML ומפחדת להרוס את הקוד באתר ואני צריכה להוסיף מטא תג לדף הבית של האתר.
בהסבר כתוב:
העתק את המטא תג שבהמשך והדבק אותו בדף הבית של האתר שלך. הוא אמור להופיע בקטע <head>, לפני קטע ה-<body> הראשון.

אני לא מצליחה להבין איפה בדיוק להדביק את הקוד אשמח לקבל הכוונה.

תודה רבה!!!
 
היכן האתר שלך בנוי?

אם יש לך גישה לקוד האתר, השורות הראושונת בקוד הHTML הן משהו בסגנון:
קוד:
<!DOCTYPE html>
<head>
<title>
some title
</title>
.
.
.
</head>
תמצאי את המקום בו נסגרת תגית הtitle , תוסיפי שורה אחריה עם הmeta הרצוי.
קוד:
<!DOCTYPE html>
<head>
<title>
some title
</title>
<meta charset='utf-8'>
.
.
.
</head>
 

טולי139

New member
אתר וורדפרס

כך נראה הקוד באתר
נורא קשה להבין איפה למקם את התג

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
-moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
box-sizing: border-box;
}
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline:0;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
color: #444;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 1.8;
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: normal;
font-family: 'Lato', sans-serif;
line-height: 1.3;
margin-bottom: 15px;
color: #555;
font-weight: 300;
}
p {
margin-bottom:20px;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 15px;
font-size: 20px;
font-style: italic;
font-family: 'Lato', sans-serif;
font-weight: 300;
 

FreeSoft

New member
את לא במקום הנכון

ה"קוד" שהעלת זה של העיצוב. קובץ css
אם את תחת wp אז בד"כ תמצאי את הקובץ שאת מחפשת ב:
/wp-content/themes/TempleteNeme/header.php

אגב, איפה מעבירים חומר בצורה כל כך גרועה וכמה עולה התענוג הזה?
 
למעלה