HighDots Forums  

Srollable text area---Newbie to HTML--

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Srollable text area---Newbie to HTML-- in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
timheit
 
Posts: n/a

Default Srollable text area---Newbie to HTML-- - 11-18-2004 , 04:14 AM






I am trying to make a scrollable text area, in a template based site. I'm not
finding it. Do i have to use a frame based site? Having hard time
understanding how tables align image slices with html text. it is shifting
everything around. Are layers a safe thing to use? Any issues? Here is the
domain http://www.rcwinternationals.com/ Very new to html, usually i use
flash. But html has to be better for certain situtaion. it's time i learn


Reply With Quote
  #2  
Old   
timheit
 
Posts: n/a

Default Re: Scrollable text area---Newbie to HTML-- - 11-18-2004 , 04:40 AM






if you go to the site, i just want the scroll area where the red box is. So in
the template i have made this area an editable an called it 'body'. do i
reference it some how in the code you posted? Thanks for reply


Reply With Quote
  #3  
Old   
Osgood
 
Posts: n/a

Default Re: Srollable text area---Newbie to HTML-- - 11-18-2004 , 05:12 AM



timheit wrote:

Quote:
I am trying to make a scrollable text area, in a template based site. I'm not
finding it. Do i have to use a frame based site? Having hard time
understanding how tables align image slices with html text. it is shifting
everything around. Are layers a safe thing to use? Any issues? Here is the
domain http://www.rcwinternationals.com/ Very new to html, usually i use
flash. But html has to be better for certain situtaion. it's time i learn


You would find this piece of code in your page. Thats easy, just insert
the cursor in the red area and then switch to code view and search for
where the cursor is blinking.


<td COLSPAN=6 ROWSPAN=2 background="images/bg2.jpg"> <p>This
is the text are were the the info goes rules, track info, hotel
info, sponsors links.</p> <p>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<font face="Arial, Helvetica, sans-serif">&nbsp; </font></td>


Then change it to this:

<td COLSPAN=6 ROWSPAN=2 background="images/bg2.jpg"> <div
id="scrollingtext"><p>This is the text are were the the info goes rules,
track info, hotel info, sponsors links.</p></div> </td>


Then copy the code below and insert it directly before the closing
</head> tag of the pages code, as explained by the previous poster.
Change the width/height to suit


<style>
..scrollingtext{
width: 400px;
height: 200px;
overflow: auto;
position: relative;
}
</style>



Reply With Quote
  #4  
Old   
.: Nadia :. *TMM*
 
Posts: n/a

Default Re: Srollable text area---Newbie to HTML-- - 11-18-2004 , 05:49 AM



http://www.dreamweaverresources.com/tutorials/verticalscroll.htm
I have a very simple scroller example here: I've used images, but text
could be used as well.

--
Nadia
Team Macromedia Volunteer for Dreamweaver
---------------
Free Templates | Free Nav Bar Sets
http://www.DreamweaverResources.com
Dropdown Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles
Table Tutorials | Background image Tutorials
------------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
------------------------------------------------




"timheit" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I am trying to make a scrollable text area, in a template based site. I'm
not
finding it. Do i have to use a frame based site? Having hard time
understanding how tables align image slices with html text. it is shifting
everything around. Are layers a safe thing to use? Any issues? Here is
the
domain http://www.rcwinternationals.com/ Very new to html, usually i use
flash. But html has to be better for certain situtaion. it's time i learn




Reply With Quote
  #5  
Old   
.: Nadia :. *TMM*
 
Posts: n/a

Default Re: Srollable text area---Newbie to HTML-- - 11-18-2004 , 06:17 AM



LOL - not intentional :-)
Your answer with all the code will probably be more beneficial seeing as the
OP doesn't know any html anyways :-D

PS: Just so happens that I have examples of things on my site that get
asked about quite often here, and this was one of them .....

--
Nadia
Team Macromedia Volunteer for Dreamweaver
---------------
Free Templates | Free Nav Bar Sets
http://www.DreamweaverResources.com
Dropdown Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles
Table Tutorials | Background image Tutorials
------------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
------------------------------------------------




"Tim" <news (AT) thesitedoctor (DOT) co.uk> wrote

Quote:
hehe you know how to make a man feel inadequate :P

.: Nadia :. *TMM* wrote:
http://www.dreamweaverresources.com/tutorials/verticalscroll.htm
I have a very simple scroller example here: I've used images, but text
could be used as well.





Reply With Quote
  #6  
Old   
timheit
 
Posts: n/a

Default Re: Srollable text area---Newbie to HTML-- - 11-18-2004 , 06:39 AM



actually he is a mind reader because i would have asked about images originally but i firgured i could figure it out once i had the basics.


Reply With Quote
  #7  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Srollable text area---Newbie to HTML-- - 11-18-2004 , 07:08 AM



So is SHE!

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"timheit" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
actually he is a mind reader



Reply With Quote
  #8  
Old   
.: Nadia :. *TMM*
 
Posts: n/a

Default Re: Srollable text area---Newbie to HTML-- - 11-18-2004 , 07:09 AM



Yes, SHE is :-DD

--
Nadia
Team Macromedia Volunteer for Dreamweaver
---------------
Free Templates | Free Nav Bar Sets
http://www.DreamweaverResources.com
Dropdown Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles
Table Tutorials | Background image Tutorials
------------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
------------------------------------------------




"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
So is SHE!

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"timheit" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:cni1ln$kcm$1 (AT) forums (DOT) macromedia.com...
actually he is a mind reader





Reply With Quote
  #9  
Old   
.: Nadia :. *TMM*
 
Posts: n/a

Default Re: Srollable text area---Newbie to HTML-- - 11-18-2004 , 07:14 AM



"Tim" <news (AT) thesitedoctor (DOT) co.uk> wrote

Quote:
hehe its ok, I'll just crawl back under the rock I cam from with my tail
between my legs hehe. I only posted all his code because I you so righly
pointed out they didn't seem to understand HTML
LOL- no need for that I'm sure. The more (posters), the merrier

Quote:
I'll have to have a look around your site some more I think...
Please do... a heap of things to add to it, but never enough time!

--
Nadia
Team Macromedia Volunteer for Dreamweaver
---------------
Free Templates | Free Nav Bar Sets
http://www.DreamweaverResources.com
Dropdown Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles
Table Tutorials | Background image Tutorials
------------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
------------------------------------------------







Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.