PDA

View Full Version : HELP! I got my layout and tables but need help editing!


Potato
03-08-2003, 10:02 PM
I finally groupped the things in to tables...well what i did was let photoshop slice it up for me like previously recommended to me. Now i need to put content in on the middle column. THe image is named 08 and i dont know the code to make content go over that. ANy idea? I might need to put a script in there for the homepage maybe for fusion news and stuff. ALso on the right ill be putting advertising so i will need to place things over that side too. Thanks for your help. Here is the link to it:

HERE! (www.gyro-tek.com/GyroTekTemp.html)

Also if you want to compliment on the layout or would like to say a suggestion. I would appreciate it. Thanks Again!

Shoot i also need to make it be an ... i forgot the name but make only that thing scrool down unstead of the right scrool. So that image would have to be the back for that whole table. Please help, lol. Its called Iframes.

Kinja Kahn
03-08-2003, 10:49 PM
heres some code that helped me alot...

<HTML>
<HEAD>
<TITLE>Kinja Kahn's Photoshop Gallery</TITLE>
</HEAD>
<BODY BGCOLOR=#405975 text="#FFFFFF">
<IMG SRC="banner.gif" BORDER=0 style="position: absolute; top: 0; left: 0" width="1000" height="90">
<IMG SRC="footer.gif" BORDER=0 style="position: absolute; top: 518; left: 0" width="1000" height="82">
<IMG SRC="left.gif" BORDER=0 style="position: absolute; top: 90; left: 0" width="144" height="428">
<IMG SRC="right.gif" BORDER=0 style="position: absolute; top: 90; left: 856" width="144" height="428">
<iframe FRAMEBORDER="0" BORDER=0 width=712 height=428 src="http://kinjakahn.sytes.net/1024/photoshop.htm" name=body scrolling=CHOICE style="position:absolute; top:90px; left:144px" allowtransparency=true></iframe>

</BODY>
</HTML>

Basically this code made the whole page... 4 graphics comprising a boarder to an <IFRAME>

the link to the actual page is:
Photoshop Gallery (http://kinjakahn.sytes.net/640/)
You can layer text over your images, as done in this example.

Potato
03-08-2003, 10:52 PM
Don;t understand, sorry. How do i put a back drop for the iframe and also do text over. Yours doesnt have that.

Kinja Kahn
03-08-2003, 11:13 PM
<HTML>
<HEAD>
<link rel=stylesheet type="text/css" href="site.css">

<TITLE>Kinja Kahn's Photoshop Gallery</TITLE>
</HEAD>
<BODY BGCOLOR=#405975 text="#FFFFFF">
<IMG SRC="banner.gif" BORDER=0 style="position: absolute; top: 0; left: 0" width="1000" height="90">
<IMG SRC="footer.gif" BORDER=0 style="position: absolute; top: 518; left: 0" width="1000" height="82">
<IMG SRC="left.gif" BORDER=0 style="position: absolute; top: 90; left: 0" width="144" height="428">
<IMG SRC="right.gif" BORDER=0 style="position: absolute; top: 90; left: 856" width="144" height="428">
<iframe FRAMEBORDER="0" BORDER=0 width=712 height=428 src="http://kinjakahn.sytes.net/1024/photoshop.htm" name=body scrolling=CHOICE style="position:absolute; top:90px; left:144px" allowtransparency=true></iframe>


</td></tr></table></div>

<div style="position: absolute; z-index: 1; top: 85; left: 0; height:300">
<table width="100" cellpadding="0" cellspacing="0" style="border:0px">
<tr>
<td>My Internet alias is Kinja Kahn, I made this website for practice only. I like making websites and I have 3 of them to do not including this one or my own. I have been into computers for about 7 yrs and I am just now getting into real web publishing. Better late then never. Most of my computer experience has been in Hardware and Networking, mostly with Windows based servers. Here's a list of some of tools i use on my computer... Photoshop (which i layed out this page with), Fireworks, Xara3D, Frontpage (good for doing things fast), Notepad (which i used to write this page, honestly), Flash (now that my graphical skills are mediocre I will be playing more with flash), and Visual Basic. The programs I will be getting into as I find the desire, Maya, PHP, MySQL, and more CSS stuff.
</td></tr></table></div>
</BODY>
</HTML>


did you click the link? All the text on the left side is layered on top of the "left.gif"
An <IFRAME> displays another web page. So start a new webpage to add content inside the <IFRAME>. Hope this helps!