What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Html???

Html???
Author: Message:
love_spreads
Junior Member
**


Posts: 28
Joined: Jan 2004
O.P. Html???
'ello all. I'm new to this HTML stuff and I can't get Dreamweaver MX to work so I'm going for the "make it myself with html" approach to a website. So far, I've made my background in PS6 and sliced it up. I've got a navigation bar at as either side as such, split into three rows to link you to other pages on the site that I want to load in the centre part of the page. This totals seven images, a link to home, link to gallery, link to animation, link to photographs, link to links, a spare navigation one and the main background. PS6 has nicely given me the code for the images to line themselves up perfectly in a table. This is dandy, but how do I get the images to link to other pages? The <A href...> doesn't seem to work. If I put this code in it just won't show the image. Would I be better doing it myself in a table? If so, how do I do this? I've tried using the same pictures that PS6 has used in tables but they all go out of line and it looks messy. Somebody help! It's been driving my mad for the past few days!!! Thanks in advance.
03-27-2005 03:42 PM
Profile E-Mail PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Html???
<a href="url to website"><img src="url to image"></a>
03-27-2005 03:45 PM
Profile PM Find Quote Report
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
RE: Html???
i'd highly recommend using Dreamweaver....its a lot easier and you can pick up the code as you go along:)

for a none template just create a large table with however many columns and rows so you can place things where you like on the site.....the templates are quite gd though:)

This post was edited on 03-27-2005 at 03:47 PM by M73A.

[Image: lost7ru.gif]
03-27-2005 03:47 PM
Profile E-Mail PM Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
RE: Html???
Like LJ says but make sure you set the image border to 0 in the img tag :P
03-27-2005 03:52 PM
Profile PM Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
RE: Html???
if u want to make the links open in the middle. Use the html tags <iframe> Google it.
03-27-2005 04:19 PM
Profile PM Web Find Quote Report
love_spreads
Junior Member
**


Posts: 28
Joined: Jan 2004
O.P. RE: Html???
This is the code PS6 has generated if it's any use to anyone who might be able to help...

<HTML>
<HEAD>
<TITLE>websitemainimage</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF>
<!-- ImageReady Slices (websitemainimage.jpg) -->
<TABLE WIDTH=1014 BORDER=0 CELLPADDING=0 CELLSPACING=0>
    <TR>
        <TD ROWSPAN=2>
            <IMG SRC="images/websitehome.gif" WIDTH=203 HEIGHT=196></TD>
        <TD ROWSPAN=5>
            <IMG SRC="images/websitecentre.gif" WIDTH=642 HEIGHT=590></TD>
        <TD>
            <IMG SRC="images/websitephotographs.gif" WIDTH=169 HEIGHT=192></TD>
        <TD>
            <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=192></TD>
    </TR>
    <TR>
        <TD ROWSPAN=2>
            <IMG SRC="images/websitelinks.gif" WIDTH=169 HEIGHT=197></TD>
        <TD>
            <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=4></TD>
    </TR>
    <TR>
        <TD ROWSPAN=2>
            <IMG SRC="images/websitegallery.gif" WIDTH=203 HEIGHT=197></TD>
        <TD>
            <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=193></TD>
    </TR>
    <TR>
        <TD ROWSPAN=2>
            <IMG SRC="images/websitespare.gif" WIDTH=169 HEIGHT=201></TD>
        <TD>
            <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=4></TD>
    </TR>
    <TR>
        <TD>
            <IMG SRC="images/websiteanimations.gif" WIDTH=203 HEIGHT=197></TD>
        <TD>
            <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=197></TD>
    </TR>
</TABLE>
<!-- End ImageReady Slices -->
</BODY>
</HTML>
03-27-2005 04:40 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On