NameSilo

Help!!

Spacemail by SpaceshipSpacemail by Spaceship
Namecheap AuctionsNamecheap Auctions
SpaceshipSpaceship
Watch

GJ

VIP Member
Impact
14
HELP!! My Website is www.webaholic.net and it is all images at the moment but I want the text to be in place of http://webaholic.net/index_r2_c2.jpg with a border round it, the same colouring and width as it currently has.

Here is the code

Code:
<html>
<head>
<title>index.jpg</title>
<meta http-equiv="Content-Type" content="text/html;">
<!--Fireworks MX 2004 Dreamweaver MX 2004 target.  Created Sat Mar 26 13:45:54 GMT+0000 (GMT Standard Time) 2005-->
</head>
<body bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="648">
<!-- fwtable fwsrc="webaholicfinal.png" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1861820750" fwnested="0" -->
  <tr>
   <td><img src="spacer.gif" width="190" height="1" border="0" alt=""></td>
   <td><img src="spacer.gif" width="458" height="1" border="0" alt=""></td>
   <td><img src="spacer.gif" width="1" height="1" border="0" alt=""></td>

  </tr>

  <tr>
   <td colspan="2"><img name="index_r1_c1" src="index_r1_c1.jpg" width="648" height="175" border="0" alt=""></td>
   <td><img src="spacer.gif" width="1" height="175" border="0" alt=""></td>
  </tr>
  <tr>
   <td rowspan="2"><img name="index_r2_c1" src="index_r2_c1.jpg" width="190" height="325" border="0" usemap="#m_index_r2_c1" alt=""></td>
   <td><img name="index_r2_c2" src="index_r2_c2.jpg" width="458" height="230" border="0" alt=""></td>

   <td><img src="spacer.gif" width="1" height="230" border="0" alt=""></td>
  </tr>
  <tr>
   <td><img name="index_r3_c2" src="index_r3_c2.jpg" width="458" height="95" border="0" alt=""></td>
   <td><img src="spacer.gif" width="1" height="95" border="0" alt=""></td>
  </tr>
<map name="m_index_r2_c1">
<area shape="rect" coords="15,177,187,205" href="www.webaholic.net/contact.html" alt="" >
<area shape="rect" coords="15,147,187,175" href="www.webaholic.net/banners.html" alt="" >
<area shape="rect" coords="15,119,187,147" href="www.webaholic.net/link.html" alt="" >
<area shape="rect" coords="15,89,187,117" href="http://s9.invisionfree.com/webaholic.html" alt="" >

<area shape="rect" coords="15,59,187,87" href="www.webaholic.net/graphic.html" alt="" >
<area shape="rect" coords="15,31,187,59" href="www.webaholic.net/award.html" alt="" >
<area shape="rect" coords="15,2,187,30" href="http://s9.invisionfree.com/webaholic" alt="" >
</map>
</table>
</body>
</html>
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Anyone?
 
0
•••
GJ Online said:
HELP!! My Website is www.webaholic.net and it is all images at the moment but I want the text to be in place of http://webaholic.net/index_r2_c2.jpg with a border round it, the same colouring and width as it currently has.

Here is the code

Code:
<html>
<head>
<title>index.jpg</title>
<meta http-equiv="Content-Type" content="text/html;">
<!--Fireworks MX 2004 Dreamweaver MX 2004 target.  Created Sat Mar 26 13:45:54 GMT+0000 (GMT Standard Time) 2005-->
</head>
<body bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="648">
<!-- fwtable fwsrc="webaholicfinal.png" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1861820750" fwnested="0" -->
  <tr>
   <td><img src="spacer.gif" width="190" height="1" border="0" alt=""></td>
   <td><img src="spacer.gif" width="458" height="1" border="0" alt=""></td>
   <td><img src="spacer.gif" width="1" height="1" border="0" alt=""></td>

  </tr>

  <tr>
   <td colspan="2"><img name="index_r1_c1" src="index_r1_c1.jpg" width="648" height="175" border="0" alt=""></td>
   <td><img src="spacer.gif" width="1" height="175" border="0" alt=""></td>
  </tr>
  <tr>
   <td rowspan="2"><img name="index_r2_c1" src="index_r2_c1.jpg" width="190" height="325" border="0" usemap="#m_index_r2_c1" alt=""></td>
   <td><img name="index_r2_c2" src="index_r2_c2.jpg" width="458" height="230" border="0" alt=""></td>

   <td><img src="spacer.gif" width="1" height="230" border="0" alt=""></td>
  </tr>
  <tr>
   <td><img name="index_r3_c2" src="index_r3_c2.jpg" width="458" height="95" border="0" alt=""></td>
   <td><img src="spacer.gif" width="1" height="95" border="0" alt=""></td>
  </tr>
<map name="m_index_r2_c1">
<area shape="rect" coords="15,177,187,205" href="www.webaholic.net/contact.html" alt="" >
<area shape="rect" coords="15,147,187,175" href="www.webaholic.net/banners.html" alt="" >
<area shape="rect" coords="15,119,187,147" href="www.webaholic.net/link.html" alt="" >
<area shape="rect" coords="15,89,187,117" href="http://s9.invisionfree.com/webaholic.html" alt="" >

