Help On Site

liunx

Guest
hmmmmm i dont really know how to ask this. but i use adobe photoshop to make my webpages. but i'm lucking for a code that i can make that page show up in center of a browser window and with black coler background then. also i'm lucking for a html code where i can put a frame on the photoshop site an iframe i mean :) i know how i can make it transparent. but i dunno how i can put it at the exact spot i want it to be. (in the center of the photoshop site). can annyone help me it would be great if u dit :)<!--content-->it might not be particularly good practice, but i use frames sometimes to put my page in the centre of the screen.<br />
<br />
Decide on how bigyou want your centre frame to be (in this example we'll go with 500 wide by 300 tall, and we'll call it "centre.html"). then create a frameset page with the following frameset:<br />
<br />
<br />
<frameset rows='*,300,*' border=0 scrollbars='auto'><br />
<frameset cols='*,500,*' border=0 scrollbars='auto'><br />
<frame src='http://www.webdeveloper.com/forum/archive/index.php/empty.html' marginheight=0 scrolling='no' noresize><br />
<frame src='http://www.webdeveloper.com/forum/archive/index.php/empty.html' marginheight=0 scrolling='no' noresize><br />
<frame src='http://www.webdeveloper.com/forum/archive/index.php/empty.html' marginheight=0 scrolling='no' noresize><br />
</frameset><br />
<frameset cols='*,500,*' border=0 scrollbars='auto'><br />
<frame src='http://www.webdeveloper.com/forum/archive/index.php/empty.html' marginheight=0 scrolling='no' noresize><br />
<frame name='MAIN' src='http://www.webdeveloper.com/forum/archive/index.php/centre.html' marginheight=0 scrolling='auto' noresize><br />
<frame src='http://www.webdeveloper.com/forum/archive/index.php/empty.html' marginheight=0 scrolling='no' noresize><br />
</frameset><br />
<frameset cols='*,500,*' border=0 scrollbars='auto'><br />
<frame src='http://www.webdeveloper.com/forum/archive/index.php/empty.html' marginheight=0 scrolling='no' noresize><br />
<frame src='http://www.webdeveloper.com/forum/archive/index.php/empty.html' marginheight=0 scrolling='no' noresize><br />
<frame src='http://www.webdeveloper.com/forum/archive/index.php/empty.html' marginheight=0 scrolling='no' noresize><br />
</frameset><br />
</frameset><br />
<br />
You can then make your "empty.html" contain whatever you like, and if you want a black background then you make the HTML page have a black background.<br />
<br />
You'll notice I've not named any of the "framing" frames - that's probably not a good idea, but since i never want to load anything into them i havent done here. You should also include a noframes option for the people out there (if there are any) who just want to view your data but dont have access to a frame compatible browser.<!--content-->ty for that info but i'm trying to get that into an iframe i can make an iframe and i can make it in center but only in width not in height if i could do that it would make it all easyer :) so do u know a html code to make that iframe show up in center in height then :)<!--content-->Do you have a link to your page so we can see a little better what you are talking about? Its easier that way.. :)<!--content-->http://www.euro.owns.it is the link to that page i now use a popup window to make my site display but i would like an iframe so its easyer to use for me and then i dont have that nasty popup again :). i also found something new thats wrong. i use Download <!--more-->ed fonts on that site. i uploaded them 2 site but they stil dont show up only on my computer do i need to do something else ore is it my servers prob??<!--content-->
 
Back
Top