CSS Styling problem with page width.

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
sully210
Forum Newbie
Posts: 17
Joined: Sat Sep 11, 2010 4:09 pm

CSS Styling problem with page width.

Post by sully210 »

Hello folks! I will start with my standard apology for being such a novice :? I have worked out almost all my bugs and even got this code to be valid but I cannot figure out this one hindrance. I have a page that I am going to put photo galleries in and the container is showing up wider than 100 pixels which is what I have it set to. It works in all my other pages but not this one for some reason.

Here is the page : http://www.concreteworksnh.com/gallery.html

I was going to post the code but it is HTML and there is only an option for posting PHP code so I guess if someone was willing to pull the code they can see it.

Here is the link to the CSS page : http://www.concreteworksnh.com/css/main.css

I am going nuts trying to figure it out and will hope that when I put the new galleries in it will fix itself but I would still like to know what I did wrong to avoid future problems and gain a better understanding of coding.

Just a side note : I am going to put photo galleries in that I am learning here : http://www.youtube.com/watch?v=016_TftLU1o

Fireworks galleries for different projects that this contractor wants pictures of.

I thank you for your help and once again thank everyone for this resource. I hope to contribute when I am good enough to help.

:banghead:

Best - Sully
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: CSS Styling problem with page width.

Post by McInfo »

sully210 wrote:[...]the container is showing up wider than 100 pixels which is what I have it set to.
What container are you referring to?
sully210 wrote:I was going to post the code but it is HTML and there is only an option for posting PHP code[...]
The syntax highlighter (GeSHi) supports all of these languages:

Code: Select all

abap
actionscript
ada
apache
applescript
asm
asp
autoit
bash
blitzbasic
bnf
c
c_mac
caddcl
cadlisp
cfdg
cfm
cpp-qt
cpp
csharp
css
d
delphi
diff
div
dos
dot
eiffel
fortran
freebasic
genero
gml
groovy
haskell
html
html4strict
idl
ini
inno
io
java
java5
javascript
js
latex
lisp
lua
m68k
matlab
mirc
mpasm
mysql
nsis
objc
ocaml-brief
ocaml
oobas
oracle8
pascal
per
perl
php-brief
php
plsql
python
qbasic
rails
reg
robots
ruby
sas
scheme
sdlbasic
smalltalk
smarty
sql
tcl
text
thinbasic
tsql
vb
vbnet
vhdl
visualfoxpro
winbatch
xml
xpp
xsl
z80
sully210
Forum Newbie
Posts: 17
Joined: Sat Sep 11, 2010 4:09 pm

Re: CSS Styling problem with page width.

Post by sully210 »

Figured it out but thanks for the reply and advice on syntax :D
Post Reply