Author |
Message |
27/10/2004 20:43:23
|
TomH
Beginner
Joined: 21/10/2004 12:42:38
Messages: 33
Offline
|
After altering my guestbook to fit into my web page I modified the footer to place some links into it, is there any way to get the links and text directly underneath the guestbook to be central under the guestbook.
Thanks for any help
|
|
27/10/2004 20:44:23
|
TomH
Beginner
Joined: 21/10/2004 12:42:38
Messages: 33
Offline
|
Sorry the URL is http://cgi.fellglint.plus.com/guestbook/.
|
|
27/10/2004 21:03:55
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
add align="center" to the table tag you are using in the footer. Also put the "powered by" stuff in a second row of the table.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
27/10/2004 21:10:50
|
TomH
Beginner
Joined: 21/10/2004 12:42:38
Messages: 33
Offline
|
Thanks carbonize, this is the code for the footer, already looks as though the table is centre aligned, got the guest book where I wanted , just the footer now, how would you change this code?
</p>
</div></td>
</tr>
</table>
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">:: <a href="http://www.fellglintpugs.co.uk/index.htm">Home</a> :: <a href="http://www.fellglintpugs.co.uk/about.htm">About Us</a> :: <a href="http://www.fellglintpugs.co.uk/dogs.htm">Our Dogs</a> :: <a href="http://www.fellglintpugs.co.uk/puppies.htm">Puppies
</a> :: <a href="http://www.fellglintpugs.co.uk/photos.htm">Photos</a> :: <a href="http://www.fellglintpugs.co.uk/links.htm">Links</a> :: <a href="http://www.fellglintpugs.co.uk/contact.htm">Contact Us</a> :: <a href="http://cgi.fellglint.plus.com/guestbook/">Guestbook
</a> ::</font></td>
</tr>
</table>
<b><font face="Arial, Helvetica, sans-serif" color="#CCCCCC" size="1">Powered by <a href="http://www.proxy2.de" target="_blank"><font color="#CCCCCC" size="1">Advanced Guestbook 2.3.1</font></a></font></b></center>
</body>
</html>
Thanks
|
|
27/10/2004 21:30:49
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
place the table of links before the </div></td> rather than after it.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
27/10/2004 22:00:01
|
TomH
Beginner
Joined: 21/10/2004 12:42:38
Messages: 33
Offline
|
Changed what you said Carbonize, but the links stay in the centre of the page rather than central under the guestbook, any more suggestions?
Thanks
|
|
27/10/2004 22:07:55
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
needs to be after this </p> or possibly after the </div> that follows it.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
27/10/2004 22:44:45
|
TomH
Beginner
Joined: 21/10/2004 12:42:38
Messages: 33
Offline
|
Sorry Carbonize , you were right, placed just after the </p> and all is fine, thanks very much for your help.
Tom
|
|
|