Jump to content


Coding Help


3 replies to this topic

#1 JamesPickens

    Retired P2L Staff

  • Members
  • PipPipPip
  • 512 posts
  • Gender:Male
  • Location:Orlando, Florida

Posted 29 January 2005 - 11:35 AM

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.

#2 Blitz

    Jedi In Training

  • Twodded Staff
  • PipPip
  • 307 posts
  • Location:California
  • Interests:Php, html, css, etc, band, trumpet, anime, my dog, TV, computers, video games, sleeping, marching band, sleeping, jazz, sleeping, metal, sleeping, classic rock, sleeping, music, jazz band, did I mention sleeping?, kicking the hell out of kids that won't take the time to spell or use proper grammar, my website, etc.

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 Jaymz

    Retired P2L Staff

  • Members
  • PipPipPipPip
  • 4,104 posts

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 JamesPickens

    Retired P2L Staff

  • Members
  • PipPipPip
  • 512 posts
  • Gender:Male
  • Location:Orlando, Florida

Posted 29 January 2005 - 05:19 PM

ty u 2 =)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users