View Full Version : HTML help!
Johnney5
09-24-2001, 09:12 PM
Hopefully someone can help me...
I need to know how to make sorta like a table, that has a scrollbar. So, you can put a bunch of stuff in the table, in a fixed space, and read what's in it via the scrollbar, without scrolling the page.
did that make sense? Help!
phism
09-24-2001, 09:17 PM
how about <.textarea>textblahblahtextblahblahblah<./textarea>
can't u use frames for that?
Sleepy Introvert Ninja
09-25-2001, 12:13 AM
<font size="3" face="System, Small Fonts" color="#400040">
Frames are dead.
You can try a java
version of it but..
</font>
kamenriderv3
09-25-2001, 03:31 PM
There's a way to make the scroll thing but it would only be a list instead of a table.
shoegaze
09-25-2001, 10:53 PM
scrollbar?!? how about real bar! ..with drinks ! no wait! and ice cream bar!!! yea, that's tha ticket!
did you get my email?
by the way, yea i do have too much time on my hands, but glad you liked the brat clothing image.. haha.. i should track down that girl and set you two kids up.. hmm.. which highschool do you spoze she attends? haha! ..kidding.
anyway, like i said, you can do i-frames or javascript scrolling to get your desired effect..
awww, that ancient hunger, or is it t42 song just got in my head.. argg!! nevermind.
hit me up for the pop secret info!
lates
yangnome
09-26-2001, 11:16 PM
I think this is similar to what you are looking for...
<A HREF="http://www.dhtmlshock.com/scrollers/APScrollableArea/default.asp">http://www.dhtmlshock.com/scrollers/APScrollableArea/default.asp</A>
cordani
02-01-2006, 03:48 PM
html peeps i need your help, por favor. . .
so i've built my online portfolio but there are some strange things happening that i can't figure out for the life of me what is up.
i have basically 3 pages built, the portfolio home (est00.com/portfolio/portfolio.html), and links to the 2 diff sections- corporate & freelance work; which are both pages that have frames in them (and also a resume pop-up link which works fine).
now problems arise when i click onto a certain section (either freelance or corporate) and view a piece and then click back to the portfolio home page (link on btm left). you'll notice that the link in the address bar will not change back to the portfolio home page, and the piece last viewed will stay in the frame rendering the online portfolio 'frozen'
wtf?!?!
fmstlr
02-01-2006, 03:59 PM
Originally posted by cordani
html peeps i need your help, por favor. . .
now problems arise when i click onto a certain section (either freelance or corporate) and view a piece and then click back to the portfolio home page (link on btm left). you'll notice that the link in the address bar will not change back to the portfolio home page, and the piece last viewed will stay in the frame rendering the online portfolio 'frozen'
wtf?!?!
when I'm in freelance or corporate, I don't see a link to go to the homepage. Where is it?
cordani
02-01-2006, 04:01 PM
try making yr browser a lil bigger, it's on the btm left & it says 'portfolio home'
i need to bring it higher up
slackerbot
02-01-2006, 04:05 PM
change the target..
target="_self"
^^ this is wrong. because it will load the portfolio page into the left frame. change the target to parent instead.
cordani
02-01-2006, 04:08 PM
Originally posted by slackerbot
change the target..
target="_self"
^^ this is wrong. because it will load the portfolio page into the left frame. change the target to parent instead.
oooooh! i thought 'self' was the correct target to use but im obviously wrong- thx slackster
cordani
02-28-2006, 08:42 AM
forgetful has another elementary query, how do i post image links on the boards?
stryfe
02-28-2006, 08:43 AM
[ img ] image url [ / img ]
remove the spaces
Dr Jesus
02-28-2006, 08:43 AM
use img tags in brackets.
cordani
02-28-2006, 08:47 AM
Originally posted by stryfe
[ img ] image url [ / img ]
remove the spaces
thx, e
i feel dumb as hell right now
well, your portofolio makes up for that
:D
cordani
02-28-2006, 09:07 AM
HIRE ME! ME MAKE PURTEE PIXSHURZ!!!
slackerbot
02-28-2006, 09:27 AM
so where are da pics mang??!!
cordani
02-28-2006, 09:55 AM
http://www.est00.com/my_cave-sm.jpg (http://est00.com/paintings/paintings.html)
puppy fields
01-13-2011, 10:54 AM
say, would anybody happen to know if the <abbr> tag is still supported?
i guess it works by displaying the complete word when rolling over acronyms?
herrokitty
01-13-2011, 12:16 PM
say, would anybody happen to know if the <abbr> tag is still supported?
i guess it works by displaying the complete word when rolling over acronyms?
the implementation is left to the browser
http://www.w3.org/TR/html401/struct/text.html#h-9.2.1
puppy fields
01-13-2011, 12:58 PM
hrm...doesn't work in mozilla on mac.
got another question, is it good practice to close off a tag (with no end tag) with a forward slash?
for example:
<hr> is okay.
<hr /> is better.
slackerbot
01-13-2011, 07:12 PM
fuck that. just create your entire web page as a jpg image and you won't have to worry about this stuff. :D
atomicscissors
01-13-2011, 08:26 PM
Try rebooting.
Aaron
01-13-2011, 10:56 PM
hrm...doesn't work in mozilla on mac.
got another question, is it good practice to close off a tag (with no end tag) with a forward slash?
for example:
<hr> is okay.
<hr /> is better.
Yes, because <hr> won't validate fully because it won't see a closing tag.
puppy fields
01-27-2011, 10:07 AM
this site seems to have some good links for beginners (scroll down).
http://w3fools.com/
puppy fields
01-27-2011, 11:31 AM
HTML is the new HTML5 (http://blog.whatwg.org/html-is-the-new-html5)
In 2009 we announced that the HTML5 specification at the WHATWG was progressing to Last Call. The plan at the time was to finish the specification this year and publish a snapshot of "HTML5" in 2012. However, shortly after that we realised that the demand for new features in HTML remained high, and so we would have to continue maintaining HTML and adding features to it before we could call "HTML5" complete, and as a result we moved to a new development model, where the technology is not versioned and instead we just have a living document that defines the technology as it evolves.
As there is still interest in publishing a snapshot of HTML5, the W3C is still working on that (in conjunction with the WHATWG).
Because the specification is now a living document, we are today announcing two changes:
1. The HTML specification will henceforth just be known as "HTML", with the URL http://whatwg.org/html. (We will also continue to maintain the Web Applications 1.0 specification that contains HTML and a number of related APIs like Web Storage, Web Workers, and Server-Sent Events.)
2. The WHATWG HTML spec can now be considered a "living standard". It's more mature than any version of the HTML specification to date, so it made no sense for us to keep referring to it as merely a draft. We will no longer be following the "snapshot" model of spec development, with the occasional "call for comments", "call for implementations", and so forth.
In practice, the WHATWG has basically been operating like this for years, and indeed we were going to change the name last year but ended up deciding to wait a bit since people still used the term "HTML5" a lot. However, the term is now basically being used to mean anything Web-standards-related, so it's time to move on!
puppy fields
01-29-2011, 07:38 AM
so, i learned how to do a definition list, and couldn't imagine a real world use for it, until I came across this page, and then it all made sense.
http://www.maxdesign.com.au/articles/definition/
puppy fields
01-31-2011, 11:09 AM
Dreamweaver seems like a pretty decent text editor. You guys have any thoughts on it?
You have a favorite text editor for HTML, CSS and JS?
eMacs seems sort of over-kill.
puppy fields
01-31-2011, 12:38 PM
anybody use coda? like it?
seems like a pretty good tool.
http://www.panic.com/coda/
puppy fields
01-31-2011, 01:27 PM
seems apple and google use this doc deceleration <!DOCTYPE html>.
puppy fields
02-01-2011, 11:15 AM
you guys have a favorite app to collect code snippets with?
puppy fields
02-01-2011, 11:24 AM
seems interesting.
http://html5boilerplate.com/
puppy fields
02-07-2011, 06:07 PM
Why is XHTML syntax so widely used in web pages where the mime type is set to text/html?
puppy fields
03-09-2011, 04:09 PM
http://developers.whatwg.org/
This HTML5 specification is like no other—It has been processed with you, the humble web developer, in mind.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.