Cpding help - div code Cpding help - div code
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Cpding help - div code

Started by Bloom, August 30, 2007, 10:29:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bloom

Hey, this will be slightly hard to explain, but hopefully you will be able to understand  :)

Okay, you know those layouts that you have to use a code for to make the content kind of overlap? Like this one:
http://ashley.eternalglory.org/gallery/themes/classic/images/layoutlx0.png

On the main site, http://ashley.eternalglory.org I used this code to code the layout, to make sure the text overlapped on the bottom of the layout:
<div style="position: absolute; top:410px; border: 0px black solid">

Now, I would like to do the same with the gallery, as the text is too far down from the layout. Here is my current coding for the gallery template, but where to I put the DIV code?


Quote<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{LANG_DIR}">
<head>

<title>// Ashley Online &bull; &bull; Your ultimate source for Ashley Slanina-Davies //</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
{META}
<link rel="stylesheet" href="http://ashley.eternalglory.org/gallery/themes/classic/style.css" />
<script type="text/javascript" src="scripts.js"></script>
<!--
  Coppermine version: 1.3.3
  $Source: /cvsroot/coppermine/stable/themes/water_drop/template.html,v $
  $Revision: 1.5 $
  $Author: gaugau $
  $Date: 2005/04/19 03:17:15 $
-->
</head>

<body>
<div style="position:absolute; top:0px; left:201px; width:600px;">
<table width="630" bgcolor="#000000" cellpadding="0" cellspacing="0" border="0">
   <tr width="630">
      <td width="630">
         <img src="http://ashley.eternalglory.org/gallery/themes/classic/images/layoutlx0.png">
<tr><td align="left"><table width="630" cellpadding="0" cellspacing="0" border="0"><tr><td align="left">
</div>

</center>

&nbsp;Welcome to the <A href="http://ashley.eternalglory.org">Ashley Online</A> gallery! Here you will find a collection of pictures and screen captures of Ashley Slanina-Davies,
&nbsp;including some gorgeous high quality pictures of her! Feel free to browse around and hopefully you will find what you're looking
&nbsp;for. I have not tagged or watermarked anything on here, as I want Ashley's fans to have the best. You also do not have to
&nbsp;register for the gallery, it's free for everyone to enjoy! In return, please do not steal anything, as I have taken so much time and
&nbsp;effort so put this gallery together.
<br><br>
&nbsp;If something here belongs to you then please <A href="mailto:redstrawberry800@hotmail.com (redstrawberry800@hotmail.com)">email me</A> before taking any legal action, and let me know if you want your images
&nbsp;removed or simply want to be credited. Contributions are also always welcome, and full credit will always be given<br>
&nbsp;to those who deserve it.

<br><br>

&nbsp;Hosted by Louise at <A href="http://eternalglory.org" target="_blank">Eternal Glory</A>
<br>
&nbsp;Layout designed by <A href="http://www.graffitimysoul.net/designs" target="_blank">Graffiti My Soul Designs</A>
<br>
&nbsp;This site is a <A href="http://sophia.midnight-daydream.org" target="_blank">Lonely Boulevard</A> production



<P>&nbsp;<P>
<P>&nbsp;<P>
<P>&nbsp;<P>

</CENTER>
</script></td>
</td></tr></table>
</td></tr><tr><td align="center">

              {SYS_MENU}<br />{SUB_MENU}

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

   <td valign="top"><center>

<br><br>

               {ADMIN_MENU}
               {GALLERY}
                                </td>
                        </tr>
               </table>
        </td>
</tr>
</table>
</body>
</center>
</html>