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
Basic yet frustrating Table Issues
Old 05-11-2007, 01:33 AM Basic yet frustrating Table Issues
Novice Talker

Posts: 9
Trades: 0
Greeting everyone,

I've come across a problem; and for the life of me I can't get past this little error with tables in HTML. Basically; I have a background that I wish to use behind my links; then position the links so I can have a roll-over image.



This is the background that I wish to use; the following are examples of the images I wish to use inside the picture.





My issue is that I've tried various forms of working this out. Here is an additional obstacle. I have "Cutenews" in the same table; merely to the right. Here is the code:

Code:
<td width="14%" height="226"><img src="IMAGE" width="148" height="209"> </td>

<td width="86%" height="80%">


<?PHP
$template = "Default";
include("cutenews/show_news.php");
?>

<?PHP
$number="1";
$static=TRUE;
$start_from=3;
include("Cutenews position");
?></td>

</tr>

</table>
So anyone capable of assisting me with getting the link buttons to be capable of rolling over with that background still behind it; I would be most appreciative. If there is any other information ya'll need; feel free to post and request it.

-Evelath
Evelath is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-11-2007, 12:56 PM Re: Basic yet frustrating Table Issues
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Here's an idea... don't do it with moldy old tables.. it would actually be easier.

That being said, set your image as a background.
__________________
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-11-2007, 04:42 PM Re: Basic yet frustrating Table Issues
cbeaudin's Avatar
Extreme Talker

Posts: 158
Name: cbeaudin
Location: Proud to be Canadian
Trades: 1
I agree with ladynred. Use CSS, much easier.

HTML Code:
CSS
 
#nav {
width: 60px;
height: 226px;
background: #FFFFFF url('IMAGEURLHERE.jpg') no-repeat;
}
 
HTML
 
<div id='nav'>
Place the nav buttons here
</div>
__________________
- cbeaudin

Last edited by cbeaudin; 05-11-2007 at 04:44 PM..
cbeaudin is offline
Reply With Quote
View Public Profile
 
Old 05-11-2007, 11:46 PM Re: Basic yet frustrating Table Issues
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Eveleth I agree with the above that css is the way to go, but I'm guessing you don't really know css or know it well and are thus using tables.

LadynRed is right about how to get this working with tables. You want to set the background image on the table

<table bgimage="IMAGE">
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-12-2007, 01:33 AM Re: Basic yet frustrating Table Issues
Novice Talker

Posts: 9
Trades: 0
Thank you all for the replies; and yes, I am merely learning everything that has to do with online coding; and of course starting from the bottom. HTML. I'll be figuring out CSS soon enough; but the issue that I had with setting the image as the background image is that the same image would end up in the "Cutenews" area.

I suppose setting it as a different table and aligning it correctly could solve the problem; i'll try it out =]

Thank again for the help.
Evelath is offline
Reply With Quote
View Public Profile
 
Old 05-14-2007, 10:41 PM Re: Basic yet frustrating Table Issues
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Let us know how it works and if you need more help.

If you're just beginning to learn may I recommend the tutorials at W3Schools. They're quick to work through and easy to understand and I'm sure if you work through them you'll see your skills improve.

They have tutorials on (x)html, css, javascript, and many other common technologies.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to Basic yet frustrating Table Issues
 

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.24761 seconds with 12 queries