RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Web Design.

0 Members and 1 Guest are viewing this topic.

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
sweeeeeeeeeeeet

THANKS x100!
http://www.oakhillbible.com/sermon.php

works 100%
Watch out for: HaloOfTheSun

*
A Random Custom Title
Rep:
Level 96
wah
WHOA DID YOU COMPLETELY DESIGN THAT ON YOUR OWN? :o I mean the layout and the looks and stuff.

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
Watch out for: HaloOfTheSun

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
hey!

yep it's wordpress, installing it on this dudes web site right now: http://myfireofficer.com/

Here is the tutorial I used to turn the site into a wordpress theme:
http://www.jonathanwold.com/tutorials/wordpress_theme/

if you get stuck I can see if I know anything to help you :D

where did ahref go D:
xD
Watch out for: HaloOfTheSun

*
Resident Cloud
Rep:
Level 91
oops i removed my post whilst you answered

sorry

ahh i see thanks for the reply ill look into it :D

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
my left is set to 20%, my right set to 80%, and they don't fit the wrapper. BUT when I remove float: left; they both extend to full %

the full wrapper width, is the same as the header width.

this never happened before ;-;

http://mildgreen.com/koreru/
Watch out for: HaloOfTheSun

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
alright, I am in need of a good tables tutorial, know of any?
I mean tables are pretty confusing right now, I want to make something similar to what is seen here, but I want to style it better. ^^ I will try to teach my self, actually I think I just tried for 5 mins and decided to post xD
Watch out for: HaloOfTheSun

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
Question:

Wtf is class and ID? I am totally confused on the two. When to use which and why?

<li class="xbox">
<li id="xbox">

D:
Watch out for: HaloOfTheSun

*
( ´ิ(ꈊ) ´ิ) ((≡^⚲͜^≡)) (ી(΄◞ิ౪◟ิ‵)ʃ)
Rep:
Level 102
(っ˘ڡ˘ς) ʕ•̼͛͡•ʕ-̺͛͡•ʔ•̮͛͡•ʔ (*ꆤ.̫ꆤ*)
2014 Avast Ye Merry Pirate!2013 Avast Ye Merry Pirate Award2012 Avast Ye Merry Pirate AwardFor frequently finding and reporting spam and spam bots2011 Avast Ye Merry Pirate2011 Most Unsung Member2010 Avast Ye Merry Pirate Award
Class is for multiple use, ID is meant for one specific thing. In a nutshell.

<body id="mainbg">

<p class="post">

~
bringing sexy back

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
awesome, thanks! :D
Watch out for: HaloOfTheSun

*
A blessing
Rep:
Level 91
<3 Back.
Nouman...  I thought you knew those things.  >.>

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
Nouman...  I thought you knew those things.  >.>

nah.. there's tons  I still need to learn ^^
Watch out for: HaloOfTheSun

*
A Random Custom Title
Rep:
Level 96
wah
I still need to learn PHP ;-; Noone has given me a good place to learn it from.

*
A blessing
Rep:
Level 91
<3 Back.
I still need to learn PHP ;-; Noone has given me a good place to learn it from.

First, do you have access to web hosting with PHP, MySQL, FTP, etc. etc.?  You could use Freehostia if you don't, if it's just for learning.

Now, this is my advice.  Unfortunately, one of the links I offer is down.  I don't know what happened to Codegrrl.  I think their domain expired and they didn't do anything.  :(

Also, try W3schools.com.  I have other links, but they are not for very basic stuff.  Most of what I know comes from the book.

*
A Random Custom Title
Rep:
Level 96
wah
I think I have access to PHP and FTP. But I have no idea what MySQL is, lol.

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
no, access to mysql is not given.
Watch out for: HaloOfTheSun

*
A Random Custom Title
Rep:
Level 96
wah
Dang it. I'll have to use Freehostia for that.

Nouman's greedy. Why can't it be OurSQL? ;-;

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
because you can't FTP mysql, you have to log into my account.
Watch out for: HaloOfTheSun

*
A blessing
Rep:
Level 91
<3 Back.
That is true.  :(

*
A Random Custom Title
Rep:
Level 96
wah

*
Resident Cloud
Rep:
Level 91
you can have multiple accounts though that can restrict users to certain databases,tables or even functions

*
A Random Custom Title
Rep:
Level 96
wah
Code: [Select]
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
I don't get what the <meta> tag does...

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
whole bunch of stuff, visit a site, in your browser hit tools then page info.
Watch out for: HaloOfTheSun

*
A blessing
Rep:
Level 91
<3 Back.
Meta tags in some way provide information about a page.  :)  Usually for the browser, and search engines.  That is my assumption.

*
A Random Custom Title
Rep:
Level 96
wah
Oh, alright. I got confused because I didn't look enough in my haimu site. I just stole a layout (lol) and there's a '<p class="meta">' and I got confused because I didn't realize that was just a name the guy made up for the cause and he used CSS and etc.