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. |
|
|
|
bmxthief6969 html question Jun 8 2007, 05:11 PM
bmxthief6969 well, i wont have any use in php because it's ... Jun 10 2007, 09:32 AM
freeflow Moved to myspace support then.
What you do is y... Jun 10 2007, 11:11 AM
bmxthief6969 thats exactly what i needed :] thanks Jun 10 2007, 11:32 AM![]() ![]() |