Така предполагам, че това не става лесно и неможе да се отговори еднозначно, но все пак ...
Искам да вракам blog който се оправлява от wordpress в това поленце което имам тук.
Ето кода на index страницата:
Може ли поне да ме насочите какво трябва да направя най напред ... инсталирал съм си wordpress отделно в момента така, че с това нямам проблем, но незнам как да вкарам само тези неща които ми трябват в свободното поле ...
Ето тези неща (коита са в сиво) след това ще трябва да ги орежа, но това предполагам, че ще мога да го оправя като пипна малко CSS-a.
Та така ...
Искам да вракам blog който се оправлява от wordpress в това поленце което имам тук.

Ето кода на index страницата:
Код:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="nav.css" />
<title>Photoshop 4 Web - Web Design tutorials </title>
</head>
<body>
<div id="nav_container">
<div id="navigation">
<a id="home" href="#" ></a>
<a id="tutorials" href="#" ></a>
<a id="blog" href="#" ></a>
<a id="forum" href="#" ></a>
<a id="about" href="#" ></a>
<a id="contact" href="#" ></a>
</div>
<div id="spacer"></div>
</div>
<div id="blue">
<div id="logo"></div>
<div id="rss"></div>
</div>
<div id="content">
ТУК ИСКАМ ДА СЛОЖА БЛОГА
</div>
<div id="news"><h4>Friends</h4>
<table width="280px" align="center">
<tr>
<td>asdas</td>
<td>Advertise Here</td>
</tr>
<tr>
<td>Advertise Here</td>
<td>Advertise Here</td>
</tr>
</table>
<h4> Last Comments: </h4>
<p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry</p>
<p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry</p>
<p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry</p>
<p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry</p>
<p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry</p>
<p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry</p>
<p>Lorem Ipsum is simply dummy text of the
printing and typesetting industry</p>
</div>
</body>
</html>
Може ли поне да ме насочите какво трябва да направя най напред ... инсталирал съм си wordpress отделно в момента така, че с това нямам проблем, но незнам как да вкарам само тези неща които ми трябват в свободното поле ...
Ето тези неща (коита са в сиво) след това ще трябва да ги орежа, но това предполагам, че ще мога да го оправя като пипна малко CSS-a.

Та така ...