Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

layout question

Status
Not open for further replies.
it's not complicated at all just look at the code.
there are just two files:

first: <body background=&quot;top.gif&quot; bgproperties=&quot;fixed&quot;>
(this is the background with demolished buildings)

second:
<body background=&quot;middle.gif&quot; bgproperties=&quot;fixed&quot;>
<font face=&quot;Verdana&quot; size=&quot;1&quot; color=&quot;#000000&quot;>
<STYLE TYPE=&quot;text/css&quot;>
<!--a:link { color:#000000; text-decoration: none; text-transform: none; font-weight: bold;}
a:visited { color:#000000; text-decoration: none; text-transform: none; font-weight: bold;}
a:hover { color:#000000; text-decoration: none; text-transform: none; font-weight: bold;} -->
</STYLE>
<div align=&quot;justify&quot;>


<b>September 11th, 2001...</b><br>

...etc.

and a frameset document for setting up frames.

---
---
 
hmmm, I think there are 5 files.

The first 2 that Rydel showed are the files top.html and 0000.html

The other 3 files are :
right.html
<body background=&quot;right.gif&quot; bgproperties=&quot;fixed&quot;>

bottom.html
<body background=&quot;bottom.gif&quot; bgproperties=&quot;fixed&quot;>

left.html (the a:link a:hoover a:visited are all the same, I think it should at least different colors ??)
<body background=&quot;left.gif&quot; bgproperties=&quot;fixed&quot;>
<font face=&quot;Verdana&quot; size=&quot;1&quot; color=&quot;#000000&quot;>
<STYLE TYPE=&quot;text/css&quot;>
<!--a:link { color:#000000; text-decoration: none; text-transform: none; font-weight: bold;}
a:visited { color:#000000; text-decoration: none; text-transform: none; font-weight: bold;}
a:hover { color:#000000; text-decoration: none; text-transform: none; font-weight: bold;} -->
</STYLE>

<div align=&quot;right&quot;>
<br><br><br><br><br>
<a href=&quot;00001.html&quot; target=&quot;middle&quot;>Never forget</a><br>
<a href=&quot;00002.html&quot; target=&quot;middle&quot;>What to do</a><br>
<a href=&quot;00004.html&quot; target=&quot;middle&quot;>Join</a><br>
<a href=&quot;00005.html&quot; target=&quot;middle&quot;>Graphic</a><br>
<a href=&quot;gallery.html&quot; target=&quot;_blank&quot;>Photo Gallery</a><br>
<a href=&quot;00003.html&quot; target=&quot;middle&quot;>Members</a><br>


The frameset that holding all the files together is

index2.html (you can find this file by looking in your &quot;temporary internet files&quot; directory)
<html>
<title>Never forget...</title>

<frameset>
<frameset cols=&quot;258,340,53&quot; border=0 frameborder=0>
<frame src=&quot;left.html&quot; name=&quot;top&quot; scrolling=no noresize=&quot;no&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;0&quot;>
<frameset>
<frameset rows=&quot;32,360,41&quot; border=0 frameborder=0>
<frame src=&quot;top.html&quot; name=&quot;top&quot; scrolling=no noresize=&quot;no&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;0&quot;>
<frame src=&quot;00000.html&quot; name=&quot;middle&quot; scrolling=auto noresize=&quot;no&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;0&quot;>
<frame src=&quot;bottom.html&quot; name=&quot;top&quot; scrolling=no noresize=&quot;no&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;0&quot;>
</frameset>
<frame src=&quot;right.html&quot; name=&quot;bottom&quot; scrolling=auto noresize=&quot;no&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;0&quot;>
</frameset>
</html>


Good luck, and ... show us in the future (your progression LOL) what you make, orangesoda44 (nice name !!)

Erik
 
my fault. i didn't realize they were abusing the frames so much :). i just took a quick look and didn't &quot;dig out&quot; the whole thing from cache. the idea is actually nice. ---
---
 
oops,

Reading back my post, I realize that orangesoda44 ore someone else could think that I'm &quot;laughing at&quot; him/her because of the smile LOL.

But I only meant that it's a great way to post your questions here and how amazing it is you can learn so quick and make such a big progression in a short time when you surf a few months here on tek-tips.

Further I made a typo:
files top.html and 0000[red]0[/red.html

I also agree with Rydel that they abuse the frames at this way and that's it's not the easyest way. (if you maximize the window, it looks also awful)
The big phot is cut into 5 peaces. I think you can get the same effect when you change the complete photo in photoshop or another program with making the center-spot only a sort of watermark-style. I'm not a graphical expert, but I have to make such a site I would try to find out first if that's possible.

Erik
 

thanks so much for you help! I'm going to see what I can get done and then post the link!
 

Didn't take me long to find another problem haha. This is the first time I've used graphics for backgrounds, so I'm a little slow with it. I have to take the picture and cut it up like that, into 5 pieces, for the frames, right? (I have no clue to do the watercolor thing Erik mentioned.) And so that the graphic fills the full frame, I have to make sure the graphic is that size, right? How do I know the size?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top