Forum index / Computers / Website HELP

Website HELP

16 posts · page 1 of 1

post #1
06 February 2006, 00:35 UTC#1
ok well I made a new design in photoshop, but I dont know how to slice and make iframes and such. Made and JOE did it last time, but now im thinking MADE doesnt wants to anymore. So anyone that knows how please tell me and ill add you to msn and send you the shit.


AND ALSO how do you make the website go into a pop up like other websites like freakincs n shit. I made the design smaller than I should have so I need it in like a pop up thing.
post #2
06 February 2006, 00:38 UTC#2
take the slice tool and use it.. then go into dreamweaver and typie in <iframe></iframe> in the code section.. easy lol
post #3
06 February 2006, 00:41 UTC#3
but when made did it there was a bunch of images that like loaded to make one... I dunno.

oh shit I think I get it lmfao.
post #4
06 February 2006, 00:42 UTC#4
yeah each image is a slice.. look
take the slice tool.. slice up your image into sections..
goto file>save for web.. done :D
post #5
06 February 2006, 00:42 UTC#5
Use Adobe ImageReady.
post #6
06 February 2006, 00:57 UTC#6
u need a site that works on FF
post #7
06 February 2006, 00:58 UTC#7
it does work just I didnt use boards on the first page click the blue box man.
post #8
06 February 2006, 01:12 UTC#8
QUOTE(Rikki @ Feb 6 2006, 12:58 AM) [snapback]278370[/snapback]

it does work just I didnt use boards on the first page click the blue box man.

ok cool
post #9
06 February 2006, 05:44 UTC#9
rikki..if you need help..msg me on msn..im pretty sure you ahve me.if not..

[email address redacted]
post #10
06 February 2006, 12:34 UTC#10
QUOTE(joe_thc @ Feb 6 2006, 05:44 AM) [snapback]278424[/snapback]

rikki..if you need help..msg me on msn..im pretty sure you ahve me.if not..

[email address redacted]


same

[email address redacted]
post #11
06 February 2006, 13:29 UTC#11
QUOTE(Rikki @ Feb 6 2006, 01:58 AM) [snapback]278370[/snapback]

it does work just I didnt use boards on the first page click the blue box man.



Boards? LMFAO, I think you mean tables.
post #12
06 February 2006, 14:31 UTC#12
Send over to me on msn ( [email address redacted]) and ill do it for you
post #13
06 February 2006, 21:00 UTC#13
I know how to do it now yay, but im still stuck on one thing
post #14
06 February 2006, 21:13 UTC#14
QUOTE(Rikki @ Feb 6 2006, 04:00 PM) [snapback]278833[/snapback]

I know how to do it now yay, but im still stuck on one thing

What? you cant decide what you wanna do for the thc fan vid youre going to do??

:D
post #15
06 February 2006, 21:58 UTC#15
Here ya go rickki... just like you wanted (any problems talk to me on msn)
Stick this javascript on your main page (default.htm or index.htm)

CODE

<script language="JavaScript1.2">
top.window.moveTo(0,0);
if (document.all)
   { top.window.resizeTo(screen.availWidth,screen.availHeight); }
else if
   (document.layers || document.getElementById)
   {
   if
    (top.window.outerHeight < screen.availHeight || top.window.outerWidth <
screen.availWidth)
     { top.window.outerHeight = top.screen.availHeight;
       top.window.outerWidth = top.screen.availWidth; }
   }
    </script>
<script type=text/javascript>
var win= null;
function NewWindow(mypage,myname,w,h,scroll){
  var winl = (screen.width-w)/2;
  var wint = (screen.height-h)/2;
  var settings  ='height='+h+',';
      settings +='width='+w+',';
      settings +='top='+wint+',';
      settings +='left='+winl+',';
      settings +='scrollbars='+scroll+',';
      settings +='resizable=no';
  win=window.open(mypage,myname,settings);
  if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}
    </script>



Once you have that done what you need to do is add the "onclick" into you hyperlink EG

CODE

<a href="#" onclick="NewWindow('open.asp','pop','830','570','no');return false">CLICK HERE TO OPEN</a>

or
CODE

<a href="#" onclick="NewWindow('open.asp','pop','830','570','no');return false"><img src="enter.jpg"></a>


You can rename open.asp to what ever page you want to pop up
post #16
06 February 2006, 21:58 UTC#16
eff that havent seen anything from you guys in so long.