Trade-in games on GMG
POTC Fansite Home POTCF Forums POTCF Gallery Blogs POTCF Arr!cade POTCF User Pages Register! Casino!

Go Back   Pirates of the Caribbean Online Fansite & Forums > Other > Creative Coffers > POF's UserPages
Blogs FAQDonate Calendar Arcade Mark Forums Read

POF's UserPages Talk about your userpage, ask for opinions, ask for help, and give help.

Old HTML Codes

Login or Register now to see less ads.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-04-2007, 04:26 AM
Tricky's Avatar
Tricky Tricky is offline
Founder
Tricky's Primary Pirate Info

Join Date: Sep 2007
Location: Playing Blackjack
Posts: 39
My Mood: Drunk2
Tricky is scurvy dog
Quote:
Originally Posted by Colombiano View Post
Added a new game: Biscuits Cursor Game!

Seems like I accidentaly erased the first part of the guide. I will have it back up soon.

Can't seem to get the pictures up. Also I will get Biscuits HTML codes back up too.
Ugh, now you add these? I had to take them one by one off of TTC and add them to my userpage. Well at least now I don't have to worry if I delete part of it again.
__________________
Ace of spades.
Reply With Quote
  #2  
Old 11-12-2007, 12:50 AM
Colombiano's Avatar
Colombiano Colombiano is offline
~Bryan~
Colombiano's Primary Pirate Info

Join Date: Sep 2007
Posts: 132
Colombiano is scurvy dog
Quote:
Originally Posted by Tricky Electrobee View Post
Ugh, now you add these? I had to take them one by one off of TTC and add them to my userpage. Well at least now I don't have to worry if I delete part of it again.
Sorry but I added them a while ago but no one ever posted to I got Batleth to sticky it and merge my posts.

Added new stuff!!:
Universal clock-Now it shows what time it is depending on what your computer clock says

Christmas Timer with no Music so it does not interfere with music already on your userpage.
__________________
*UPDATING*


Quote:
Originally Said by Adam from Mythbusters "I reject your reality and substitute my own"
My mood:
Reply With Quote
  #3  
Old 02-27-2008, 01:40 PM
Eloricth Eloricth is offline
Just call me Elo
Eloricth's Primary Pirate Info

Join Date: Feb 2008
Posts: 75
Eloricth is scurvy dog
Do the userpages allow CSS? I'm guessing they do, since you're using a glow filter...
Also about that, why are you embedding a table within a paragraph and styling the table data? It's so much easier to just style the paragraph element, plus it reduces nesting of unnecessary elements.

Also,

Code:
<script language="javascript">
is deprecated. You should update it to

Code:
<script type="text/javascript">
I hope I'm not coming across as rude, it's not my intent.

Thanks in advance,
-Elo
Reply With Quote
  #4  
Old 02-28-2008, 12:47 PM
Davy's Avatar
Davy Davy is offline
umop episdn
Davy's Primary Pirate Info

Join Date: Mar 2007
Posts: 1,283
Davy is a pirateDavy is a pirateDavy is a pirate
I love it. Great guide! +rep
__________________
Welcome to all you VMK Refugees!
Reply With Quote
  #5  
Old 03-05-2008, 01:31 AM
Colombiano's Avatar
Colombiano Colombiano is offline
~Bryan~
Colombiano's Primary Pirate Info

Join Date: Sep 2007
Posts: 132
Colombiano is scurvy dog
Removed the censored ones and added a code box for first HTML.

Thanks all for the feedback and Rep.

Quote:
Originally Posted by Eloricth View Post
Do the userpages allow CSS? I'm guessing they do, since you're using a glow filter...
Also about that, why are you embedding a table within a paragraph and styling the table data? It's so much easier to just style the paragraph element, plus it reduces nesting of unnecessary elements.

Also,

Code:
<script language="javascript">
is deprecated. You should update it to

Code:
<script type="text/javascript">
I hope I'm not coming across as rude, it's not my intent.

Thanks in advance,
-Elo
I have no idea what the paragraph and element stuff meant but I added your your script code.
__________________
*UPDATING*


Quote:
Originally Said by Adam from Mythbusters "I reject your reality and substitute my own"
My mood:
Reply With Quote
  #6  
Old 03-05-2008, 02:09 PM
Eloricth Eloricth is offline
Just call me Elo
Eloricth's Primary Pirate Info

Join Date: Feb 2008
Posts: 75
Eloricth is scurvy dog
An element is one of those tags you use in the HTML code. Take, for example, the glowing text example.

Code:
<p align=center>
     <table>
          <tr>
               <td style="filter:glow(color=blue strength=5);font-family:arial;font-weight: BOLD;font-size:'18pt'">Text</td>
          </tr>
     </table>
</p>
Let's break down what's going on here...

Code:
<p></p> - Paragraph start/end elements
<table></table> - Table start/end elements
<tr></tr> - Table row start/end elements
<td></td> - Table data start/end elements
In the line...
Code:
<td style="filter:glow(color=blue strength=5);font-family:arial;font-weight: BOLD;font-size:'18pt'">Text</td>
the style="filter:glow(color=blue strength=5); font-family:arial; font-weight:bold;font-size:18pt;" is CSS (cascading style sheets). It changes the appearance (style) of HTML elements.

Anyway, the block can be rewritten to something like this:

Code:
<p style="text-align:center; font:bold 18pt arial; filter:glow(color=blue strength=5);">Text</p>
For more information on HTML, CSS, Javascript, and web development standards, check out the World Wide Web Consortium & w3schools.com.

-Elo

PS: The glow:filter CSS property does not work in Firefox because it is a Microsoft-proprietary CSS property. When Microsoft developed Internet Explorer, they failed to properly support some of the CSS1 specs (take a look at how IE renders the box model vs how Firefox does. Firefox gets it right, IE, not so much). Not only that, but they decided to create some IE-specific properties. These properties do not work in other browsers because the other browsers don't know how to handle the CSS. I'm sure this is all waaaaaay more than people want or even care to know, though. lol
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:18 PM.

POF on Facebook

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.