Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
NEED HELP FAST! Template gets miss aligned
Old 05-21-2009, 06:51 PM NEED HELP FAST! Template gets miss aligned
Junior Talker

Posts: 1
Name: Adam
Trades: 0
I really need help with this.

I have a plain website coded. And I need certain images on it to be hyperlinked.


For example:

http://img41.imageshack.us/my.php?image=...

The part where it says " i love you. " is a button.

I have the following code set for it.


<td colspan="6">
<img src="images/template2_03.gif" width="143" height="48" alt=""></td>


BUT, when I try to turn it into a hyperlink, it miss aligns and turns out like this;

http://img41.imageshack.us/my.php?image=...




This is how I coded it to make it a hyperlink.

<td colspan="6">
<a href="http://www.url.com/">
<img src="images/template2_03.gif" width="143" height="48" alt=""></td>



Can someone please help me?

I NEED THIS URGENTLY DONE!

My MSN is counterfragx24@hotmail.com if you want faster communication.


Thank you to anyone who can help.
Kill3r24 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-21-2009, 07:49 PM Re: NEED HELP FAST! Template gets miss aligned
Vexar's Avatar
Average Talker

Posts: 21
Location: Myrtle Beach, SC
Trades: 0
<td colspan="6">
<a href="http://www.url.com/">
<img src="images/template2_03.gif" width="143" height="48" alt=""></td>

Remember <a href> needs an ending </a>

<td colspan="6">
<a href="http://www.url.com/">
<img src="images/template2_03.gif" width="143" height="48" alt=""></a></td>

Also, remember you don't want your image to get a link border so...

<td colspan="6">
<a href="http://www.url.com/">
<img src="images/template2_03.gif" border="0" width="143" height="48" alt=""></a></td>

I hope this helps!
Vexar is offline
Reply With Quote
View Public Profile Visit Vexar's homepage!
 
Old 05-21-2009, 08:31 PM Re: NEED HELP FAST! Template gets miss aligned
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Better to use CSS for that, and this is all it takes: img{border: none;}
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-21-2009, 08:48 PM Re: NEED HELP FAST! Template gets miss aligned
Vexar's Avatar
Average Talker

Posts: 21
Location: Myrtle Beach, SC
Trades: 0
That is true, however that is assuming the know CSS and how to use it ^^. Since this is the HTML forum, I gave them the HTML solution.

But, your solution does work if they are using CSS!
Vexar is offline
Reply With Quote
View Public Profile Visit Vexar's homepage!
 
Old 05-21-2009, 08:49 PM Re: NEED HELP FAST! Template gets miss aligned
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Well, my point is kinda that he SHOULD be using CSS - and dump the tables.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to NEED HELP FAST! Template gets miss aligned
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25548 seconds with 12 queries