nuther-novice
Feb 11 2006, 02:28 PM
| | Hi,
I have designed a page within a table - three columns all adding up to 100% (no fixed pixel column widths). The thing is that when I previously previewed it in other browsers it showed the whole page - a but squashed, but everything was in the window without having to scroll horizontaly. I made some adjustments without interfering with column widths, but now previews require horizontal scrolling to view the page.
Previously the text links in the centre column would wrap to cater for the smaller browser size, but not now. Also, at the foot of the page there is a blue line - wider than the table - that has not been added by me and is not editable - looks like some sort of formatting indicator
Any ideas? I'd rather not send the code - so, if anyone has an idea what's wrong it'd be greatly apreciated |
Reply
sm00nie
Feb 11 2006, 07:21 PM
QUOTE(nuther-novice @ Feb 11 2006, 09:28 AM)  Hi,
I have designed a page within a table - three columns all adding up to 100% (no fixed pixel column widths). The thing is that when I previously previewed it in other browsers it showed the whole page - a but squashed, but everything was in the window without having to scroll horizontaly. I made some adjustments without interfering with column widths, but now previews require horizontal scrolling to view the page.
Previously the text links in the centre column would wrap to cater for the smaller browser size, but not now. Also, at the foot of the page there is a blue line - wider than the table - that has not been added by me and is not editable - looks like some sort of formatting indicator
Any ideas? I'd rather not send the code - so, if anyone has an idea what's wrong it'd be greatly apreciated
I would imagine it is the bottom blue item that is causing the scrolling, if the table is still 100% (or columns add up to 100%). If you take a look at the source code for the blue object you should have a clear idea as to what it is. Remove it and all should be set back to normal with no horizontal scrolling. If it comes after the table, it would precede the </table> tag.
Reply
nuther-novice
Feb 12 2006, 01:38 PM
thanks for the comments...the thing is that the blue line can't be highlighted and I can't see it in the code of the page. In other words if it was - say - a normal horizontal line I could highlight and figure our what was wrong with the code - in this case I can't
Reply
jlhaslip
Feb 12 2006, 04:23 PM
It would really help to know what Browser you are using and be able to see the source html for the page. Have you run the code through the css-validator at w3c.org? There are several possibilities for correcting the problem, but the first would be to supply us with the above information. And include the css, also.
Reply
SiRio
Mar 20 2006, 02:45 AM
why don't you use CSS positioning rather than <table> tag try also use XHTML rather than HTML here are some examples how to make it with CSS hope that helps you
Reply
dHarry
Mar 22 2006, 05:25 PM
QUOTE(nuther-novice @ Feb 11 2006, 02:28 PM)  Hi,
I have designed a page within a table - three columns all adding up to 100% (no fixed pixel column widths). The thing is that when I previously previewed it in other browsers it showed the whole page - a but squashed, but everything was in the window without having to scroll horizontaly. I made some adjustments without interfering with column widths, but now previews require horizontal scrolling to view the page.
Previously the text links in the centre column would wrap to cater for the smaller browser size, but not now. Also, at the foot of the page there is a blue line - wider than the table - that has not been added by me and is not editable - looks like some sort of formatting indicator
Any ideas? I'd rather not send the code - so, if anyone has an idea what's wrong it'd be greatly apreciated
I've never seen anything like a "blue line" being created by the browser except around an image linked unless you set its border to "0". Can you just paste the code in here so we can see it? And yes, css is the way to go for general layout/positioning, not tables! -dHarry
Reply
Inspiron
Mar 22 2006, 06:01 PM
QUOTE(jlhaslip @ Feb 13 2006, 12:23 AM)  It would really help to know what Browser you are using and be able to see the source html for the page. Have you run the code through the css-validator at w3c.org? There are several possibilities for correcting the problem, but the first would be to supply us with the above information. And include the css, also.
I agree with jlhaslip to run the validator. However, the validator sometimes give weird results that we all might simply ignore. Even professional websites include these errors. Take Microsoft.com for example. Try validating Microsoft's site and you will see why. QUOTE(nuther-novice @ Feb 11 2006, 10:28 PM)  Hi,
I have designed a page within a table - three columns all adding up to 100% (no fixed pixel column widths). The thing is that when I previously previewed it in other browsers it showed the whole page - a but squashed, but everything was in the window without having to scroll horizontaly. I made some adjustments without interfering with column widths, but now previews require horizontal scrolling to view the page.
Previously the text links in the centre column would wrap to cater for the smaller browser size, but not now. Also, at the foot of the page there is a blue line - wider than the table - that has not been added by me and is not editable - looks like some sort of formatting indicator
Any ideas? I'd rather not send the code - so, if anyone has an idea what's wrong it'd be greatly apreciated
Your problem should be a simple one. However, we cannot help you much without showing us your codes. If you had important data in your codes, you can always create another copy and remove the data. We just want to see your table codes to see if it's compatible with many browsers. Recently I'm been making a webpage and I had similar problems regarding the thick blue bar that you saw on another browser. For mine, I saw it on Opera browser while Firefox and IE appeared pretty fine. Also, with much experience in web development, you will realise that what you created is not always what you want as viewed on other browsers when CSS is involved. Without CSS, almost all the times you will see similar results in all web browsers. Because CSS is rather new technology, there has not been a standard that all browsers follow to render CSS codes properly. Hence you will have to take note on particular CSS codes. Apart from showing us a sample of your HTML table code, a screen shot of what you see in both or all the browsers that you used will be good for us to look into the problem in more details.
Reply
Trap FeedBacker
Apr 12 2008, 12:13 AM
Columns
Fp2003 - Tables
How do I post a reply in a forum that reads in columns? Instead of listing each item that I'm putting in the reply, I'd like it to be in comumns. Wed. Apple Peaches Pumpkin Pie Thu. First Last Slow Fast Fri. Red Orange Yellow Blue -reply by Scott
Reply
Similar Topics
Keywords : fp2003 tables forum- A Good Forum
- (4)
- Advanced Contact Forum
- (0)
Okay so people that want a contact form in their website, but keep getting spammed my bots here is
your solution. This script might be a little advanced, but it stops spammers. They way it stop
spammers is that it has a box where you enter the numbers. I think it's called a captcha.
CODE ###################### ##### contact.php #### ###################### <?php
@session_start(); if(isset($_POST['submit'])) {
if(($_POST['security_code'] ==
$_SESSION['security_code']...
Multiple Forum Skins
- To have, or not to have? (6)
Hey all, I'm just starting up a forum on my hosting here, and I was wondering, how do people
here feel about having multiple skins? I think just having the default skins that come with the
forum and maybe one or two added on that match the style of the forum a little better, but what do
you think? Should I have a dark/light added on, in addition to the default skins? and should I
leave the forum default as one of the included skins? or something that fits in with my idea of what
the forum looks like a little better? thanks for your opinions /smile.gif" style="vert...
An Automatic Smf Forum Creator
- I cant think oif what else to call it! (5)
Hi there, as the title says im wanting to make something like this I've seen the automated
scripts about heres one SMF isn't a must I have seen one for Yabb but I've heard things
about it so i probably wont be using it!...
Swanson Internet Forum Host Error
- Ive bought a php script, and im feeling ripped off (4)
Hi guys. So I bought this script . And now I'm loading it up HERE and It's giving this
message to when you sign up for a new forum QUOTE Warning: fopen(cookie.txt) : failed to open
stream: Permission denied in /home/kyle/public_html/forumhost/forumhost/index.php on line 17
Warning: fclose(): supplied argument is not a valid stream resource in
/home/kyle/public_html/forumhost/forumhost/index.php on line 17 Thank you for your choosing us to
host your free forum. In order to finalize and confirm your forum setup, please click the button
below HTTP/1.0 404...
Combining Aef Forum And Snews Cms
- A first effort, not quite fully integrated yet (2)
http://jlhaslip.com/snews/ Have a look, please. Forum link is top of the left-hand sidebar. AEF
Forum software can be downloaded from http://anelectron.com sNews CMS can be downloaded from
http://www.snewscms.com/ The link above shows the two combined using a Wordpress Theme as a base
for the layout (modified), and integrates a centred, horizontal Unordered List as a Navigation Bar
below the header, courtesy of Stu Nicholls at http://cssplay.co.uk I need to begin coding a
Login integration script next. /smile.gif" style="vertical-align:middle" emoid=":)" bo...
Why Tables For Layout Is Stupid
- problems defined, solutions offered (10)
this covers what every web developer/designer should know, first and foremost. /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> although this resource has
been around since 2003, there are still some things to learn from it, especially for beginners. the
gist of it all is this: avoid TABLES for LAYOUT at all cost. /tongue.gif"
style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> Why tables for layout
is stupid: problems defined, solutions offered MAIN SECTIONS COVERED: Introduction
QUOTE ...
Forum Rpgs
- Is the PHP code convertable? (1)
I use Proboards Forums, which doesn't allow PHP. I've been looking for a RPG forum game for
Proboards. But sadly, they only come in PHP. So, I was wondering, is it possible to convert that PHP
into HTML? Can Java Script be converted into HTML, too? Some of these codes are in java, as well.
If you don't know, the RPGs have stats, classes, battling, shops, ect. I've seen it on many
forums. I know that boards like InvisionFree abd PHPBB are great for this kind of thing, but I feel
comfortable on Proboards. Plus, those boards confuse me. I know it's sil...
I Need Help With My Forum
- (5)
hello everyone, i finaly managed to get my forum looking like my website, but there is something i
like to change . i don't know who of u knows forum coding or what so ever, but i hope some 1
can help me with this,go to my forum http://www.crazydesign.trap17.com/forums/index.php srry for
the link but u need to see it oke so what my forum does ,is it adjust to resolutions sizes ,but i
made it so it fits the largest size 1280x1024,well the tables adjust to the resolution size, i
don't want that ever to happen,i want them to stay put on everyresolution,just lik...
Web Design Forum
- (12)
Hey. I am a freelance web designer and i can sometimes find it hard to get clients. I was thinkin of
setting up a forum for web designers to offer their services, portfolios etc. And also for people
looking for web design and seeing what the best price is for them to get. Do people think this woud
be a good idea and work or will it be a flop?...
Integrate Forum To My Site
- (2)
Hello all Can someone help me to integrate forum to my site the forum is located here
http://www.koddinn.com/spjallid and the site here http://www.koddinn.com ...
Phpbb 3.0 Beta 2 - Free Forum Software
- Have a look at the features... (28)
In the fantastico section of the Trap17 cpanel you might have noticed that there is an opportunity
of have a Forum installed on your Hosting account. One of the available Forums is phpBB, and last
time I checked, the version on the fantastico was something like 2.17. The newest production
version is phpbb 2.21 and it includes all the latest fixes and bug squashes. The 'new'
phpbb is version 3.0 Beta 2. This means it is not yet suitable for an actual production environment,
but it is solid enough to be made available to user for testing. Phpbb 3 Beta 2 version...
What Is A Good Free Forum Software?
- (29)
I dont like phpbb, but anything that is a bit like IPB wood be nice, can anyone just tell me a good
free forum software?...
Making Stuff For A Forum
- (1)
Howdy everybody before I begin what I want to ask you all I must give a BIG thank you to the Mods &
Admins of Trap 17 for accepting my request form for a Web Hosting. I'll never ever fiorget
youse. I'll always be here and be posting but please don't ban suspend or warn me of posting
in the wrong place please. That's the last thing I want to be happening, I just have problems
understand what I'm doing sometimes. Anyways what I'm wanting to ask you all is that if
anybody here can help me out and make me a lazy town animation banner? I have an imag...
Phpbb And Mysql Relations?
- Need forum code for my website (2)
Hi if someone could get back to me as fast as they can that would be great! i got a couple of
questions what do you use my sql for what does that have to do with forums? and secondally can
someone give me the php code for the forum thanks /biggrin.gif" style="vertical-align:middle"
emoid=":D" border="0" alt="biggrin.gif" />...
What Is The Better Forum For You?
- (3)
i have triy any forums software, and i give some of descriptions about that software : 1.SMF -
this forum software is simple, and admin menu is not hard, it math for the beginner if you want to
build forum start from beginner, but for advanced users, is usually not using this, because admin
menu to configur this forum is not advanced, but you can try some modules, and this software must be
patch by yourself because this software is many bugs, like CHMOD must bysel 2.IPB - this software
is match for beginner and advanced user, because admin menu and look style is fa...
Simple Machine Forum Link Bbcode Help
- I linked some of my word in the topic but... (5)
I am in trouble , in a lot of topics I typed a link lead to another site with the right format
but when I click on the , it change to a blank page , what 's wrong ? If I just put the mouse
over the word I linked , it says at the bottom left of Internet Explorer http://mysite.com/forum
and then I click it , a blank white page showed up. What should I do now. I putted a Link in the
NEWS but it goes to the same problem. Thank you very much. Topic title modified. Topic moved. ...
Community/forum/website Management Software
- (5)
I was wondering if anyone could give me some advice on how to go for building a site that I can run
a small-sized community with maximum costumization as well as hook a portal up to it so I can post
content on the site, guides, block messages of text, etc... I was think of going with IPB or PhpBB
and Mambo/Joomla or whatever they're calling themselves these days. It's more of a matter of
which combo has the best/any modification(s) to fuse them, otherwise I might try out PhPNuke, but I
don't particularly like it, wished it had a bit more costumization and ...
Need Help With Tables Causing A Line Down My Website
- (13)
On my website there's a line down the page, in between "li" and "nks" on the "links" button.
I'm using two seperate tables (One to each side) so that if the content box goes down for a few
pages, the links box won't follow and have a big gap, and vice versa. It's been annoying me
for quite some time, and I'm not sure how to get rid of it. Ps: Both the tables have
"border=0"....
Which Forum Software Should I Use?
- Please suggest me some scripts (28)
OK, here is my predicament, I know I've posted this before, but... This time I have tried both
forums... I am trying to decide between IPB and phpBB. Here is what I want for my forum from each
software... I like the ease of use, and simplistic design of phpBB. I like the many feature of IPB,
such as changing rankm colors, and the rank masking system for forum permissions. I also want three
of the mods I currently have on my forums, the Army System, IBPro Arcade, and D2-Shoutbox, I know
phpBB has an Arcade mod, and a Shoutbox, but frankly they both need some work ...
How Do I Install An Invision Power Board 2.1.4 Forum
- help? (6)
Can anybody help me install an IPB 2.1.4 forum on my website?...
Which Forum Software Do You Use
- (4)
i have tried phpBB, IPB and vBulletin. i personally recommend IPB for its smoothness and vB for the
number of hacks available and professional system.for small clan sites use phpBB...
How Do You Do A Forum Migrate?
- how do you do a forum migrate? (3)
im not sure wether this is the right place to talk about ti but if so can any of you tell me clearly
and in simple setps how to do a forum migrate from ipb 1.3 to ipb 2.0 thanks...
How To Put A Shoutbox ( Invision Power Board0
- How can i put a shoutbox in my forum (5)
Ppls..pls..pls.. can anybody tell me how to put a shout box in my invision board forum..... I just
tried but I did not know so is there anyone who can help me with a brief defination and thing
required to do... please please tell me...
Phpbb 3, Olympus, Gonne Be The Best Forum Ever!
- its gotta be, weve been wating 3 years. (5)
I cant wait for Olympus. Its been long enough since they started (started Jan 2003, take a look at
its progress: http://area51.phpbb.com/statcvs/ ). Its taklen alot of time and they still arent
neraly finished. They have enlisted the help of their own community to make small things to help.
Like RSS feeds (of topics, forums and categorys, even teh whole board) the reason its version 3 and
not 2.3 is because its benn totaly re-written from the ground up. There are pleanty of other forums
out there based on phpBB such as punBB, a very lightweight, version of phpBB, no i...
Cms + Forum
- (4)
Hey! What PHP script would you recommend if i want a cms system with a forum in which users
will be loged in when they login to the site. I know phpnuke have phpbb bould in but its so buggy
and modifyed. I also tried a 2 mods for mambo and smf but it don't work. Any ideas?
Thanks!...
The Cheapest Forum Board
- I mean (1)
http://www.woltlab.de/ It is on german and it cost 25 € you can download a lite package from this
hotlink http://www.woltlab.de/products/accept.php?type=wbblite&l=de If you will to try WoltLab
you can try it here User Demo Admin Demo Have fun and post here about this board...
Blog Or Forum?
- And can anything post automatically to the board? (10)
As I get closer and closer to launching my personal website I am looking for the final puzzle piece
to link everything together. What I would like to accomplish is a posting board that sends “new
message has been posted, click here ” each time when I post a new message. This posting board is
not necessary open to the public, as it is intended to submit new articles only by internal site
managers. I would like this posting board to have online submit form or, if possible, receiving it
via email and posting automatically. The posting board would only have less than 8 cate...
Phpbb Forum Skins And Stuff
- help with Phpbb Forum Skins (7)
well i have my new clan forum, its www.finaldarkforum.uni.cc and i was wondering if theres a place
to download phpbb templates. this is beacause, im using myfreebb and i want a good template that
doesnt suck. how do i install one? are they free? thx jon!...
Forum Help
- (2)
I have just started creating a site and would like to get a forums page in it. I am clueless though
on how to set one up. If anyone could like me to a page that has instructions on how to setup and
easy forum, or if you know how please respond /smile.gif' border='0' style='vertical-align:middle'
alt='smile.gif' /> ...
Looking for fp2003, tables, hope, forum
|
|
Searching Video's for fp2003, tables, hope, forum
|
advertisement
|
|