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!
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&cat=0" title="Show most recent uploads">Last uploads</a> ::
<!-- END lastup --> <!-- BEGIN lastcom -->
<a href="http://80sromance.net/coppermine/thumbnails.php?album=lastcom&cat=0" title="Show most recent comments">Last comments</a> ::
<!-- END lastcom --> <!-- BEGIN topn -->
<a href="http://80sromance.net/coppermine/thumbnails.php?album=topn&cat=0" title="Show most viewed items">Most viewed</a> ::
<!-- END topn --> <!-- BEGIN toprated -->
<a href="http://80sromance.net/coppermine/thumbnails.php?album=toprated&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>