If anyone has a 21 inch monitor and uses the settings 1020x768 pixels and knows how to do this, maybe you can help me with this. The theme I am using is obviously set to use an 800x600 pixels setting. However, when you set your monitor to 1020x768, the banner or top logo is split in the middle and looks crummy. The rest of the theme looks great. Is there anyway with code, I can make the top logo or banner come together to work with the 1020x768 pixels setting? Does anyone know? I would sure appreciate any help I can get with this!
Thank you,
Marie Alline
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 created topic »Zikula 1.3.3 - Selecting a category in Pages not working« 04:19 PM
- nestormateo responded to »Fillters in Clip« 06:33 AM
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 03:19 AM
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Logo Problem
-
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 95
this is from the sourcecode on your site, I assume this is in your themeheader.php
Code
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr background="themes/FreepnTheme05/images/mastheadfiller.gif">
<td width="50%"><a href="http://footprints-online.com/about_us.php" target="_blank"><img src="themes/FreepnTheme05/images/masthead01a.gif" alt="Free PN Theme by www.ROMELO.com : Blue Madness" width="385" height="140" border="0" /></a></td>
<td width="50%" align="right"><img src="themes/FreepnTheme05/images/masthead01b.gif" width="385" height="140" /></td>
</tr>
<tr background="themes/FreepnTheme05/images/navfiller.gif">
<td height="50"> <span class="slogan">My.Footprints</span>
: <span class="slogan">Come and fellowship with us!</span>
</td>
<td height="50"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
you need to move the background="themes/FreepnTheme05/images/mastheadfiller.gif" parameter from thetag on line 2 to the tag on line 3, and the tag on line 5 so that it looks like this:
Code
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" background="themes/FreepnTheme05/images/mastheadfiller.gif"><a href="http://footprints-online.com/about_us.php" target="_blank"><img src="themes/FreepnTheme05/images/masthead01a.gif" alt="Free PN Theme by www.ROMELO.com : Blue Madness" width="385" height="140" border="0" /></a></td>
<td width="50%" background="themes/FreepnTheme05/images/mastheadfiller.gif" align="right"><img src="themes/FreepnTheme05/images/masthead01b.gif" width="385" height="140" /></td>
</tr>
<tr background="themes/FreepnTheme05/images/navfiller.gif">
<td height="50"> <span class="slogan">My.Footprints</span>
: <span class="slogan">Come and fellowship with us!</span>
</td>
<td height="50"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
hope that works for you, it's difficult without actually looking at your theme PHP files
- Moderated by:
- Support
Users on-line
This list is based on users active over the last 60 minutes.
