Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > HTML
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website.

Google
Reply
 
LinkBack Thread Tools Display Modes
Old 05-26-2006, 5:24 PM   #1
musicsmysoul
Member Level 1
 
musicsmysoul's Avatar
 
Join Date: May 2006
Posts: 3
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.00
Donate

Recent Blog: None

musicsmysoul is on a distinguished road
Default Html Help. :(

Hi! I was wondering if you could help me with an issue I'm having with my site --- I have an HTML problem.

A) I want to remove the left side of my page.. (the skyscraper adsense unit on the left)...so I can expand my content....and so my adsense leaderboard can fit up top. What do I have to adjust on the html to do this? I only want a right navigation frame.

My site looks like this right now:
www.listentoourband.net

But I'd like to use this layout (pardon my drawing)
http://www.geocities.com/listentobands/example.jpg

Thanks so much!

heather
musicsmysoul is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Advertisements
Old 05-26-2006, 5:35 PM   #2
MadKad
Website Owner
 
MadKad's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 3,882
My Photos: (46)
iTrader: (3)

Banked:
MK Cash: $3.06

I am Worth:
MK Cash: $1.92
Donate


MadKad is a jewel in the roughMadKad is a jewel in the roughMadKad is a jewel in the rough
Default

Hi your website is in frames please could you give us the code for the main page (index file or home file)
MadKad is online now  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-26-2006, 5:49 PM   #3
GLD
MK Moderator
 
GLD's Avatar
 
Join Date: Apr 2006
Posts: 158
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.02
Donate

Recent Blog: None

GLD is a jewel in the roughGLD is a jewel in the roughGLD is a jewel in the rough
Default

Quote:
Originally Posted by MadKad
Hi your website is in frames please could you give us the code for the main page (index file or home file)
Mad: You can view the source here.
musicsmysoul: my first piece of advice to you would be to change host - Geocities are rubbish, and comparatively pretty expensive.
To get rid of the skyscraper, you need to delete the following piece of code:
HTML Code:
<tr> <script type="text/javascript"><!-- google_ad_client = "pub-8778547197081851"; google_alternate_ad_url = "http://www.dadamobile.com"; google_ad_width = 120; google_ad_height = 600; google_ad_format = "120x600_as"; google_ad_type = "text"; google_ad_channel ="7588728981"; google_color_border = "FFFFFF"; google_color_link = "0000FF"; google_color_bg = "FFFFFF"; google_color_text = "000000"; google_color_url = "666666"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></tr>
Then fiddle with the code, ajusting table heights etc..., until you get the look you need.
Hope that helps.

EDIT: I've deleted your duplicate post, and have moved this one to the appropriate area.
GLD is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-26-2006, 5:55 PM   #4
MadKad
Website Owner
 
MadKad's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 3,882
My Photos: (46)
iTrader: (3)

Banked:
MK Cash: $3.06

I am Worth:
MK Cash: $1.92
Donate


MadKad is a jewel in the roughMadKad is a jewel in the roughMadKad is a jewel in the rough
Default

Thanks GLD.

I would just remove all this as it is wrong and taky coding anyhow

HTML Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%"><img border="0" src="images/spacer_left.gif" width="135" height="1"></td> </tr> <tr> <script type="text/javascript"><!-- google_ad_client = "pub-8778547197081851"; google_alternate_ad_url = "http://www.dadamobile.com"; google_ad_width = 120; google_ad_height = 600; google_ad_format = "120x600_as"; google_ad_type = "text"; google_ad_channel ="7588728981"; google_color_border = "FFFFFF"; google_color_link = "0000FF"; google_color_bg = "FFFFFF"; google_color_text = "000000"; google_color_url = "666666"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></tr> </table>
it will leave a cell but see how it looks first as the cell should callaps
MadKad is online now  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-26-2006, 6:00 PM   #5
GLD
MK Moderator
 
GLD's Avatar
 
Join Date: Apr 2006
Posts: 158
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.02
Donate

Recent Blog: None

GLD is a jewel in the roughGLD is a jewel in the roughGLD is a jewel in the rough
Default

You should also try and validate your code. At the moment you get 71 errors. Quite a few are missing alt tags - validation is a good thing to do for many reasons: rank higher in search engines, increase cross-browser compatibility, and it's just generally pleasant to have clean code.
GLD is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-26-2006, 6:02 PM   #6
musicsmysoul
Member Level 1
 
musicsmysoul's Avatar
 
Join Date: May 2006
Posts: 3
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.00
Donate

Recent Blog: None

musicsmysoul is on a distinguished road
Default

Im still confused. Is there a way I can just take out the left frame and still make it look okay?
musicsmysoul is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-26-2006, 6:12 PM   #7
MadKad
Website Owner
 
MadKad's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 3,882
My Photos: (46)
iTrader: (3)

Banked:
MK Cash: $3.06

I am Worth:
MK Cash: $1.92
Donate


MadKad is a jewel in the roughMadKad is a jewel in the roughMadKad is a jewel in the rough
Default

Yes just remove the code I said

Last edited by MadKad : 05-26-2006 at 6:14 PM.
MadKad is online now  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-26-2006, 6:18 PM   #8
musicsmysoul
Member Level 1
 
musicsmysoul's Avatar
 
Join Date: May 2006
Posts: 3
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.00
Donate

Recent Blog: None

musicsmysoul is on a distinguished road
Default

I did, but it still looked weird.
musicsmysoul is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-26-2006, 6:31 PM   #9
MadKad
Website Owner
 
MadKad's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 3,882
My Photos: (46)
iTrader: (3)

Banked:
MK Cash: $3.06

I am Worth:
MK Cash: $1.92
Donate


MadKad is a jewel in the roughMadKad is a jewel in the roughMadKad is a jewel in the rough
Default

I still see the same you need to remove it if you have placed it back in so we can see or please give use your hole code and I will fully edit the page for you
MadKad is online now  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-26-2006, 6:51 PM   #10
GLD
MK Moderator
 
GLD's Avatar
 
Join Date: Apr 2006
Posts: 158
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.02
Donate

Recent Blog: None

GLD is a jewel in the roughGLD is a jewel in the roughGLD is a jewel in the rough
Default

I suggest you completely redesign - it won't take long. Here's what you should do.
Create the following file: style.css
Code:
#allcontent { position: absolute; width: 850px; left: 50%; margin-left: -425px; /* This centers the div horizontally */ } #header { position: absolute; width: 850px; height: 100px; top: 0px; left: 0px; } #menu { position: absolute; width: 600px; height: 500px; height: 100px; top: 100px; left: 0px; } #navigation { position: absolute; width: 150px; height: 500px; height: 100px; top: 100px; left: 600px; }
Then create page.html, and insert the following code:
HTML Code:
<html> <head> <meta name="description" content="xxxxxxxxxxxxxxxxxxxx"> <meta name="keywords" content="xxxxxxxxxxxxxxxxxxxxxxx"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="style.css"> <title>Webpage Title</title> </head> <body> <div id="allcontent"> <div id="header"> Insert banner image here </div> <div id="content"> Content goes here </div> <div id="navigation"> Navigation goes here </div> </div> </body> </html>
That should give you something ressembling the image you linked to in your first post.
GLD is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Featured Websites
Free Space
Free Space
Free Space Free Space
Reply
Tags: ,




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
I have just added a HTML tutorial to the main site please tell me what you think MadKad HTML 9 07-30-2006 11:34 PM
HTML help Stivey HTML 8 03-27-2006 2:30 AM
Another HTML question...;) Minxy HTML 3 03-18-2006 4:54 AM


Featured Websites




All times are GMT +1. The time now is 6:07 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98