Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:
Donate to VoyForums (PayPal):
[ Login ] [ Contact Forum Admin ] [ Post a new message ] [ Search | Check update time ] |
(the DIV STYLE TRICK)
adding CSS code within HTML.
....or, something that looks like this:
So, a few years afterward......
you're trying to enhance your old page with updated CSS features.
The latest CSS Codes are then obtained from the most reputable websites.
But, when you try implementing them, it just doesn't work.
Perhaps... A great site, such as Stackoverflow, or W3schools offers promising CSS codes.
for example:
{font-size: medium; color: #3E3E54; text-align:center;
border:2px solid #E6E6FA; padding: 8px; border-spacing: 12px; border-radius:5px;}
etc, etc, etc.
You get very excited! ....expecting to see wonderful new effects on your webpage.
But instead, nothing works!
Unfortunately, these codes produce no noticeable changes whatsoever.
(older material which used = signs and "parenthesis"), along with newer code which now uses : hyphens and ; semicolons.
here's an example:
Notice how style="additional code using : and ;" was added after bgcolor="#FDF5E6"
Different methods are being used within the same code:
bgcolor="#FDF5E6" style="border:2px solid #E6E6FA; ...etc."
(Also: notice how it starts with bgcolor="xxxxxx" THEN suddenly changes to STYLE=" )
and, of course; all codes after STYLE= are enclosed between " ")
here are a few examples where I'm mixing old tables with newer-style code:
Joy To The World | Joy To The earth | Joy To The planet |
---|---|---|
LINKS HERE 1 | LINKS HERE 2 | LINKS HERE 3 |
List #1 | List #2 | List #3 | List #4 | List #5 |
---|---|---|---|---|
LINKS HERE 1 | LINKS HERE 2 | LINKS HERE 3 | LINKS HERE 4 | LINKS HERE 5 |
style="border:2px solid #E6E6FA; padding: 12px; border-spacing: 12px; border-radius:25px; color:#282828; text-align: center;"
...and, just keep going...
....(although, many added affects can either be trivial or negative. So, choose wisely).