okay well i been doing gfx designing for a while and im an old member here n and yeah well everytime i join a new forum n show off my work its a pain in the ass to post the img codes in like 5 posts cause of all my work, so i am adding to my site a blank white bg with my header or logo at top and then my signatures listing down the center and iduno how to do it
i dont want a portfolio template or anything cause its a waste imo i jus want a link to a page showing all my images down the center n i duno the coding
Please help =)
-addiction.
Coding Help
Started by JamesPickens, Jan 29 2005 11:35 AM
3 replies to this topic
#1
Posted 29 January 2005 - 11:35 AM
#2
Posted 29 January 2005 - 03:34 PM
<html> <head> <title>Your title Here</title> </head> <body> <img src="headerpic.gif" width="width" height="height"> <img src="img1.gif" width="width" height="height"><br> <img src="img2.gif" width="width" height="height"><br> </body> </html>
Replace "headerpic.gif" with what the name of your header picture is.
Width is replaced with width, and height is replaced with the heighth for the pic. And for the second <img> thing, replaced "img1.gif" with what the name of your pic #1 is. Copy the line and put number 2 in the quotes after src. And just keep copying the <img> and the <br> for each of your images. The src is where your image is. And <br> is to break the line.
That's basically it. If you have any questions...
#3
Posted 29 January 2005 - 03:42 PM
You could also find a php script that monitors a folder and adds it to the page once a file is uploaded to a monitored folder... I'd try hotscripts.com if that's what you were looking for
#4
Posted 29 January 2005 - 05:19 PM
ty u 2 =)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
