new banner for theme
-
Hy,
I am currently trying to edit a theme (Helios) and change the banner. In stylesheet.css, the code for banner is:
#header {
width: 880px;
margin: 0px;
float: left;
background: url(images/header.gif) no-repeat;
height: 111px;
padding: 30px 20px 10px;Now, I would like to change the banner, but not with a gif/jpeg. I created in Photoshop an image with slices for buttons. The code is:
<!– ImageReady Slices (banner_nou.psd) –>
<table id=”Table_01″ width=”921″ height=”151″ border=”0″ cellpadding=”0″ cellspacing=”0″>
<tr>
<td colspan=”13″>
<img src=”images/banner_nou_01.jpg” width=”920″ height=”15″ alt=””></td>
<td><img src=”images/spacer.gif” width=”1″ height=”15″ alt=””></td>
</tr>
<tr>
<td colspan=”11″>
<img src=”images/banner_nou_02.jpg” width=”843″ height=”104″ alt=””></td>
<td rowspan=”3″>
<img src=”images/banner_nou_03.jpg” width=”56″ height=”125″ border=”0″ alt=””></td>
<td rowspan=”6″><img src=”images/banner_nou_04.jpg” width=”21″ height=”136″ alt=””></td>
<td>
<img src=”images/spacer.gif” width=”1″ height=”104″ alt=””></td>
</tr>
<tr>
<td rowspan=”5″>
<img src=”images/banner_nou_05.jpg” width=”20″ height=”32″ alt=””></td>
<td rowspan=”4″>
<img src=”images/Untitled-1_03.jpg” width=”132″ height=”30″ border=”0″ alt=””></td>
<td rowspan=”5″>
<img src=”images/banner_nou_07.jpg” width=”9″ height=”32″ alt=””></td>
<td rowspan=”4″>
<img src=”images/Untitled-1_05.jpg” width=”135″ height=”30″ border=”0″ alt=””></td>
<td rowspan=”5″>
<img src=”images/banner_nou_09.jpg” width=”10″ height=”32″ alt=””></td>
<td rowspan=”4″>
<img src=”images/Untitled-1_07.jpg” width=”136″ height=”30″ border=”0″ alt=””></td>
<td rowspan=”5″>
<img src=”images/banner_nou_11.jpg” width=”7″ height=”32″ alt=””></td>
<td rowspan=”4″>
<img src=”images/Untitled-1_09.jpg” width=”176″ height=”30″ border=”0″ alt=””></td>
<td colspan=”3″>
<img src=”images/banner_nou_13.jpg” width=”218″ height=”3″ alt=””></td><td>
<img src=”images/spacer.gif” width=”1″ height=”3″ alt=””></td>
</tr>
<tr>
<td rowspan=”4″>
<img src=”images/banner_nou_14.jpg” width=”126″ height=”29″ alt=””></td>
<td rowspan=”2″>
<img src=”images/banner_nou_15.jpg” width=”86″ height=”22″ border=”0″ alt=””></td><td rowspan=”4″>
<img src=”images/banner_nou_16.jpg” width=”6″ height=”29″ alt=””></td>
<td>
<img src=”images/spacer.gif” width=”1″ height=”18″ alt=””></td>
</tr>
<tr>
<td rowspan=”3″>
<img src=”images/banner_nou_17.jpg” width=”56″ height=”11″ alt=””></td>
<td><img src=”images/spacer.gif” width=”1″ height=”4″ alt=””></td>
</tr>
<tr>
<td rowspan=”2″>
<img src=”images/banner_nou_18.jpg” width=”86″ height=”7″ alt=””></td>
<td>
<img src=”images/spacer.gif” width=”1″ height=”5″ alt=””></td>
</tr>
<tr><td>
<img src=”images/banner_nou_19.jpg” width=”132″ height=”2″ alt=””></td>
<td>
<img src=”images/banner_nou_20.jpg” width=”135″ height=”2″ alt=””></td>
<td>
<img src=”images/banner_nou_21.jpg” width=”136″ height=”2″ alt=””></td>
<td>
<img src=”images/banner_nou_22.jpg” width=”176″ height=”2″ alt=””></td>
<td><img src=”images/spacer.gif” width=”1″ height=”2″ alt=””></td>
</tr>
</table>
<!– End ImageReady Slices –>(sorry for the lenght of the post)
Now, where should i post this? or how?Hoping to receive some help ??
best regards
- The topic ‘new banner for theme’ is closed to new replies.