Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

Directory Submission Service   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 03-19-2007, 08:38 AM   #1 (permalink)
Inactive
 
Join Date: 03-19-07
Posts: 4
iTrader: 0 / 0%
Latest Blog:
None

designs12901 is liked by many
Cross Browser Compatibility Problem

I'm a newbie when it comes to web page design so bear with
me on this.

I'm using First Page 2006 to design my web pages with a
screen resolution of 800X600

I've been having problems with my web pages up showing correctly
with people using high resolution settings 1024x768, 1152x864, 1600x1200

Which of these html formats is best to use.

html 4.01 Strict

html 4.01 Transitional

I pasted some of the text into, should I hand type all
of the text starting off with everything on the left.

When I need to have text in the center should I start off
to the left & then slide the text over to the center.

I know I have to learn html so please don't respond
with you should learn html I know that I'm learning
it as I go.

But for know I need this web page to show up correctly
& start making sales.
designs12901 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 03-19-2007, 08:48 AM   #2 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 17,965
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
Good for you for tackling HTML and being willing to learn it in the future. Though for your purposes Dreamweaver might be easier to follow.

That aside, my sites tend to be classified as transitional.

What problems are you having with those higher resolutions? I might even tend to design for 1024 x 768 as the old 600 x 800 standard is on it's way out.

As for text alignment, just get all your text in and format it aftewards. So yes start with it left-aligned if that is how it is initially, then apply centered justification.

I had a bit of trouble interpreting some aspects of your posts - let me know if I missed addressing anything.
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-19-2007, 10:24 AM   #3 (permalink)
Inactive
 
Join Date: 03-19-07
Posts: 4
iTrader: 0 / 0%
Latest Blog:
None

designs12901 is liked by many
Cross Browser Compatibility Problem

Some of the text is over to the left & the table might not
be aligned correctly.

http://tinyurl.com/387nrk

If you can fix this I will give the package to you.
designs12901 is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-19-2007, 12:12 PM   #4 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 17,965
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
Mmm.. sincerely, you might greatly benefit from using a pre-existing styled template and pasting your content into it. It will achieve a more professional look at this point, and it seems you want to get a quick start with selling.

I never say this, but utilize a good existing design now, and worry about the coding later.
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-19-2007, 12:43 PM   #5 (permalink)
Inactive
 
Join Date: 03-19-07
Posts: 4
iTrader: 0 / 0%
Latest Blog:
None

designs12901 is liked by many
I'll take that into consideration

Thanks,
designs12901 is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-19-2007, 06:24 PM   #6 (permalink)
Inactive
 
Join Date: 03-13-07
Location: Turn around...
Posts: 119
iTrader: 0 / 0%
Latest Blog:
None

Jackassboy is on the right pathJackassboy is on the right path
Send a message via AIM to Jackassboy Send a message via MSN to Jackassboy
are you trying to achive to get everything centered?
Also, the <font> tag is almost obsolete, alsmost not used anymore. I see you are still learning. Reading up on Divs can help alot. It also helps to break your code into parts, not having it on one line. "Tabbing" your code is also helpfull. Say you have a table tag. Everything in it would be tabbed in to the end.
Code:
<table align="center" cellpadding="0" cellspacing="0" border="0"> <tr> <td> Hello! </td> </tr> </table>
Anything inside something can be tabbed. this also helps having your close tags in line. i usually have the <table> tag, press enter/return then type the end tag, </table>, then go in between them and put the rest. this ensures that everything is correctly closed.

http://www.battlegear.org/1JackAssBo....com/index.php
you can view the source of this page to see what I mean about tabbing and divs.

Sorry for this huge post, and if it didn't help, that's alright. Im still here =D

Last edited by Jackassboy : 03-19-2007 at 06:24 PM. Reason: Forgot a few things :s
Jackassboy is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-20-2007, 07:03 PM   #7 (permalink)
Inactive
 
Join Date: 03-13-07
Location: Turn around...
Posts: 119
iTrader: 0 / 0%
Latest Blog:
None

Jackassboy is on the right pathJackassboy is on the right path
Send a message via AIM to Jackassboy Send a message via MSN to Jackassboy
sorry that link doesnt work
www.birdsovernight.drownedbacon.com
Jackassboy is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Make your site cross browser compatible in 5 steps OnyxDesign Web Design Lobby 7 03-27-2008 08:54 AM
Browser Compatibility (Firefox mainly :@) Boogle Web Design Lobby 5 11-09-2007 06:33 AM
cross-browser fly-in ads script johnbraduly Coding Forum 1 08-22-2007 05:30 AM
IE Dynamic CSS position:fixed; cross-browser solution by LJ LazyJim Web Design Lobby 14 05-03-2004 05:23 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 03:54 PM.
© Copyright 2008 V7 Inc