Jump to content
php.lv forumi

frames jautājums


m8t

Recommended Posts

Tātad, vēlējos izveidot lapai kādu lietu. Pēc idejas: izveidoju

<frameset rows="342,*" frameborder="yes" border="1" framespacing="0">
 <frame src="frames/screen.php" noresize="noresize" 

scrolling="No" id="mainFrame" />
 <frame src="frames/chatbox.php" noresize="noresize" scrolling="No" 

id="bottomFrame" />
</frameset>

Tālāk, katrā no tām lapām (chatbox.php un screen.php) ieliku iekšā 1 bildi. Iznākums lūk šāds:

26863008.jpg

 

Nesaprotu kādēļ, bet man ir atstarpe starp abiem freimiem. Pēc idejas, neesmu licis nekādus <br /> vai citus kodus pie bilžu lapām.

 

Bilžu lapu kods:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<img src="../images/1.png"/>
</body>
</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...