Staredit Network

Staredit Network -> Computers and Technical -> Noobish website layout question =/
Report, edit, etc...Posted by www.com.au on 2006-05-03 at 04:26:58
Yeh, i thought i would get this but i am obviously missing something.

When using a template, can i just use html tables to set up the images to make the desired layout, or is there an easier way?

Im using Notepad tongue.gif
Report, edit, etc...Posted by IanMM on 2006-05-03 at 23:22:13
As far as I know that's the easiest, but if you have golive I'll give you a tut.
Report, edit, etc...Posted by www.com.au on 2006-05-04 at 06:45:42
PLZ!

where can i find golive!? man i want that tut!
Report, edit, etc...Posted by IanMM on 2006-05-04 at 23:37:07
Adobe GoLive costs money. To get it go to adobe.com. also photoshop works to and auto generates it.
Report, edit, etc...Posted by www.com.au on 2006-05-07 at 08:03:45
Yeh ive got photoshop, ill ook for it happy.gif
Report, edit, etc...Posted by IanMM on 2006-05-07 at 09:45:19
OK. I'll pm you how to make a layout with photoshop.
Report, edit, etc...Posted by Sicarul on 2006-05-10 at 01:17:42
QUOTE(xXIanXx @ May 7 2006, 10:44 AM)
OK. I'll pm you how to make a layout with photoshop.
[right][snapback]481479[/snapback][/right]

It would be nicer if you post it here, so other people that may need it can benefit from it too
Report, edit, etc...Posted by IanMM on 2006-05-10 at 10:50:09
OK here:

Creat one big picture. Then, take the slice tool and slice where the text, links, and banner are/will go. Then save for web. It will creat a html file and many picture files.Where any text will be find wich picture number it is and in notepad find the cell the picture is in
where it says
CODE
<td> <IMG SRC="images/layout-tut_04.gif" WIDTH=2 HEIGHT=64 ALT=""> </td>
write it to:
CODE
<td WIDTH=2 HEIGHT=64 background="images/layout-tut_04.gif">Now text here</td>
What you do is put the cell width and heigth the same as the image and the background the image url. Then you delet the image script and type text.
Next Page (1)