... and how?
Hi all,
this is my first post and hope this subject has not been brought up before. I searched and could not find anything on the matter.
I want to do this:
http://www.wmassbest.com/images/top.jpg
You will notice the login box and search field are both at the top in the header of the site.
Can I move both of these boxes up there using AT-Lite?
Thanks in advance,
Sammy
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- 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
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
- mesteele101 responded to »How to install Zikula for MSSQL ??? - Part II« 19. May
- mesteele101 created topic »File packaging« 16. 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
Can this be done in AT-Lite...
-
- Rank: Expert
- Registered: Aug 20, 2002
- Last visit: Jan 12, 2010
- Posts: 1219
Or use the [user-login] and [search] commands that are built-in to AutoTheme. You will have to create the images and leave a empty TD in the middle to insert these commands.
-Shawn
--
Get the Revolutionary AutoTheme HTML Theme System! Currently for Zikula, PHP-Nuke, CRE Loaded, osCommerce and Wordpress! -
- Rank: Expert
- Registered: Dec 02, 2002
- Last visit: Apr 30, 2010
- Posts: 1474
Hi Shawn, when you mention the empty- is this due to the form adding an extra line after the closing tag? If so I must say that this gave me lots of heartache, but I eventually solved it by declaring a style for the form tag example:
Code
<form style="margin-bottom: 0px;" name="Search" method="post" action="modules.php">
this seems to have fixed that problem for me I'm happy to say!!!
Kindest regards
Lobos
--
-Lobos
Professional PHP Framework Services: Concept, Development and Deployment -
- Rank: Expert
- Registered: Aug 20, 2002
- Last visit: Jan 12, 2010
- Posts: 1219
Actually I was talking about the graphic design that was in the link that ProSam posted.
But yes. The break after the form is an IE bug, as the W3C defines a form as inline but IE implements it as block level. So what I use (and added to the new AT 1.5) is :
form { display: inline }
HTH
-Shawn
--
Get the Revolutionary AutoTheme HTML Theme System! Currently for Zikula, PHP-Nuke, CRE Loaded, osCommerce and Wordpress!
- Moderated by:
- Support
