Мне нужно изменить в нутри панель, чтобы оно было не по середине а с левой стороны, но так что если у когото экран будет больше чтобы оно тоже увеличивалось. Оно щас так и сделано только по центру, а я хочу чтобы от левой стороны.
примерно вот так :
я думаю что это изменяеться вот тут : <?php include('inc/header.php'); ?> это самая первая строчка.
а header.php выглядит вот так:
<?php
require('conf.php');
mysql_connect($config['host'].':'.$config['port'], $config['user'], $config['pass']) or die('<center><b><i>Невозможно присоединится к БД сервера, проверьте правильность ввода в файле conf.php!</i></b></center>');
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Radikal
Вот есть страница index:
<?php include('inc/header.php'); ?>
<div class='columnwrap'>
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='newsboxtopleft'><img src='images/blank000.gif' width='41' height='35' alt='' style='' /></td>
<td class='newsboxtopcenter'> Краткое описание и информация </td>
<td class='newsboxtopright'><img src='images/blank000.gif' width='44' height='35' alt='' style='' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='newsboxleft'><img src='images/blank000.gif' width='8' height='1' alt='' style='display: block;' /></td>
<td class='newsboxcenter'><?php include('main.php'); ?></td>
<td class='newsboxright'><img src='images/blank000.gif' width='20' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width=100%>
<tr>
<td class='newsboxbottomleft'><img src='images/blank000.gif' width='12' height='27' alt='' style='display: block;' /></td>
<td class='newsboxbottomcenter'>
<div class='alttd'>
</div>
</td>
<td class='newsboxbottomright'>
<div class='commentsbg'>
</div>
</td>
</tr>
</table>
</div>
<div class='spacer'>
<?php include('inc/footer.php'); ?>
выглядит она вот так :
Мне нужно изменить в нутри панель, чтобы оно было не по середине а с левой стороны, но так что если у когото экран будет больше чтобы оно тоже увеличивалось. Оно щас так и сделано только по центру, а я хочу чтобы от левой стороны.
примерно вот так :
я думаю что это изменяеться вот тут : <?php include('inc/header.php'); ?> это самая первая строчка.
а header.php выглядит вот так:
<?php
require('conf.php');
mysql_connect($config['host'].':'.$config['port'], $config['user'], $config['pass']) or die('<center><b><i>Невозможно присоединится к БД сервера, проверьте правильность ввода в файле conf.php!</i></b></center>');
?>
<link rel="StyleSheet" href="images/main0000.css" type="text/css" media="screen">
<link rel="StyleSheet" href="images/topbar00.css" type="text/css" media="screen">
<div class="bg">
</div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang="en">
<head>
<title><?php echo $config['sname']; ?></title>
<link rel='stylesheet' href='images/style000.css' type='text/css' media='all' />
<link rel='stylesheet' href='images/e1070000.css' type='text/css' />
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<meta http-equiv='content-style-type' content='text/css' />
<meta http-equiv='content-language' content='en' />
</head>
<body onLoad="externalLinks();">
<tr>
<td class='bannerleft'></td>
<td class='bannercenter'></td>
<td class='bannerright'></td>
</tr>
</table>
<div id='searchbar'>
<table style='width:100%' cellspacing='3' class='topborder'>
<tr>
<td style='text-align:left; vertical-align:bottom'>
<div id='clock'>
</div>
</td>
</tr>
</table>
</div>
<div id='leftimage'>
</div>
<table style='width: 100%;' cellpadding='0' cellspacing='0'>
<tr>
<td id='leftcontent'>
<div class='menuwrapper'>
<div class='columnwrap'>
<table cellpadding='0' cellspacing='0' width=100%>
</td></tr>
<tr><td>
<table class='menubarcontent' cellpadding='0' cellspacing='0' width=100%>
<td class='menucontentright'></td>
</tr>
<tr>
<td class='menucontentbottomleft'></td><td class='menucontentbottom'></td><td class='menucontentbottomright'></td>
</tr>
</table>
</td></tr>
<tr><td>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='blank'><img src='images/blank000.gif' width='9' height='20' alt='' style='display: block;' /></td>
</tr>
</table>
</td></tr>
</table>
</div>
</div>
</td>
<td id='centercontent'>
<center>
<div id='logobg'>
</div>
<div id='logo'>
</div>
</center>
ПОмогите. и извените если написал куда-то не туда
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.