04 May 2005, 11:59 UTC#1
alright I've seen All Ball's new website and a few others and I wanna know something. How can I make it scroll the updates and everything how All Balls Has it where you click like "videos" and then the page is in that little square and you gotta scroll down and all. I Don't know what it's called since I really dont know about website designing. I use Dreamweaver. I wanna have one of them and beable to put pictures and updates in there. If you could, please go to allballsvideo.com and check what I mean. We are redoing our website and we need to kno how to do that. If someone could help I would really appriciate it. Thanks guys!
04 May 2005, 12:02 UTC#2
an iframe
<iframe.....
u need to no some coding to do it
04 May 2005, 12:03 UTC#3
well I kno alittle HTML but theres no way Dreamweaver does it for you? or what is this thing called, maybe I can google it? called Iframe??
04 May 2005, 12:06 UTC#4
yeah dreamweaver cant do it 4 u....
googleing can help..or copy this
<iframe scrolling="auto" src"where your starting file is" name="main/mid whetever u want" frameborder="0/1/2 etc"></iframe>
think thats right.. just start typping it in dreamweaver code section and drop down menus should appear when u press enter
04 May 2005, 12:06 UTC#5
okay now what if I wanna add pictures and all, it will go in there?
04 May 2005, 12:09 UTC#7
maybe I will just ask yates when he comes on...
04 May 2005, 12:12 UTC#8
yeah src= is your source page..
u have to make a page with all your pics on it or whtever then under src" " u put the link to that page.
also give the iframe a name=" " so when u click a link say videos your target will be whtever name uv given your iframe so the page will load there
u also have to give it a width and height..
iframes are a bitch to b honest
04 May 2005, 12:20 UTC#9
yeah I can tell from just reading. this is nuts. lol...thanks for helping me broken silence. <3
04 May 2005, 12:20 UTC#10
no probs.. if u get stuck just pm me or add me on msn ill help u out
04 May 2005, 12:22 UTC#11
awesome, I really appriciate it
04 May 2005, 18:50 UTC#12
alright well im home and im trying to figure out how to make an awesome website, I just need to kno how to do this!!
04 May 2005, 20:43 UTC#13
Do you want it too be transparent?
04 May 2005, 21:23 UTC#14
iFrames are out of date and look hokey... avoid them at all costs.
Use includes... that's the real professional way
04 May 2005, 21:35 UTC#15
hahahha how may threads have I seen like this now
<iframe src="url" width="xx" height="xx">
iframes are sketchy
05 May 2005, 03:57 UTC#16
includes? explain.. im falling behind in the times..
iv been using iframes for awhile now so im used to them and no how to sort out there shit problems..
any plz explain?
Edit: just checked a site out about it.. u cant give it a name.. so if u click on a link u cant make that page open up in the include place like u can with an ifame..
05 May 2005, 04:07 UTC#17
QUOTE (T0M @ May 4 2005, 11:59 AM) All Ball's new website
haha I designed there layout...
05 May 2005, 10:54 UTC#18
includes are separate files that your main page till call. Normally you'll make a header.inc (include) and a footer.inc (include) so that when you edit a link or change one thing, it changes it on all the pages. Makes life so much easier.
CODE <!--#include file="includes/header.inc"-->
05 May 2005, 12:02 UTC#19
yeah the IFrame I have right now, im not sure if I like it...and as I stated befoe in another thread. On different monitors its in different places which sucks cuz it makes our website look shit here at school but awesome at my house...I dont understand...