Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 20th, 2004, 08:16 PM
toots82 toots82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 90 toots82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 7 m 17 sec
Reputation Power: 5
Question Scroll bars in table cells possible?

Hey everyone and anyone.

I finally finished a template in Photoshop for my personal website. Then I sliced it up so it's great!

I have created a slice where all the varying data goes when a button is pressed. However, at times, this slice can not fit all the data. So is it possible for me to put a scroll bar in a slice (a slice becomes a table cell when editted in frontpage or dreamweaver doesn't it?)

Please help! It's so annoying!!!

Also, when a hyperlink is created in Frontpage, a blue border appears around the image that the hyperlink is applied to. Is there anyway to get rid of this? It ruins the whole template!!

THANK YOU IN ADVANCE!!!! =)

Reply With Quote
  #2  
Old February 20th, 2004, 11:37 PM
toots82 toots82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 90 toots82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 7 m 17 sec
Reputation Power: 5
Don't worry about it! I found the answer! For those of you who are still interested, the answer is 'no' you can not have scrollbars in a cell of a table however, you can incorporate inline frames which will allow you to insert a floating frame in a cell of a table.

WAIT THERE'S MORE...

Still need answers to the following...

When a hyperlink is created in Frontpage, a blue border appears around the image that the hyperlink is applied to. Is there anyway to get rid of this? It ruins the whole template!!

AND...

How do you make a hyperlink open the link in a new window??? Easy question that I don't know the answer to! HELP!

THANK YOU IN ADVANCE!!!! =)

Reply With Quote
  #3  
Old February 21st, 2004, 10:17 AM
wenxi wenxi is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: sg
Posts: 10 wenxi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to wenxi Send a message via MSN to wenxi
<a href="abc.html" target="_blank">qqq</a>

just use target="_blank" in ur a href

Reply With Quote
  #4  
Old February 21st, 2004, 07:56 PM
toots82 toots82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 90 toots82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 7 m 17 sec
Reputation Power: 5
THANKS!!!!

Now anyone know how to get rid of these annoyinf hyperlink borders?

Thanks again!

Reply With Quote
  #5  
Old February 21st, 2004, 08:24 PM
toots82 toots82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 90 toots82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 7 m 17 sec
Reputation Power: 5
THANKS!!!!

Now anyone know how to get rid of these annoying hyperlink borders?

Thanks again!

Reply With Quote
  #6  
Old February 21st, 2004, 08:40 PM
iso iso is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Sep 2003
Posts: 506 iso User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 10 h 14 m 25 sec
Reputation Power: 5
put a style tag either locally in the img tag or create a style shet, but to keep it simple:
<img style="border: 0;" src="...">

or if that doesn't work maybe try to put the style tag in the hyperlink tag
<a style="border: 0;" href="..."><img src="..."></a>

one of them should work

Last edited by iso : February 21st, 2004 at 08:43 PM.

Reply With Quote
  #7  
Old February 22nd, 2004, 06:23 AM
toots82 toots82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 90 toots82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 7 m 17 sec
Reputation Power: 5
The first tag worked!! Thanks heaps!!!!!

Reply With Quote
  #8  
Old February 23rd, 2004, 06:37 AM
Kimppa Kimppa is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2001
Location: Finland
Posts: 706 Kimppa User rank is Sergeant (500 - 2000 Reputation Level)Kimppa User rank is Sergeant (500 - 2000 Reputation Level)Kimppa User rank is Sergeant (500 - 2000 Reputation Level)Kimppa User rank is Sergeant (500 - 2000 Reputation Level)Kimppa User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 Days 18 h 5 m 46 sec
Reputation Power: 15
Quote:
Originally Posted by iso
put a style tag either locally in the img tag or create a style shet, but to keep it simple:
<img style="border: 0;" src="...">

or if that doesn't work maybe try to put the style tag in the hyperlink tag
<a style="border: 0;" href="..."><img src="..."></a>

one of them should work


This will also work, and you don't need to use css

<a href="..."><img src="..." border="0"></a>
__________________
Fatal error on row 561: Couldn't access life - life isn't set

Reply With Quote
  #9  
Old February 24th, 2004, 06:24 AM
bambam's Avatar
bambam bambam is offline
macho member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 207 bambam User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 40 sec
Reputation Power: 6
this may be a little advanced ... try external CSS files

Then place this line in the CSS

img { border: 0 none; }

Now if all your HTML pages link the CSS file, then dont have to add style='border: 0' or border='0' to the img tags.

Reply With Quote
  #10  
Old June 29th, 2004, 02:09 PM
kristikris kristikris is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 2 kristikris User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
you could also (for the link to open in a new window) put target="_new" in the code

Reply With Quote
  #11  
Old August 27th, 2004, 02:44 PM
ureside.com ureside.com is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 1 ureside.com User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
[QUOTE=toots82]Don't worry about it! I found the answer! For those of you who are still interested, the answer is 'no' you can not have scrollbars in a cell of a table however, you can incorporate inline frames which will allow you to insert a floating frame in a cell of a table.
QUOTE]


how do you do that much of it? I need a scroll bar in a cell on several different occasions, how did you do it?

Reply With Quote
  #12  
Old September 5th, 2004, 09:14 PM
Xordaii Xordaii is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Oregon
Posts: 14 Xordaii User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to Xordaii
You Can!

i don't know if this will help you, but i have this working on my site, and it does work, opacity does affect the scrollbar though, so mine happens to be translucent...

<table border="0" cellpadding="0" cellspacing="0">
<tr align="left" valign="top">
<td height="400" width="400"><div style="height:400px; width:400px; overflow:auto;">Text here</div></td>
</tr>

hope it helps at all! don't know if this is what you are looking for though

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > Scroll bars in table cells possible?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway