Results 1 to 7 of 7

Thread: Stupid coding thingamabob

  1. #1
    permanently mitten
    Goddess of Snacks
    Miriel's Avatar
    Join Date
    May 2002
    Location
    San Francisco
    Posts
    13,580
    Blog Entries
    3
    Contributions
    • Former Cid's Knight

    Default Stupid coding thingamabob

    I really don't understand why coding stuff has to be so difficult. Seriously pisses me off.

    Anyway, I know exactly how I want my blog to look and it was easy enough to create via photoshop. But my wordpress theme isn't cooperating and after many many hours of trying to tinker with the coding (and really, I have no idea what I'm doing), I decided I might as well ask for help.

    One of my specific problems is with changing a foreground image into a background image so that I can put text on it. A nice fellow was able to tell me that much, but wouldn't tell me how to go about fixing it.

    So if anyone has any experience with wordpress or just websites in general, please PM me! I need help.

  2. #2
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Quote Originally Posted by Miriel View Post
    I really don't understand why coding stuff has to be so difficult. Seriously pisses me off.

    Anyway, I know exactly how I want my blog to look and it was easy enough to create via photoshop. But my wordpress theme isn't cooperating and after many many hours of trying to tinker with the coding (and really, I have no idea what I'm doing), I decided I might as well ask for help.

    One of my specific problems is with changing a foreground image into a background image so that I can put text on it. A nice fellow was able to tell me that much, but wouldn't tell me how to go about fixing it.

    So if anyone has any experience with wordpress or just websites in general, please PM me! I need help.
    Code:
    <div style="background-image: url(/images/image.jpg); background-repeat: no-repeat;">TEXTEXTEXTEXT GOES HERE</div>
    FOA

  3. #3
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Background images can also be set in table cells (<td>) and the page body(<body>).
    Figaro Castle

  4. #4
    permanently mitten
    Goddess of Snacks
    Miriel's Avatar
    Join Date
    May 2002
    Location
    San Francisco
    Posts
    13,580
    Blog Entries
    3
    Contributions
    • Former Cid's Knight

    Default

    Err... yeah. I don't know what I'm supposed to do with that code. Do I put it in style.php? header.php? What I'm trying to do is get the area BEHIND the navigation bar to be pretty but I can't even move the menu bar at all. I tinker with the existing code but it won't budge. I don't even know where I'm supposed to be looking. But yeah, all this is wordpress specific. And I was hoping someone had experience with that since the menu bar isn't my only problem. Can't figure out how to to change my god damn comment form. It should be easy as pie, but dammit it refuses to do what I say.

    Booooo... >_>

  5. #5
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    What's the code for the navigation bar? You use the "style" attribute in the tag that houses the navigation to put the background image behind it. If you want to post your navigation bar's code we can help you sort it out.
    Figaro Castle

  6. #6
    permanently mitten
    Goddess of Snacks
    Miriel's Avatar
    Join Date
    May 2002
    Location
    San Francisco
    Posts
    13,580
    Blog Entries
    3
    Contributions
    • Former Cid's Knight

    Default

    I'm just gonna PM you.

  7. #7
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Or just copies of the PHP files
    FOA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •