Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Mon Jul 01, 2024 1:59 am

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 10 posts ] 
Author Message
 Post subject: HELP!
PostPosted: Sun Jun 20, 2004 2:20 pm 
Newbie
Newbie
User avatar

Posts: 18
Joined: Sun Jun 20, 2004 9:33 am
Location: Earth (duh)
Does anyone here know how to code? If so could they help me out?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 20, 2004 5:14 pm 
PPT God
PPT God
User avatar

Posts: 1765
Joined: Tue Jun 01, 2004 1:41 pm
Location: Belgium
umm... you mean HTML, CSS or what? :P


Image


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 21, 2004 3:50 am 
PPT God
PPT God

Posts: 1723
Joined: Tue Jun 01, 2004 5:30 pm
Gender: Female
and specifically code what?

Guild layouts, web layouts, blog layouts, live journal layouts, forum stuff.

and better yet, post the pic of what you're trying to have coded if you have it.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 02, 2004 5:25 pm 
Newbie
Newbie
User avatar

Posts: 18
Joined: Sun Jun 20, 2004 9:33 am
Location: Earth (duh)
I need to code this for a friend:

Image

OMG I love these smilies! :roflol:


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 02, 2004 11:34 pm 
PPT Student
PPT Student
User avatar

Posts: 346
Joined: Wed Jun 16, 2004 8:45 am
Done

Quote:
<table width = 361 height = 554 background =

"http://img58.photobucket.com/albums/v178/Illusenfanatic/Examples/layout_degrassi.gif">
<td colspan = 3 height = 30></td><tr>
<td width = 48 height = 184></td><td width = 281 valign = "top">
<div style = "overflow: auto; height: 180" height = 180>
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
</div>
</td><td width = 48></td>
</tr><tr>
<td height = 324></td></table>


crappy work

might not work for all browsers

4:41 PST: added on my site http://www.freewebs.com/mrccy/blog.htm


Image
Giving away >50< Gmail invites. PM me with your current email for one.
Get Firefox!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 02, 2004 11:41 pm 
PPT Baby
PPT Baby
User avatar

Posts: 62
Joined: Wed Jun 02, 2004 12:15 am
Location: United Kingdom
since posting a new topic would be useless..

would anyone code this in HTML?

http://img38.photobucket.com/albums/v11 ... daring.gif


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 02, 2004 11:43 pm 
PPT Student
PPT Student
User avatar

Posts: 346
Joined: Wed Jun 16, 2004 8:45 am
i'll try.


Image
Giving away >50< Gmail invites. PM me with your current email for one.
Get Firefox!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 02, 2004 11:45 pm 
PPT Baby
PPT Baby
User avatar

Posts: 62
Joined: Wed Jun 02, 2004 12:15 am
Location: United Kingdom
go on my son.. go on!


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 03, 2004 2:30 pm 
Honorary Member
Honorary Member

Posts: 169
Joined: Sat Jun 05, 2004 6:30 pm
Location: Milwaukee, Wisconsin
Overlord wrote:
since posting a new topic would be useless..

would anyone code this in HTML?

http://img38.photobucket.com/albums/v11 ... daring.gif


hey man i have two versions for you lol the long version:
Code:
<div style="height: 100%; width: 100%; vertical-align: middle; text-align: center">
<table style="border: 1px solid #000000; width: 640px; height: 480px; background: #F7CB00;" cellpadding="0" cellspacing="0">
  <tr>
    <td style="background-image: url('http://img38.photobucket.com/albums/v118/jammydark/daring.gif'); vertical-align: top;">
      <div style="position: relative;
                  left: 86px;
                  top: 114px;
                  overflow: auto;
                  height: 237px;
                  width: 184px;
                  font-family: Verdana;
                  font-size: 12px;
                  color: #806200;
                  scrollbar-face-color: #F7CB00;
                  scrollbar-highlight-color: #F7CB00;
                  scrollbar-3dlight-color: #A18400;
                  scrollbar-shadow-color: #F7CB00;
                  scrollbar-darkshadow-color: #A18400;
                  scrollbar-track-color: #F7CB00;
                  scrollbar-arrow-color: #A18400;">
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      </div>
      <div style="position: relative;
                  left: 463px;
                  top: 51px;
                  overflow: auto;
                  height: 152px;
                  width: 151px;
                  font-family: Verdana;
                  font-size: 12px;
                  color: #806200;
                  scrollbar-face-color: #F7CB00;
                  scrollbar-highlight-color: #F7CB00;
                  scrollbar-3dlight-color: #A18400;
                  scrollbar-shadow-color: #F7CB00;
                  scrollbar-darkshadow-color: #A18400;
                  scrollbar-track-color: #F7CB00;
                  scrollbar-arrow-color: #A18400;">
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      </div>
    </td>
  </tr>
</table>
</div>


and the compacted version:
Code:
<table style="border: 1px solid #000000; width: 640px; height: 480px; background: #F7CB00;" cellpadding="0" cellspacing="0">
  <tr>
    <td style="background-image: url('http://img38.photobucket.com/albums/v118/jammydark/daring.gif'); vertical-align: top;">
      <div style="position: relative; left: 86px; top: 114px; overflow: auto; height: 237px; width: 184px;font-family: Verdana;font-size: 12px; color: #806200;">
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      </div>
      <div style="position: relative; left: 463px; top: 51px; overflow: auto; height: 152px; width: 151px;font-family: Verdana;font-size: 12px; color: #806200;">
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      </div>
    </td>
  </tr>
</table>


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 03, 2004 2:52 pm 
PPT Baby
PPT Baby
User avatar

Posts: 62
Joined: Wed Jun 02, 2004 12:15 am
Location: United Kingdom
jesus christ.. what woiuld i do without you?

:worship:


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 10 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group