|
Post by Nya on May 16, 2006 5:43:57 GMT -5
Hiya I know I never thought I would need help but im ahving trouble removing the word Banner from well the banner so any idea how I can do that? Here is the site.. www.freewebs.com/agenreborn/Any help you can give me. Would be greatful.
|
|
|
Post by lechef on Jun 7, 2006 11:18:19 GMT -5
Yes i have managed it. Here is the freewebs with the right code in. Link
|
|
|
Post by lechef on Jun 7, 2006 11:18:55 GMT -5
Basically all youhad to really do was remove the word 'Banner' ! Still. Well done very good
|
|
|
Post by Nya on Jun 30, 2006 23:56:38 GMT -5
oooooooh I see I had not even noticed the word way down there lol thanks Lechef ^^
|
|
|
Post by Nya on Nov 21, 2006 23:47:29 GMT -5
Is there a way to get other page's and thier content to open in the MainCell of the code? Reason im asking is cause I want to know so I dont have to make seperate pages that all look alike. I can show a site that does what I want but I dont know how to move coding to get it to work so can anyone help? Edit: Here is the site I refer to above. www.freewebs.com/smdmain/
|
|
|
Post by noman on Nov 22, 2006 17:18:43 GMT -5
I've created a simple version of that webpage. download the zip and Check out the code in notepad Basically, you just need to create a page with the following code: <html> <head> <title>iframe</title> </head>
<body>
<a href="link1.html" target="frame_id">link one</a> <a href="link2.html" target="frame_id">link two</a> <a href="link3.html" target="frame_id">link three</a> <br>
<iframe width="400px" height="100px" scrolling="yes" name="frame_id" src="link1.html" frameborder="0"></iframe>
</body> </html> and then three more pages for your iframe content. In the <iframe> tags, put the url to the first link (as above). This will be the default page, and will show up when ever someone visits the site. All the links need to know where they are supposed to open up, and that's where the target attribute comes in target="frame_id", and needs to bee inside all the navi links. I hope that helps
|
|
|
Post by Nya on Nov 22, 2006 23:47:47 GMT -5
|
|
|
Post by noman on Nov 23, 2006 7:35:48 GMT -5
That's perfect, Nya. if you want to remove the scrollbar just change scrollbar="yes" to "no"
|
|
|
Post by Nya on Nov 23, 2006 21:39:07 GMT -5
Hehe thanks Matty ^^
oooo ok cool ^^
|
|
|
Post by noman on Nov 24, 2006 7:29:01 GMT -5
No problem, Nya.
|
|
|
Post by Chantreya [Chani] on Jan 18, 2007 9:26:00 GMT -5
Wow... Copy, modify, paste, & BAM! Fashionable website.
Or instant website, just add modifications.
Beautiful, whatever the slogan. xD This loose skeleton is bound to help newer people to coding websites, or lazy people. *coughcough* Don't know who'd be too lazy to type all that out, though. *cough*
|
|
|
Post by Chantreya [Chani] on Jan 18, 2007 9:32:02 GMT -5
On second thought, this will help out more than just newbies and lazy people... lol I couldn't code this myself if I had the motivation to do it! I'm horrid with tables. O.O I appreciate your hard work here even more now. XD
|
|
|
Post by Nya on Jan 18, 2007 20:41:12 GMT -5
LOL
Yes it may be basic but it can be added onto. I myself have edited one site granted i may need help but i can manage semi edit coding thats made and personally i like this layout.
--------------
Is there a way to make it wider and add a second set of modules on the other side the page?
|
|
|
Post by noman on Jan 19, 2007 9:33:48 GMT -5
Is there a way to make it wider and add a second set of modules on the other side the page? I'm not sure if it's possible to add a third column, without completely reworking the tables. Really, what I should do is post some HTML and CSS for a three column template using divisions rather than tables.
|
|
|
Post by Nya on Jan 19, 2007 20:22:15 GMT -5
Hmm well thats ok just an idea.
Ah cool.
Divisions is <div> right?
|
|
|
Post by Chantreya [Chani] on Jan 21, 2007 16:05:46 GMT -5
Yes. The div tag and I are very close friends. The table tag and I are horrid enemies. I've tried tutorials, having friends try to explain it to me, EVERYTHING. I'm just table-retarded. Divs, however, are a lovely substitute. I get them.
|
|
|
Post by Nya on Jan 21, 2007 22:51:00 GMT -5
ah cool.
I havent messed with divs much.
|
|
|
Post by noman on Feb 7, 2007 6:13:24 GMT -5
I started working on a temp shortly after making this post, but IE6 had a really nasty glitch, and I gave up in frustration and forgot about it. I've been working on it again today, and have fixed the problem, and I'll post the code soon. Most people who are familiar with tables find it difficult to make the transition over to Divisions, so I guess it works the other way around too, Chani. Although if you know how to use the div element, there's no need to use tables, which technically shouldn't really be used for web layouts.
|
|
|
Post by Nya on Feb 8, 2007 4:11:19 GMT -5
Hai I seen the post and the template looks to die for *so in love* I think im still early in web design to change over lol. Least I think..
|
|
|
Post by Andrew on Feb 25, 2007 15:50:12 GMT -5
Hey matt, link is dead
|
|