tayjalee
05-09-2003, 03:55 PM
hi all ::waves:: i think this is where to put this if not feel free to move it where it needs to be.
i need a little help if u go to the page (http://www.headless-music.com/pix.html) you can see the problem i am having, i have been playing with the width, height, and alignment(trying different ones) and yet the images dont come out lined up... it should be 2 rows of 3.
here is the code i am using...
<ilayer name="scroll1"><div id="scroll3" style="width:400;height:400; color:BLACK background-color:BLACK; border:1PT SOLID/DASHED; overflow:auto"><img src="drumsthumb.jpg" align="left"><img src="greg5-3-03-1thumb.jpg" align="center"><img src="gregnryan5-3-03-1thumb.jpg" align="right"><br><img src="headless5-3-03-2thumb.jpg" align="left"><img src="micah5-3-03-1thumb.jpg" align="center"><img src="ryan5-3-03-1thumb.jpg" align="right">
</textarea></div>
if anyone can help i would be very thankful...
::::beggs::: pleasssseeee help
okay thanks again ! :)
Elentari
05-09-2003, 04:22 PM
Well......it's rather difficult to help you out efficiently when you have a no right click option on your site .......I suggest you change it at least for the time being).
Anyway.....have you tried absolutely positioning your divs? Try style="position:absolute; top:100px; left:100px" ...........that's all I can give you without seeing your source code properly. (obviously change the values to whatever you want)
tayjalee
05-09-2003, 04:26 PM
Elentari
i just changed the click script but i will go yank the code for now completly if it will help me get sum help with the problem... sorry about that wasnt thinking about it being offensive and didnt mean anything by it... the site i am building is for a band and "d'snuts" is like their key saying at the moment... its ment to be funny. kk brb heading off to yank the script completely =o)
tayjalee
05-09-2003, 04:28 PM
okay got rid of the no right click =o)
Elentari
05-09-2003, 04:29 PM
No problemo...I personally don't care but if a mod finds it offensive they'll just delete the link and with no link no one can help you out.
Btw....I see your source now. Is it the pictures that you are trying to align inside the green box??? And you want them in rows of threes?
tayjalee
05-09-2003, 04:40 PM
yeah the green box is just sum divider bars i put there to outline it and i was trying to do the images in a scroll box inside... i dont have many right now so its supposed to be 2 rows of 3 but when it comes up i have a row of a two a row of two and then the other two are like below that and to the right... its all messed up lol
Elentari
05-09-2003, 04:41 PM
Ok...replace that section of the code with this...
<div id="scroll3" style="width:400;height:400; color:BLACK background-color:BLACK; border:1PT SOLID/DASHED; overflow:auto; text-align:center"><img src="drumsthumb.jpg"><img src="greg5-3-03-1thumb.jpg"><img src="gregnryan5-3-03-1thumb.jpg"><br><img src="headless5-3-03-2thumb.jpg"><img src="micah5-3-03-1thumb.jpg"><img src="ryan5-3-03-1thumb.jpg"></div>
Also...the part of the code that I put in bold...well the format is wrong....that tag works like this border:size value value .......you have two conflicting values, a line cannot be solid and dashed and there's no need for the /. so..you could do bolder:1 solid green or something like that...
Also...I'm not sure about that space you have to the right, I suppose you mean to put more things there eventually. =)
tayjalee
05-09-2003, 04:47 PM
thanks so much I am gunna go try it out... i'm not sure about that extra space either thats just the way it came up lol... as for the solid and the dashed part thats the way it was on the website i copied it off of, all i did was change it from >text goes here< to >img blahblahblah.jpg<
brb =o)
tayjalee
05-09-2003, 04:49 PM
woohoo :) you rock !! :::dances around::: thanks so much... oh and i figured out why the extra space was there it was cause of the size of my form box (yeah i am using one of those click drag and drop type web page creators) so i did the script in a script box and the extra size was cause of the size i had the box i shrank it down and centered it and now it looks fine :)
Elentari
05-09-2003, 04:52 PM
You have quite a few errors in your page that you have to fix up before everything will work 100%...
1...no body tag
2...styles are in the head tag
3...the closing head tag is before the scrollbar styles and those should be within the head tag.
that's just a few of them.
tayjalee
05-09-2003, 04:54 PM
thanks i'll get those taken care of, i need to get like everything together and then go back and tweak it cuase if i open it in the html form it will mess my other stuff up its a very touchy lil system lol... okay off to get sum shut eye... thanks again for the help :)
Elentari
05-09-2003, 05:12 PM
The reason your code is so unstable is partially due to the lack of format in it so you might want to just pretty it up and put tags where they should be and it might be more stable and will actually start doing what you want it to do.
Nite nite.