Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 04-07-2005, 03:05 PM   #1 (permalink)
 
True Techie

Join Date: Dec 2004

Posts: 173

jeff1000

Default After slicing

Ok im working on an experimental site using photoshop and ir. Ive slice the image and have the html files and such.. heres the code...

<html>
<head>
<title>wip</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#686868" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<table id="Table_01" width="800" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="8">
[img]images/fmzx_01.gif[/img]</td>
</tr>
<tr>
<td>
[img]images/fmzx_02.gif[/img]</td>
<td>
[img]images/fmzx_03.gif[/img]</td>
<td>
[img]images/fmzx_04.gif[/img]</td>
<td>
[img]images/fmzx_05.gif[/img]</td>
<td>
[img]images/fmzx_06.gif[/img]</td>
<td>
[img]images/fmzx_07.gif[/img]</td>
<td>
[img]images/fmzx_08.gif[/img]</td>
<td>
[img]images/fmzx_09.gif[/img]</td>
</tr>
<tr>
<td colspan="8">
[img]images/fmzx_10.gif[/img]</td>
</tr>
</table>

</body>
</html>

how do i enter in all my data and set up the buttons to accept links and stuff... thanks guys.
btw im a straight up html nub
jeff1000 is offline  
Old 04-07-2005, 03:27 PM   #2 (permalink)
 
Master Techie

Join Date: Jul 2004

Posts: 2,934

ShoobieRat

Default

Same way as you setup a normal link. Yank out yer HTML editor (or just notepad) and wrap those pics in href tags. boom-shanka...links...
__________________

-----------------------------------------------
Don\'t hate the player...Hate the game...
ShoobieRat is offline  
Old 04-08-2005, 12:33 PM   #3 (permalink)
 
True Techie

Join Date: Dec 2004

Posts: 173

jeff1000

Default

hmmm i think i get what you're saying lol but not really could you or somebody show me what the whole line is supposed to look like wtih the href tags? srry im a complete coding n00b... when i do wrap the image in href tags the whooollle page gets distorted like spaces inbetween all the slices.... nvm the code in the post above i made a new page/set up .....
PHP Code:
<html>
<
head>
<
title>Untitled-3</title>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</
head>
<
body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<
table id="Table_01" width="997" height="599" border="0" cellpadding="0" cellspacing="0">
    <
tr>
        <
td rowspan="3">
            [
img]images/fmxtest2_01.gif[/img]</td>
        <
td colspan="10">
            [
img]images/fmxtest2_02.gif[/img]</td>
        <
td rowspan="3">
            [
img]images/fmxtest2_03.gif[/img]</td>
    </
tr>
    <
tr>
        <
td rowspan="2">
            [
img]images/fmxtest2_04.gif[/img]</td>
        <
td>
            [
img]images/fmxtest2_05.gif[/img]</td>
        <
td>
            [
img]images/fmxtest2_06.gif[/img]</td>
        <
td>
            [
img]images/fmxtest2_07.gif[/img]</td>
        <
td>
            [
img]images/fmxtest2_08.gif[/img]</td>
        <
td>
            [
img]images/fmxtest2_09.gif[/img]</td>
        <
td>
            [
img]images/fmxtest2_10.gif[/img]</td>
        <
td>
            [
img]images/fmxtest2_11.gif[/img]</td>
        <
td>
            [
img]images/fmxtest2_12.gif[/img]</td>
        <
td rowspan="2">
            [
img]images/fmxtest2_13.gif[/img]</td>
    </
tr>
    <
tr>
        <
td colspan="8">
            [
img]images/fmxtest2_14.gif[/img]</td>
    </
tr>
</
table>

</
body>
</
html

Slice 15 is where i want my content to go.... i dont get this stuff lol .... PLEASE help me..
jeff1000 is offline  
Old 04-08-2005, 05:17 PM   #4 (permalink)
 
Monster Techie

Join Date: May 2004

Location: /usr/root/mn/us

Posts: 1,121

bla!! is on a distinguished road

Default

You should just be able to put a href tag around each image.

For instance in your first set of pictures, to link them you should do the following.

Code:
        <td rowspan="3">
            [img]images/fmxtest2_01.gif[/img]</td>
        <td colspan="10">
            [img]images/fmxtest2_02.gif[/img]</td>
        <td rowspan="3">
            [img]images/fmxtest2_03.gif[/img]</td>

__________________
<br>
Its a frigging Laptop, not a Labtop!!!!
bla!! is offline  
Old 04-08-2005, 05:25 PM   #5 (permalink)
 
True Techie

Join Date: Dec 2004

Posts: 173

jeff1000

Default

hmmm i get the idea now but who can explain this. this is a result of that code.....
jeff1000 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On