Html and php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
brixie11
Forum Newbie
Posts: 6
Joined: Wed Sep 21, 2005 1:58 am

Html and php

Post 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.
BadgerC82
Forum Commoner
Posts: 25
Joined: Tue Feb 07, 2006 6:53 am

Post 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 ;)
User avatar
brixie11
Forum Newbie
Posts: 6
Joined: Wed Sep 21, 2005 1:58 am

Not so easy

Post 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.
User avatar
brixie11
Forum Newbie
Posts: 6
Joined: Wed Sep 21, 2005 1:58 am

Another Way

Post 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
Post Reply