HTML Coding Issues with Dynamic Sites


i trying create button using sliding doors technique , think have correct css, issue comes html.


here css:

 

.button

{

/* sliding right image */

    background: transparent url('../images/button_right_02.png') no-repeat scroll top right;

display: block;

float: left;

height: 38px;

margin-right: 6px;

padding-right: 20px;

text-decoration: none;

color: #000000;

font-family: arial, helvetica, sans-serif;

font-size:12px;

font-weight:bold;

}

.button span {

/* background left image */

background: transparent url('../images/button_left_02.png') no-repeat;

display: inline;

line-height: 22px; /* change value according buttong height */

padding: 7px 0 5px 18px;

}

.button:hover span{

text-decoration:underline;

}

 

 

however html little bit tricky.  right side of image show on button.  here html:

 

 

<td colspan=2 align=center class="button">

       <table border=0  cellpadding=3>

<tr>         

                  <td align=center><input name="button" type=button class="button" onclick=submitscreen(&quot;accountsummary&quot;) value="back summary"></td>

            </tr>

       </table>

    </td>

 

 

this ending with:

incorrect button.jpg

 

this trying to:

 

correct button.jpg

 

the latter image able own html looks this:

 

 

<body>

<a class="button" href="button2.css"><span>account summary</span></a>

</body>

 

 

but need incorporate works in above html (incorporated external database)

 

your appreciated.

dude git ... template in html giving me issues ....

how come build moth later wont allow me nuild pages template???

 

also how add picture logo account??



More discussions in Dynamic HTML General Discussion (read only)


adobe

Comments

Popular posts from this blog

Error compiling for board Arduino/Genuino Uno.

Installation database is corrupt

esp8266 (nodemcu 0.9) client.write très lent ???