html question |
html question |
Jun 8 2007, 05:11 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2007 Member No: 532,615 |
i threw together a layout in photoshop and sliced it up and saved it optimized for the web.
but i have one problem, i read all these tutorials about coding and stuff and it confuses he heck outta me. is there a simple div code where all i have to do is just copy and paste crap? or is there no easy way out of this? |
|
|
|
![]() |
| *karmakiller* |
Jun 8 2007, 11:32 PM
Post
#2
|
|
Guest |
You can use divs, but you'll have to upload your own stylesheet. If you have multiple pages on your website, you'll have to update each page unless if you do php includes.
CODE <div style="position: absolute; left:0px; top:0px; overflow: auto;"> <img src="http://IMAGEURL"></div> CODE <div style="position: absolute; left:250px; top:700px; width:250px; height:400px; overflow: auto;">CONTENT</div> If you'd like to use php includes, try this tutorial. |
|
|
|
Jun 10 2007, 09:32 AM
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2007 Member No: 532,615 |
well, i wont have any use in php because it's a myspace layout.
so what i would have to do is just upload the layout and put the image url in there? and that would completely cover everything unwanted? and for the bottom code i would just have to change the positioning and width and height for the table right? and thanks for the codes |
|
|
|
Jun 10 2007, 11:11 AM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Moved to myspace support then.
What you do is you read the following tutorial to teach you the basics. http://www.createblog.com/forums/index.php?showtopic=142922 For your image map you upload the url. Place it in the image map code. Place that in a div and position it. |
|
|
|
Jun 10 2007, 11:32 AM
Post
#5
|
|
![]() Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2007 Member No: 532,615 |
thats exactly what i needed :] thanks
|
|
|
|
![]() ![]() |