• Help
  • Search
  • Login
  • Register
  • Home

Forum: web design and graphics community

Celestial Star Forum > Web Development > Coding > I need help on coding my layout, please
Pages: [1]
« previous next »
  Print  
Author Topic: I need help on coding my layout, please  (Read 979 times)
Ellis
Angeling
*
Posts: 20



View Profile
I need help on coding my layout, please
« on: July 24, 2005, 05:50:52 AM »

Hi there... this is my index page's code...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Your title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="50" bottommargin="0" marginheight="0" marginwidth="0";>
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="01.jpg" width="600" height="230"></td>
</tr>
<tr>
<td img src="03.jpg" width="15" height="360"></td>
<td><iframe src="main.html" name="main" frameborder="0" border="0" framespacing="0" scrolling="auto" width="261" height="310">
</iframe></td>
<td img src="04.jpg" width="170" height="360"></td></tr>
<tr>
<td colspan="3"><img src="02.jpg" width="600" height="210"></td>
</tr>
</table>
</body>
</html>

this is the index page on-line http://free.7host06.com/lethargica/layout/index.html

my english is too poor for to explain what there is of wrong ?_?...
do you understand something?
Logged

img]http://caedence.altervista.org/signature.gif[/img]
A dream... I'm falling
Melfina
Administrator
Valkyrie Randgris
*****
Posts: 1289



View Profile WWW
I need help on coding my layout, please
« Reply #1 on: July 24, 2005, 06:24:07 AM »

Code:
<td img src="03.jpg" width="15" height="360"></td>
<td><iframe src="main.html" name="main" frameborder="0" border="0" framespacing="0" scrolling="auto" width="261" height="310">

I don't know exactly how you wanted it to be, but it should be for example:
Code:
<td><img src="03.jpg" width="15" height="360"></td>
<td><iframe src="main.html" name="main" frameborder="0" border="0" framespacing="0" scrolling="auto" width="261" height="310">


After that, I thought two things (if it still isn't showing):

a) The iframe should have an image behind? If that's the case, put the image as background right before the iframe code, like this:
Quote
<td style="background: url(yourimage.jpg); width: XXXpx; height: YYYpx;">


b) The iframe page is not working. Are you sure you created the page (main.html) and uploaded it? There are just two reasons why it may not be showing:
- It may have another name. Uppercases and lowercases DO make a difference. Maybe your document extension is htm instead of html (this has happened to me X_x)
- You may have not uploaded it, or it's in a different folder. Make sure it's on the same folder than index.html.
Logged


MySpace  ~ MySpace Codex ~ Rune Nifelheim
Ellis
Angeling
*
Posts: 20



View Profile
I need help on coding my layout, please
« Reply #2 on: July 24, 2005, 06:31:23 AM »

Really... the frame's code is ok ( but incomplete for now)... I don't know why all the images are not seen (sorry for my english <.<'')
Logged

img]http://caedence.altervista.org/signature.gif[/img]
A dream... I'm falling
Iridescence
Incubus
**
Posts: 80



View Profile WWW
Re: I need help on coding my layout, please
« Reply #3 on: July 25, 2005, 01:36:36 AM »

Quote from: "Ellis"
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="01.jpg" width="600" height="230"></td>
</tr>
<tr>
<td img src="03.jpg" width="15" height="360"></td>


Simple.

Your <td> tag isn't separated from your <img> tag.

Solution:
Code:
<td><img src="03.jpg" width="15" height="230'></td>
Logged

img]http://img.photobucket.com/albums/v665/liarm/celesstar-sig-new.png[/img]
Says the girl with the Manipulation Obsession.
[Undead Horizon]
Ellis
Angeling
*
Posts: 20



View Profile
I need help on coding my layout, please
« Reply #4 on: July 25, 2005, 03:23:08 PM »

Thank you so much! I didn't see the mistake Disappointed''
Logged

img]http://caedence.altervista.org/signature.gif[/img]
A dream... I'm falling
Pages: [1]
  Print  
« previous next »
 
Jump to:  

  • Welcome, Guest
  • Members login
  • Register for free

General

  • General
  • New members
  • Announcements
  • Support / Suggestions

Art boards

  • Creative mediums
  • Requests and offers
  • Tutorials
  • Celestial Star tutorials

Web development

  • Coding
  • Web design
  • Advertisements / affiliation

Off-topic

  • The non-sense
  • Ententainment

Go up
eXTReMe Tracker
  • Valid XHTML
  • Valid CSS
Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC | Seo4Smf v0.2 © Webmaster's Talks
Loading...