ppuga
Jul-15-2005, 08:22 AM
Hello all.
Well, I been reading Dgrin for a few months now and its very helpfull, a few days ago I decided to customize my page. (http://ppuga.smugmug.com)
Everything is working fine.
But I have some doubts regarding to html, I'm very new to this, and may be it will sound like a stupid question. In my footer, I have a banner, and the search tool, but I want they to be separeted with a space.
This is my code:
<div align="center">
<form method="get" action="/search/index.mg">
<input type="text" name="searchWords" />
<input type="hidden" name="searchType" value="InUser" />
<input type="hidden" name="NickName" value="ppuga" />
<input type="submit" value="Search Galleries" />
</form>
</div>
<div align="center">
<A HREF="http://www.geint.com.mx">
<img src="http://ppuga.smugmug.com/photos/28471186-M.jpg" width="400" height="80">
</A>
</div>
How can I put or what do I have to put in the code to have a SPACE between the SEARCH and the Banner? :scratch
Thanks.
:thumb
Well, I been reading Dgrin for a few months now and its very helpfull, a few days ago I decided to customize my page. (http://ppuga.smugmug.com)
Everything is working fine.
But I have some doubts regarding to html, I'm very new to this, and may be it will sound like a stupid question. In my footer, I have a banner, and the search tool, but I want they to be separeted with a space.
This is my code:
<div align="center">
<form method="get" action="/search/index.mg">
<input type="text" name="searchWords" />
<input type="hidden" name="searchType" value="InUser" />
<input type="hidden" name="NickName" value="ppuga" />
<input type="submit" value="Search Galleries" />
</form>
</div>
<div align="center">
<A HREF="http://www.geint.com.mx">
<img src="http://ppuga.smugmug.com/photos/28471186-M.jpg" width="400" height="80">
</A>
</div>
How can I put or what do I have to put in the code to have a SPACE between the SEARCH and the Banner? :scratch
Thanks.
:thumb