Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

HELP!

Sun Jun 20, 2004 3:20 pm

Does anyone here know how to code? If so could they help me out?

Sun Jun 20, 2004 6:14 pm

umm... you mean HTML, CSS or what? :P

Mon Jun 21, 2004 4:50 am

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.

Fri Jul 02, 2004 6:25 pm

I need to code this for a friend:

Image

OMG I love these smilies! :roflol:

Sat Jul 03, 2004 12:34 am

Done

<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

Sat Jul 03, 2004 12:41 am

since posting a new topic would be useless..

would anyone code this in HTML?

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

Sat Jul 03, 2004 12:43 am

i'll try.

Sat Jul 03, 2004 12:45 am

go on my son.. go on!

Sat Jul 03, 2004 3:30 pm

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>

Sat Jul 03, 2004 3:52 pm

jesus christ.. what woiuld i do without you?

:worship:
Topic locked