| Author | Comment | ||
|---|---|---|---|
atlass |
The tdf and sidebar skin for this theme |
Lead | |
|
|
|||
Arthoes |
Re: SKIN | ||
|
Nice Layout Going to use it..
On question though I am Some what Noob to this, Can I add custom banner in here? and if so can you tell me where to add My banner Image at in the code? Any help is welcome.. Thanks in advance Arthoes |
|||
atlass |
Re: SKIN | ||
|
yes, you can add a custom banner in.
You'd add it in the header area of the html, ensuring that you edit this bit: #header { background-color: #c2d0da; color: #ffffff; padding: 4px; font-size: 10px; font-weight: bold; text-align: center; height: 20px; width: 760px; display:none; } and delete the bold line shown above The header area is this part of the html: <!-- section b (header) - edit area within td for your banner. Delete whole section if no banner required --> <tr> <td id="header" colspan="2" align="center"> <table class="header" cellpadding="0" cellspacing="0" border="0"> <tr> <td align="center">Welcome to ezdesign's sidebar factory! You can put an image in here too.</td> </tr> </table> </td> </tr> <!-- end of section b and editable area --> you'd add the banner image html in instead of the bold part. |
|||