Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 13 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Forum: All Forums : Star Trek Voyager: Elite Force
Category: Star Trek Voyager: Elite Force MOD Support
Mapping, modeling, scripting, etc. questions, comments and chat.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked
Page
Previous Page Next Page
subscribe
Author Topic: My portfolio
FliX~rb
General Member
Since: Dec 23, 2006
Posts: 8484
Last: Dec 23, 2006
[view latest posts]
Level 10
Category: Star Trek Voyager: Elite Force MOD Support
Posted: Tuesday, Mar. 14, 2006 10:07 pm
well CSS works best IMHO with XHTML ;)

i think your missing the xml declaration at the top

<?php echo '<?xml version="1.0" encoding="iso-8859-1"?>'; ?>
add that to very top of your page

and you will want to change the <html> to
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">

and add
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
into your <head>

that could be it, but i might as well be mistaken im not too knoledgeable about this stuff myself, i just always use the same template for my sites.
Share |
MMFSdjw~rb
General Member
Since: Dec 23, 2006
Posts: 3336
Last: Dec 23, 2006
[view latest posts]
Level 9
Category: Star Trek Voyager: Elite Force MOD Support
Posted: Tuesday, Mar. 14, 2006 10:20 pm
alright, I'll lookinto that thanks.
And btw, I started trying to validate the playable page and I see now what you were talking about class vs. id.
I'm useing alot of classes now. :D
Share |
Agent007~rb
General Member
Since: Dec 23, 2006
Posts: 27798
Last: Dec 23, 2006
[view latest posts]
Level 10
Category: Star Trek Voyager: Elite Force MOD Support
Posted: Wednesday, Mar. 15, 2006 03:19 am
Nice.  I didn't like using '<center>' tags, but that's the only solution I found.  Cool.
Share |
MMFSdjw~rb
General Member
Since: Dec 23, 2006
Posts: 3336
Last: Dec 23, 2006
[view latest posts]
Level 9
Category: Star Trek Voyager: Elite Force MOD Support
Posted: Wednesday, Mar. 15, 2006 11:38 pm
Thanks Scooter, one thing though,
this worked
Quote
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

This didn't
Quote
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />


My homepage is now valid and so is the Playable page but it's still not correctly centered in FF and now in IE either.
In IE the section title is too far left of everything below it,
and in FF it's too far to the right.
Could the absolute & relative positioning be causeing the problem?

And since the link isn't on this page.
Share |
Scooter~rb
General Member
Since: Dec 23, 2006
Posts: 751
Last: Dec 23, 2006
[view latest posts]
Level 7
Category: Star Trek Voyager: Elite Force MOD Support
Posted: Thursday, Mar. 16, 2006 03:07 am
The section title is perfectly centered on the page. In FireFox the unordered lists are being drawn wider which makes the list items drawn not centered. I have no idea what is causing it, but the positioning is a possible suspect. Ideally you want to let the normal page flow do most of the work for you.
Share |
MMFSdjw~rb
General Member
Since: Dec 23, 2006
Posts: 3336
Last: Dec 23, 2006
[view latest posts]
Level 9
Category: Star Trek Voyager: Elite Force MOD Support
Posted: Thursday, Mar. 16, 2006 03:54 am
Well apparently it was the lists.
I'm useing div and now it looks great in FF & IE.
Yay!
Haven't uploaded them yet, I'll get to that soon.

another question, it says my CSS is valid but it give me warnings
Quote
   * Line : 9 (Level : 1) You have no color with your background-color : body
   * Line : 17 (Level : 1) You have no color with your background-color : body#main
   * Line : 47 (Level : 1) You have no color with your background-color : #thumb

I assume since it's a warning that it's not something I need to worry about but I'm just curious why is says there's no color.

[edit]updated
I completely redid both 2d pages.
They are now completely positioned with CSS.
The 3d playable & other now have more content.
Share |
MMFSdjw~rb
General Member
Since: Dec 23, 2006
Posts: 3336
Last: Dec 23, 2006
[view latest posts]
Level 9
Category: Star Trek Voyager: Elite Force MOD Support
Posted: Monday, Mar. 27, 2006 03:54 am
Well, it makes me curious because in each of those I have background-color : #c6b89a;
which is the light brown that I want. So I'm not sure why it says there's no color when there is.

But anyway,
I completely overhauled the main pages.
No more tables, just CSS.
Every page that's at or near completion is valid.
I've got some good ideas for what to put in the "something interesting here" places and other blank spots.
hope to have those up by the end of the week.

[edit]
I have fun things in the "something interesting here" places in the 2d and 3d pages.
Tell me what you think.
I'm think something along the same line as the 2d one for the main page.

[edit again]
I've now got some content in all the sections in 2d and 3d.
Share |
MMFSdjw~rb
General Member
Since: Dec 23, 2006
Posts: 3336
Last: Dec 23, 2006
[view latest posts]
Level 9
Category: Star Trek Voyager: Elite Force MOD Support
Posted: Tuesday, Mar. 28, 2006 01:27 am
I don't feel like editing my post anymore, so I'm going to bump this.

I've updated quite a lot.
Most importantly I changed the background picture in the info section.
I added a border, I think I like it. but I want yall's opinion before I add that boarder to all the other backgrounds.
Share |
Scooter~rb
General Member
Since: Dec 23, 2006
Posts: 751
Last: Dec 23, 2006
[view latest posts]
Level 7
Category: Star Trek Voyager: Elite Force MOD Support
Posted: Tuesday, Mar. 28, 2006 02:38 am
I like the border too; probably because of the rounded corners.

I just checked your CSS and it's validating now, so there's nothing to worry about in that respect.

Now if only you could get rid of the iframes... they're hurting your accessibility, and you can achieve the same effect with CSS.

I'm seeing some images with border attribute set to zero. You're already taking care of this in your CSS so take them out of the HTML (which is looking very lean I might add).

Consider adding lang="en" to your HTML tag. Although it's not required by the HTML spec, it is required by a Priority 2 checkpoint of the WAI spec.

If you are interesting in conforming to accessibility guidelines, the validator for WAI and Section 508 is here:
http://www.contentquality.com/

It's not possible to automate testing for all checkpoints, but every little bit helps.

An excellent three-part series on accessibility testing:
http://www.456bereastreet.com/archive....aration
Share |
MMFSdjw~rb
General Member
Since: Dec 23, 2006
Posts: 3336
Last: Dec 23, 2006
[view latest posts]
Level 9
Category: Star Trek Voyager: Elite Force MOD Support
Posted: Tuesday, Mar. 28, 2006 05:35 am
Without iframes, will it still scroll and not extent outside of my borders?

That other is within the html tag? like <html lang="en">?
Share |
Restricted Access Topic is Locked
Page
Previous Page Next Page
subscribe
MODSonline.com Forums : Star Trek Voyager: Elite Force : Star Trek Voyager: Elite Force MOD Support

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»