I need to present some information on a web page. It will be about 8 columns of data with headings.
The data needs to stay directly below it's heading.
Do you think I should use CSS with DIV's and SPAN's to implement this?
Or should I just use a TABLE with TR's and TH's
Thanks for the info...
I'm creating a PHP application where my users will upload pictures.
I have everything in place as far as picture management is concerned (uploading, deleting, etc.).
Only thing I can't figure out is what if a user uploads a picture that is like 5 gig or something like that?
Is there a way to...
I want to create a blue line across my screen that is the length of the screen. It will be about 30-40 pixels thick.
When the user is not logged in, it will just be a thick line on the screen. When the user logs in, I want text on the line to say
User logged in.
Kind of like a status bar...
OK, Let's say I have 8 DIV sections on my page.
I want the 8 sections to float into 2 separate columns (kind of like msn.com)
Do I need a DIV section for each column and then the 8 sections nested in those or is there another way to do it?
What is the proper way?
Thanks
So then would I set the location of each section (defined by id) in my css file?
Would I have something like this (not sure if my syntax and attributes are correct, but I can look em up later)
sectionmoney {
location:20,20
}
sectionsports {
location:20,40
}
I have a page arrangement question regarding CSS.
I'll use msn.com as an example.
If you go to www.msn.com and notice they have sections.
Some of the sections are:
Fox Sports
Money
Video Highlights
Entertainment
I want to arrange a page in a similar way. Traditionally I would have used an...
Java stuff like Javascript and things like that are not working in my ie browser.
What do I need to install to get it working again.
I was messing around a few days ago deinstalling stuff and I think I wacked something I needed.
I really only need about 150 columns. I asked about 300 in case of future expansion.
But anyway, my table would have a key unique identifier field, about 10 text fields and 125+ true/false type of fields (boolean).
I thought about turning the 125 fields into 1 field of varchar(125).
Then...
I want to create a mysql table for a project that I'm working on.
The table will have about 300 fields.
Do you think this is too many?
Will this cause any performance problems?
or should I try to break it out into smaller tables.
Carl
Not sure if this is the right forum to ask in, but I thought I would ask here since I'm using PHP.
Ever see one of those "Virtual Tour" things on the net that the real estate agents use?
How would I make one of those on my web page?
Thanks
I want to indent all of the lines in a paragraph besides the first. How can I do this?
My paragraph would look like this:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX...
How do I set up apache so it can only be seen from my local machine?
I'm on a network and I don't want other machines on the network to see my apache instance.
Thanks
carl
I have an 2 HTML selects
something like this
<SELECT>
<OPTION>id 1
<OPTION>id 2
<OPTION>id 3
</SELECT>
Then there should be another <SELECT> that only has the options of what is selected by the first select.
For example if the user selects id 2, I want to query the database and make the 2nd...
I'm new to ASP 2.0 so I have some questions.
I have mutiple users of my website.
Let's say I have a db table called mytable.
There is a column on this table called userid which tells which of the users to which this row belongs.
I put a login view control on my page.
Where do I pull the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.