coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: thejflo on March 30, 2008, 07:50:32 AM

Title: Menu is byside my banner, when it should be bellow
Post by: thejflo on March 30, 2008, 07:50:32 AM
http://gallery.juicy-flawless.org/

I've edit my template several times, and it seems to never move. Help?  ???
Title: Re: Menu is byside my banner, when it should be bellow
Post by: Stramm on March 30, 2008, 10:30:29 AM
That's html basics... there are many sites that deal with html, try to read and understand as much as possible
From your source
<table align="center" width="75%" border="0" cellspacing="0" cellpadding="0">

          <tr>
         <td width="78%" align="center">

   
              <a href="http://juicy-flawless.org/gallery"><img src="http://img.photobucket.com/albums/v53/floetic_justice/csooncopyej8.png" height="403" width="580"><br><br />

            </td>
         
              <td width="100%" align="center"><br><br><br>

              <h1>Juicy Flawless</h1>
              <h3>The largest HQ Lucy Lawless Gallery on the Web</h3><br />

After your image you start a new table cell but no new row. Without a new row, a new table cell aligns next to an existing cell.

so the below code should work
a href="http://juicy-flawless.org/gallery"><img src="http://img.photobucket.com/albums/v53/floetic_justice/csooncopyej8.png" height="403" width="580"><br><br />

            </td>
            </tr>
            <tr>
              <td width="100%" align="center"><br><br><br>


off topic: you really need to hotlink?
Title: Re: Menu is byside my banner, when it should be bellow
Post by: thejflo on April 07, 2008, 02:42:47 AM
Okay, I was wondering about that. My HTML knowledge is very beginners level.

Quoteyou really need to hotlink?

What do you mean?  ???
Title: Re: Menu is byside my banner, when it should be bellow
Post by: Nibbler on April 07, 2008, 03:13:49 AM
Why do you link to imagebucket instead of uploading the picture to your own server?
Title: Re: Menu is byside my banner, when it should be bellow
Post by: thejflo on April 07, 2008, 05:46:44 AM
I'm trying to save as much space as possible  :P
Title: Re: Menu is byside my banner, when it should be bellow
Post by: Joachim Müller on April 07, 2008, 07:18:53 AM
Then don't run an image gallery in the first place... Storing your navigational and design items on someone else's server is just silly.
Title: Re: Menu is byside my banner, when it should be bellow
Post by: thejflo on April 07, 2008, 07:36:53 AM
Photobucket.com (http://photobucket.com) is free, and many people use it. ::)
Title: Re: Menu is byside my banner, when it should be bellow
Post by: Joachim Müller on April 07, 2008, 07:46:55 AM
Many people use it to upload their content to it. But you should not use it to store site navigation items there. Anyway, not the initial issue of this thread, so back to topic please.