Page 1 of 1

Html and php

Posted: Tue May 16, 2006 2:44 am
by brixie11
Hi.

I have a problem to display my webpage correctly.

I made my webpage with Photoshop and its very neat. But problems begin with other contents of my webpage (guesbook, gallery, news...).

I'm working with Dreamweaver.

Here is what I have done: Create a picture for website, slice it and uploaded. There is a frame at the middle where are supose to be php scripts, but there is a problem, I lose the alignment of pics on my page when php is loaded in to a frame (I have added the html code to my index.php script). You can see at this webpage:

http://www.brixie.com/guestbookold/index.php

What can I do about this?

Thanx, Brixie.

Posted: Tue May 16, 2006 7:57 am
by BadgerC82
This is one of the many problems with using packages like dreamweaver etc. because you didn't write the code you don't understand it. I'm not having a dig but unfortunatly its the truth.

One thing I can see is that there are some tags in the html that shouldn't be there (I think) in you left hand menu. These are the rowspan and colspan tags and may be causing you problems because they don't match up...

Code: Select all

<img src="../../images/Nova-stran_11.gif" width="		<td colspan="4" rowspan="20">
is totally invalid and again may cause u difficulties

Enjoy ;)

Not so easy

Posted: Tue May 16, 2006 12:26 pm
by brixie11
I will refrase the question.

I want to get rid of the problem with search engines. I have page with 3 frames: top (banner), Left (menu) and middle (contents). If you press a button for lets say Guestbook, it opens in a middle frame (so far so good). Everything is working fine. But if you look in a browser and find my guestbook it opens in whole window (without the banner and menu.

I heared the frames are not good is there any other way.

How can I do this?

Thanx, Brixie.

Another Way

Posted: Thu May 25, 2006 4:28 am
by brixie11
Hi.

Is it possible to implement html code to a php script of my guestbook in the way that html is banner and menu frame at the middle frame is index.php? Then I must rename index.php to something else and create index.htm.

Is that possible?

Thanx, Brixie