Changing position of links Changing position of links
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Changing position of links

Started by haley1994, October 12, 2008, 06:28:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

haley1994

Hi everyone. I'm very new to the whole gallery stuff. I just started today, and i have cought on very quick, but now I'm stuck. 'm trying to get my main image to be center, and the links (Last commened etc.) To NOT be so big, and for them to be under the main pic (the picture of christina) http://80sromance.net/coppermine/ there is my gallery. It looks horrible right now thats why i need some help. Where do I go to fix this, and how do I fix this. Thanks so much for your help, and sorry If I'm in the wrong thread or anything!

Gizmo

This is simple html coding so you might want to read up on that to get you going.

<tr> will create a new row.
<td> will create a new cell or column

Since CPG uses a template.html, theme.php and style.css to create the layout of your gallery I can only give you the final html layout code. You'll have to figure out what to change in your files to get this or zip up your theme files and attach here.

        <table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center"> <img src="-%20Home_files/christina.jpg" alt="" border="0" height="531" width="809"></td>
            </tr>
<tr>
<td align="center">
<!-- BEGIN home -->
<a href="http://80sromance.net/coppermine/index.php" title="Go to the home page">Home</a> ::
<!-- END home -->                  <!-- BEGIN login -->
<a href="http://80sromance.net/coppermine/login.php?referer=index.php" title="Log me in">Login</a>
<!-- END login -->
<br>
<!-- BEGIN album_list -->
<a href="http://80sromance.net/coppermine/index.php?cat=0" title="Go to the album list">Album list</a> ::
<!-- END album_list -->  <!-- BEGIN lastup -->
<a href="http://80sromance.net/coppermine/thumbnails.php?album=lastup&amp;cat=0" title="Show most recent uploads">Last uploads</a> ::
<!-- END lastup -->  <!-- BEGIN lastcom -->
<a href="http://80sromance.net/coppermine/thumbnails.php?album=lastcom&amp;cat=0" title="Show most recent comments">Last comments</a> ::
<!-- END lastcom -->  <!-- BEGIN topn -->
<a href="http://80sromance.net/coppermine/thumbnails.php?album=topn&amp;cat=0" title="Show most viewed items">Most viewed</a> ::
<!-- END topn -->  <!-- BEGIN toprated -->
<a href="http://80sromance.net/coppermine/thumbnails.php?album=toprated&amp;cat=0" title="Show top rated items">Top rated</a> ::
<!-- END toprated -->  <!-- BEGIN favpics -->
<a href="http://80sromance.net/coppermine/thumbnails.php?album=favpics" title="Go to my favorites">My Favorites</a> ::
<!-- END favpics -->  <!-- BEGIN search -->
<a href="http://80sromance.net/coppermine/search.php" title="Search the gallery">Search</a>
<!-- END search -->
</td>
</tr>
</table>

Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision