Log in

View Full Version : A few urgent questions



T-B0N3
05-31-2006, 06:00 PM
The thing is ... I have ...3 big problems ... which need to be sorted and I am in your hands right now.
1st... I have this guestbook http://www.e21114.monline.dk/guestbook/pbguestbook.php
the first thing I would like is to center the form on the black background so that it will not tile/repeat again.
2nd ... when you post a message the following code interferes



echo("Your message has been added, click <a href='?option=view'>here</a> to return.");
[/HTML]
This and some other messages appear echoed in black ... and on my black background ... well ... they just are invisible. Anyway to fix this ?
3rd. and most ugly thing
I have this gallery
http://www.e21114.monline.dk/two/
How can I make this gallery smaller ... like ... half size of what it is now?

Am I asking for too much ? In case anybody needs I can send you guys the actual files so you can see how they are structured.
Thank you all for taking the time to read and reply.
Reply With Quote

T-B0N3
06-01-2006, 03:36 PM
I've solved problem 1 and 2 ... if anyone is kind enough to help me with problem 3 ... I would be grateful

Jack
06-01-2006, 03:51 PM
You just have to edit the following in your pages. Notice where I placed "EDIT SIZE" - just change that and voila - problem solved. :)

<table background="./imgconfig/F&Wframebig.jpg" width="EDIT SIZE" height="EDIT SIZE" border="0" cellspacing="0" cellpadding="10">

T-B0N3
06-02-2006, 07:38 AM
Well Yes that would change the overall size of the background but not of the php form as well. :) Thanks for the reply..