Sponsored links

Go Back   MP3Car.com > General > Off Topic


Reply
 
Share Thread Tools Display Modes
Old 12-22-2001, 12:33 AM   #1
Registered User
 
Join Date: Oct 1999
Location: New Zealand
Posts: 68
AndyM
Post HTML Gurus?

Hi Guys

I created my website using 800x600 resolution and its looks fine but when I tried viewing it at 1024x768 the title banner is off-centre. I tried using the centering feature in Dreamweaver but it comes out the same

Could one of you HTML masters please take a look at the code and tell me how to fix it?

Thanks.

AndyM
__________________
Honda CRX. Custom enclosure.
Supermicro SED MB (Onboard sound and TV-out). Celeron 700. 64mb ram.
40 GB Seagate HDD on vented foam mount.
Keypower DC-DC KP-DX 250H ATX 250W.
Delvcam 5.6" TFT LCD Monitor.
Old headunit (ripped out tape mechanism added audio inputs on back).
X10 RF mouseremote.
"Wired Ride" web site

The Australia/New Zealand mp3car Portal. Join now!
AndyM is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 12-22-2001, 07:41 AM   #2
FLAC
 
Join Date: Apr 2001
Location: Here, There, Everywhere
Posts: 1,436
magnetik
Post

this one is simple andy.

open your html file bannerframe.htm and look for the following source...

"<img src="images/banner10.jpg" width="586" height="50" align="absmiddle">"

change it to the following and you should be fine...

"<center><img src="images/banner10.jpg" width="586" height="50></center>"

I think dreamweaver added the "absmiddle" tag. this is a rubbish attrib of the <img> tag.

if you get the chance and are into learning HTML properly, get rid of dreamweaver (its rubbish, and produces poor code) and spend the time with a good HTML book/internet resource to learn howto code.

you will be surprised how easy it is to pickup. I do ASP/HTML websites/applications for a living and NEVER use dreamweaver..... I personally use Homesite.

hope that helps.... ive finished my rant!
__________________
Project - GAME OVER :(
magnetik is offline   Reply With Quote
Old 12-22-2001, 02:11 PM   #3
Newbie
 
Join Date: Nov 2001
Location: South Dakota
Posts: 37
Temujin
Post

When I do HTML I do like to use a editor to make the page, then I use notepad to clean up the code and make any changes. I always find that to be easiest.
Temujin is offline   Reply With Quote
Old 12-22-2001, 05:40 PM   #4
Registered User
 
Join Date: Oct 1999
Location: New Zealand
Posts: 68
AndyM
Thumbs up

Great... thats a lot better! Thanks magnetik for your rant I learnt some basic html a few years ago but figured I could forget all that stuff now that fancy editors were available. Guess I was wrong huh

Cheers
AndyM
__________________
Honda CRX. Custom enclosure.
Supermicro SED MB (Onboard sound and TV-out). Celeron 700. 64mb ram.
40 GB Seagate HDD on vented foam mount.
Keypower DC-DC KP-DX 250H ATX 250W.
Delvcam 5.6" TFT LCD Monitor.
Old headunit (ripped out tape mechanism added audio inputs on back).
X10 RF mouseremote.
"Wired Ride" web site

The Australia/New Zealand mp3car Portal. Join now!
AndyM is offline   Reply With Quote
Old 12-23-2001, 06:41 AM   #5
Maximum Bitrate
 
Join Date: Mar 2001
Location: Cincinnati, OH USA
Posts: 694
Maveric
Post

Glad to see someone else uses Homesite and the <center> tag still!! I never liked the WYSIWYG editors, besides it only took me an hour and a half to learn HTML 5 years ago, and like magnetik I have moved on to ASP which is much better.
__________________
http://www.mp3car.com/usersites/Maveric/ M.A.V.I.C. System
Asus MB, PII 266, 192 MB Ram, 6.8" LCD, 6 Disk CD-ROM, 21 Gig HD, All-in-Wonder Video w/ TV Tuner, Irman, Windows ME, Winamp, Cobra III -- All in a custom acrylic case.

http://www.mp3car.com/usersites/listings/ MP3car Listings - Please add to it! :)
Maveric is offline   Reply With Quote
Old 12-24-2001, 12:18 PM   #6
Newbie
 
Join Date: Oct 2001
Location: santee
Posts: 33
santeematt
Post

the center tag is dated. use <div align="center"><img src=""></div>

php is superior to asp

i dont know what version of homesite you guys are using but the newest version is very buggy. i recently switched to editplus (basicly notepad w. colors).

-m
santeematt is offline   Reply With Quote
Old 12-24-2001, 04:48 PM   #7
Maximum Bitrate
 
Join Date: Mar 2001
Location: Cincinnati, OH USA
Posts: 694
Maveric
Post

Yes the <center> tag is dated but still works in all browsers, and it is what I am used to using. Once it stops working then I will use <div>.

"php is superior to asp"
Yes but ASP+ is superior to PHP

I have stuck with Homesite 4.5 as you are right that the newer version is still buggy and doesn't offer many new features.
__________________
http://www.mp3car.com/usersites/Maveric/ M.A.V.I.C. System
Asus MB, PII 266, 192 MB Ram, 6.8" LCD, 6 Disk CD-ROM, 21 Gig HD, All-in-Wonder Video w/ TV Tuner, Irman, Windows ME, Winamp, Cobra III -- All in a custom acrylic case.

http://www.mp3car.com/usersites/listings/ MP3car Listings - Please add to it! :)
Maveric is offline   Reply With Quote
Old 12-24-2001, 07:24 PM   #8
Live and Kickin'
 
Arby's Avatar
 
Join Date: Dec 2000
Location: Houston
Posts: 1,377
Arby is on a distinguished road
Post

HTML-kit is the greatest editor program I've found. It allows you to edit files directly on the ftp server, and has text-highlighting.

It's textbased, not wysiwyg, which I like.

And, it's FREEWARE
www.chami.com/HTML-Kit/
__________________
www.arbybean.com
Arby is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Advertisement

Old 12-26-2001, 11:54 AM   #9
Newbie
 
Join Date: Oct 2001
Location: santee
Posts: 33
santeematt
Post

XEmacs does the same thing, probaly not as pretty though.

-m
santeematt is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Advertisement

Reply

Bookmarks

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

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




All times are GMT -5. The time now is 06:27 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics