Ok, working on the main screen here.
Can some tell me how I can clean up the HUGE gap from the main page. If I go to other pages, The blank gap from the header to the first line is not the same?
![]()
Ok, working on the main screen here.
Can some tell me how I can clean up the HUGE gap from the main page. If I go to other pages, The blank gap from the header to the first line is not the same?
![]()
a link to your site?
Zen-Venom Get Bitten
www.bagpipecradle.com
Thanks
Check your admin > tools > defines page editor > main_page.php > for extra leading lines:
Code:<p /><p><font style="BACKGROUND-COLOR: #ffffff" face="verdana,arial,helvetica,sans-serif" size="5"></font></p> <p align="center"><font face="verdana,arial,helvetica,sans-serif" size="4"><strong></strong></font></p> <p align="center"><font face="georgia,times new roman,times,serif" color="#000066" size="5"> <strong>We're Open for Biz!</strong>
Zen-Venom Get Bitten
OK, I think?
Any idea on why the "home" and Login" are so small?
Do I look for the leading lines in the admin section?
or php files?
still learning so bear with me!
Thanks
Peter
admin > tools > defines page editor > main_page.php >
Zen-Venom Get Bitten
right, nothing there? No gaps, etc. No lines
Check your css, your logoWrapper height is set at 200px, which is far higher than the image itself.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Look closer as I posted the extra stuff highlighted in red!!right, nothing there? No gaps, etc. No lines
Multiple font declarations and others wrapped in <p> x </p> tags
Zen-Venom Get Bitten
Yellow,
Ya got me on that one?
can you explain?