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
zThetis
Подскажите как исправить следующие:
Пытаюсь сделать лого кликающим и вот что получилось ....
До:+Скриншот
<!-- begin ambience header-->
<div align="center">
<table bgcolor="#f7f7f7" width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_ls.jpg" width="287" height="159" alt="" /></td>
<td width="170" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_mid.jpg" width="170" height="159" alt="" /></td>
<td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_rs.jpg" width="287" height="159" alt="" /></td>
<td width="100%" height="159" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/header_top_x.jpg)"><img src="$stylevar[imgdir_misc]/header_top_x.jpg" width="100%" height="159" alt="" /></td>
</tr>
</table>
<table bgcolor="#f7f7f7" width="100%" border="0" cellpadding="0" cellspacing="0" style="background-image: url(ambience/misc/ambience_nav_x.gif)">
<tr>
<td align="center" valign="top">
<table width="10%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="51" height="25" align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/ambience_nav_home.gif" alt="" width="51" height="25" border="0" /></a></td>
<!-- Load Blog Link-->
<if condition="$vbulletin->products['vbblog']">
<td width="45" height="25" align="left" valign="top"><a href="blog.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/ambience_nav_blog.gif" alt="" width="47" height="25" border="0" /></a></td>
</if>
<!-- End Blog Link-->
После!+Скриншот
<!-- begin ambience header-->
<div align="center">
<table bgcolor="#f7f7f7" width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_ls.jpg" width="287" height="159" alt="" /></td>
<td width="170" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_mid.jpg" width="170" height="159" alt="" /></td>
<td width="287" height="159" align="left" valign="top"><a href="http://zthetis.org.ua"><img src="$stylevar[imgdir_misc]/header_top_ls.jpg" width="287" height="159" alt="" /></a></td>
<td width="100%" height="159" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/header_top_x.jpg)"><img src="$stylevar[imgdir_misc]/header_top_x.jpg" width="100%" height="159" alt="" /></td>
</tr>
</table>
<table bgcolor="#f7f7f7" width="100%" border="0" cellpadding="0" cellspacing="0" style="background-image: url(ambience/misc/ambience_nav_x.gif)">
<tr>
<td align="center" valign="top">
<table width="10%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="51" height="25" align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/ambience_nav_home.gif" alt="" width="51" height="25" border="0" /></a></td>
<!-- Load Blog Link-->
<if condition="$vbulletin->products['vbblog']">
<td width="45" height="25" align="left" valign="top"><a href="blog.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/ambience_nav_blog.gif" alt="" width="47" height="25" border="0" /></a></td>
</if>
<!-- End Blog Link-->
Link to comment
Share on other sites
12 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.