<area shape="rect" coords="15,59,187,87" href="www.webaholic.net/graphic.html" alt="" >
<area shape="rect" coords="15,31,187,59" href="www.webaholic.net/award.html" alt="" >
<area shape="rect" coords="15,2,187,30" href="http://s9.invisionfree.com/webaholic" alt="" >
</map>
</table>
</body>
</html>

Here is the code with the table...just add the text.

Code:
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">

<title>index.jpg</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<!--Fireworks MX 2004 Dreamweaver MX 2004 target.  Created Sat Mar 26 13:45:54 GMT+0000 (GMT Standard Time) 2005-->
</head>
<body bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="648">
<!-- fwtable fwsrc="webaholicfinal.png" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1861820750" fwnested="0" -->
  <tr>
   <td><img src="spacer.gif" width="190" height="1" border="0" alt=""></td>
   <td><img src="spacer.gif" width="458" height="1" border="0" alt=""></td>
   <td><img src="spacer.gif" width="1" height="1" border="0" alt=""></td>

  </tr>

  <tr>
   <td colspan="2"><img name="index_r1_c1" src="index_r1_c1.jpg" width="648" height="175" border="0" alt=""></td>
   <td><img src="spacer.gif" width="1" height="175" border="0" alt=""></td>
  </tr>
  <tr>
   <td rowspan="2"><img name="index_r2_c1" src="index_r2_c1.jpg" width="190" height="325" border="0" usemap="#m_index_r2_c1" alt=""></td>
   <td>
   <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="229">
     <tr>
       <td width="100%" height="219">&[B][COLOR=DarkOrange]nbsp;type the text here.[/COLOR] [/B] </td>
     </tr>
   </table>
   </td>

   <td><img src="spacer.gif" width="1" height="230" border="0" alt=""></td>
  </tr>
  <tr>
   <td><img name="index_r3_c2" src="index_r3_c2.jpg" width="458" height="95" border="0" alt=""></td>
   <td><img src="spacer.gif" width="1" height="95" border="0" alt=""></td>
  </tr>
<map name="m_index_r2_c1">
<area shape="rect" coords="15,177,187,205" href="www.webaholic.net/contact.html" alt="" >
<area shape="rect" coords="15,147,187,175" href="www.webaholic.net/banners.html" alt="" >
<area shape="rect" coords="15,119,187,147" href="www.webaholic.net/link.html" alt="" >
<area shape="rect" coords="15,89,187,117" href="http://s9.invisionfree.com/webaholic.html" alt="" >

<area shape="rect" coords="15,59,187,87" href="www.webaholic.net/graphic.html" alt="" >
<area shape="rect" coords="15,31,187,59" href="www.webaholic.net/award.html" alt="" >
<area shape="rect" coords="15,2,187,30" href="http://s9.invisionfree.com/webaholic" alt="" >
</map>
</table>
</body>
</html>


Hope this helps.
 
0
•••
Thanks!
 
0
•••
No problem.
 
0
•••
<html>
<head>
<title>index.jpg</title>
<meta http-equiv="Content-Type" content="text/html;">
<!--Fireworks MX 2004 Dreamweaver MX 2004 target. Created Sat Mar 26 13:45:54 GMT+0000 (GMT Standard Time) 2005-->
</head>
<body bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="648">
<!-- fwtable fwsrc="webaholicfinal.png" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1861820750" fwnested="0" -->
<tr>
<td><img src="spacer.gif" width="190" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="458" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="1" border="0" alt=""></td>

</tr>

<tr>
<td colspan="2"><img name="index_r1_c1" src="index_r1_c1.jpg" width="648" height="175" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="175" border="0" alt=""></td>
</tr>
<tr>
<td rowspan="2"><img name="index_r2_c1" src="index_r2_c1.jpg" width="190" height="325" border="0" usemap="#m_index_r2_c1" alt=""></td>
<td><img name="index_r2_c2" src="index_r2_c2.jpg" width="458" height="230" border="0" alt=""></td>

<td><img src="spacer.gif" width="1" height="230" border="0" alt=""></td>
</tr>
<tr>
<td><img name="index_r3_c2" src="index_r3_c2.jpg" width="458" height="95" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="95" border="0" alt=""></td>
</tr>
<map name="m_index_r2_c1">
<area shape="rect" coords="15,177,187,205" href="www.webaholic.net/contact.html" alt="" >
<area shape="rect" coords="15,147,187,175" href="www.webaholic.net/banners.html" alt="" >
<area shape="rect" coords="15,119,187,147" href="www.webaholic.net/link.html" alt="" >
<area shape="rect" coords="15,89,187,117" href="http://s9.invisionfree.com/webaholic.html" alt="" >

<area shape="rect" coords="15,59,187,87" href="www.webaholic.net/graphic.html" alt="" >
<area shape="rect" coords="15,31,187,59" href="www.webaholic.net/award.html" alt="" >
<area shape="rect" coords="15,2,187,30" href="http://s9.invisionfree.com/webaholic" alt="" >
</map>
</table>
</body>
</html>
 
0
•••
DomainEasy: white label portfolios are live. Enable yours.

We're social

Escrow.com
Spaceship
Escrowly
CryptoExchange.com
Domain Recover
URLs.com
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back