[Solved] HTML Guru Needed :|

General discussion of anything. Discuss a topic in and out of IntegraMOD

Moderator: Integra Moderator

Re: [Solved] HTML Guru Needed :|

PostAuthor: Helter » Mon Dec 25, 2006 4:35 pm

heres one for you... where id the break coming from under the links. This is only a rough html page. the only css is in the header

http://www.duiplayground.com/temp/
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: [Solved] HTML Guru Needed :|

PostAuthor: Frost » Mon Dec 25, 2006 10:15 pm

Looks like there might be a missing ; somewhere after a space like...


Find:
Code: Select all
&nbsp


Fix it] [/code]

That's all I can think of, you should attach the source code <img>
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

PostAuthor: Mighty Gorgon » Tue Dec 26, 2006 3:34 am

"HelterSkelter";p="18724" wrote:heres one for you... where id the break coming from under the links. This is only a rough html page. the only css is in the header

http://www.duiplayground.com/temp/

There is an extra empty table which may be removed, plus there is unneeded code probably generated by an HTML editor.

I would suggest you to clean the HTML code with a text editor.

One important thing when you want cells with no spaces between is that you should not insert line breaks in the HTML code. I hate having non indented HTML code, but in some cases you need to kill all the spaces and line breaks to have a table with no spaces between cells in all browser. <img>
Last edited by Mighty Gorgon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Luca
User avatar
Mighty Gorgon
Dev Team
Dev Team
 
Posts: 31
Likes: 0 post
Liked in: 0 post
Joined: Wed Nov 08, 2006 5:35 am
Cash on hand: 0.00
Location: Borgo San Michele

Re: [Solved] HTML Guru Needed :|

PostAuthor: Frost » Wed Dec 27, 2006 9:42 pm

I think I may have found your problem, after looking around I found a site that talks about the damn white space bugs in browsers. http://www.42inc.com/~estephen/htmlner/ ... ebugs.html

In this they talk about the same problem you're having with the space appearing between tables and/or images. Also they have a link if the problem includes borders(don't know if this is your case)

Anyways they say that if there is ANY space between the opening and closing of a td it "could" cause a white space.

Example:

Code: Select all
<TD><IMG></TD>


If you enter and go down a line to close the tag to keep it neat like me they say it will cause the white space. I looked at your most recent code and in one area I noticed several lines down between the opening and closing of a td and several with it being on the next line. They say you should do them all like this...

Code: Select all
<TD><IMG></TD>


Which to me is complete bullshit considering HTML has rules about white space and how browsers HAVE to render the code. Anyways I myself have been using space (quiet a bit) of space between tags and inside them for a long time and have never had this problem before. I mainly do it when I plan on adding something later or just to keep my code neat and easy to read.

Anyways, after looking I can't see a DAMN thing wrong with your code. I've never used that kind of java to add menu options before (and never got that cool looking arrow pointing affect (good job on that) before either lol) The only thing I could think of was to force the main bg to span all the way vertically with a 100% but you used .css with ]Edit: I really hope the script or quote error gets fixed soon because this page is &*%*# lol. I noticed my previous post about it got deleted but I hope someone important saw it and addresses it <img> [/b]
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: [Solved] HTML Guru Needed :|

PostAuthor: Frost » Wed Dec 27, 2006 10:01 pm

I found something that might be part of the problem as well, don't know what this is or if it's just the spacer but whatever it is, is extending all the way down possibly "pushing" the second table lower..

[flash=,:3f74n0db]http://black-fusion.com/media/screenshots/question.jpg[/flash:3f74n0db]

Might have something to do with it :D
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: [Solved] HTML Guru Needed :|

PostAuthor: MWE_001 » Thu Dec 28, 2006 4:18 am

Uhhh Im learning alot from this post but MAJOR page error up top fellas. lol. Just an observation <img>
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: [Solved] HTML Guru Needed :|

PostAuthor: Helter » Thu Dec 28, 2006 7:52 am

nice work, however, here is a prob. These tags must be on thier own line, or they will not work

<BEGIN>

<END>
<BEGIN>

<END>
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: [Solved] HTML Guru Needed :|

PostAuthor: Helter » Thu Dec 28, 2006 8:12 am

ok, ive got it. Every link to be displayed while logged in must be inside one logged in tag. Every link to be displayed while logged out must be inside one logged out tag. the forum will remove the info that should not be displayed without adding a space. I wonder why I did not run into this prob when I made Polished Black.
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: [Solved] HTML Guru Needed :|

PostAuthor: Frost » Thu Dec 28, 2006 5:11 pm

So did you get it sorted out?

I think something is going on with the browsers :?
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: [Solved] HTML Guru Needed :|

PostAuthor: Helter » Thu Dec 28, 2006 6:16 pm

i got it sorted, but it may be the latest FF update that has changed a few things
http://duiplayground.com/IMPortal/index.php?
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: [Solved] HTML Guru Needed :|

PostAuthor: Frost » Fri Dec 29, 2006 3:00 am

Yea, now that you mention it, seems like this all started around the time firefix busted out with another "critical" update forcing me to shut down my pc 8)

I got mine fixed too... thank god for .css
Seriously I'm going to marry css one day :D
http://www.black-fusion.com/index.html

Now just got to put all my forum stuff back <img>
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

PostAuthor: tekguru » Fri Dec 29, 2006 7:56 am

Looks good too - impressed!
Last edited by tekguru on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]http][/size]
[url=http][img=left]http://www.4winmobile.com/news/MVP_Horizontal_FullColor.png[/img][/url]
User avatar
tekguru
Sr Integra Member
Sr Integra Member
 
Posts: 329
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 10:29 pm
Cash on hand: 0.00

Re: [Solved] HTML Guru Needed :|

PostAuthor: Helter » Fri Dec 29, 2006 9:00 am

thx Tek :) Im working on the 140 version of this script. If I ever fix the file permission issue, we can release both scripts to other webhosts.
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: [Solved] HTML Guru Needed :|

PostAuthor: Frost » Sat Dec 30, 2006 1:41 am

Yep, I'm going to start doing all the templates with as much css as possible. I was using alot of javascript along with css on the last test site but all of the sudden they weren't compatible... That was along the same time as my original html problem so I got mad and erased the entire site 8)

P.S. I'm pretty pissed still at the fact that 3 of the most common mods refuse to work with each other. How many of you have ran into this problem...

> Categories Hierarchy 2.1.6
> Extreme Styles Mod
> Latest Color Group Mod

I will get them to work with each other eventually, and when I do, I'll personaly go to each author and suggest a comprimise.

The only problem now is the extreme styles admin area not showing up. I think it caches correctly however.. I'll start a new topic more about it if I get it to work. Then we could upgrade here... <img>
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: [Solved] HTML Guru Needed :|

PostAuthor: Helter » Sat Dec 30, 2006 7:57 am

the prob is that eXtreme Styles and Color groups were written for phpbb. Once you install CH 2.1.* there is not enough phpbb left to even call it phpbb. It is now CH and all your mods need to be re-written for it
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

PreviousNext

Return to General Discussion

Who is online

Registered users: Google [Bot], Majestic-12 [Bot]

cron